Releases: CoreAgent-Project/CoreAgent
Releases · CoreAgent-Project/CoreAgent
v0.1.2-alpha
New Features
--bailiansupport, automatic put in Aliyun Bailian endpoint.ArxivToolsearch papers with ease (this tool was generated by CoreAgent).SeleniumBrowserhelps you to convert web URL to markdown (LLM-based).MySQLToolallows your agent to interact with MySQL databases.CodeBaseallows your agent to build knowledge about your coding project (experimental).FileTool.treetool, file tree support.
Fixes & Enhancements
- Error auto-correction when generated corrupted packets.
- AIML parser: Now it tolerances code blocks (in case of LLM generating them).
FileToolnow gives either folder or file markings.
Full Changelog: v0.1.1-alpha...v0.1.2-alpha
v0.1.1-alpha
New Features
- better arg parsing (NEW API:
coreagent.set_default_config_from_args()) - make guided generation optional (disabled by default)
Built-In Arguments
Usage: <script_name> [options]
Options:
-h, --help show this help message and exit
--guided, -g Use xgrammar guided generation. (default: False)
--api-base-url, -u OpenAI-Compatible API base url. (default: http://192.168.1.5:9900/v1/)
--api-key, -k API key (default: "1")
--model, -m Model to use. (default: "llm")
--verbose, -v Show generation process via a progress bar. (default: False)
CoreAgent v0.1.0-alpha
Basic features released.
This is NOT suitable for production use, YET.
New
Everything is new.