Skip to content

Releases: CoreAgent-Project/CoreAgent

v0.1.2-alpha

01 May 15:07

Choose a tag to compare

New Features

  • --bailian support, automatic put in Aliyun Bailian endpoint.
  • ArxivTool search papers with ease (this tool was generated by CoreAgent).
  • SeleniumBrowser helps you to convert web URL to markdown (LLM-based).
  • MySQLTool allows your agent to interact with MySQL databases.
  • CodeBase allows your agent to build knowledge about your coding project (experimental).
  • FileTool.tree tool, 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).
  • FileTool now gives either folder or file markings.

Full Changelog: v0.1.1-alpha...v0.1.2-alpha

v0.1.1-alpha

03 Apr 20:41

Choose a tag to compare

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

20 Mar 18:41

Choose a tag to compare

Basic features released.
This is NOT suitable for production use, YET.

New

Everything is new.