Skip to content

Releases: AgentEra/Agently

v3.5.0.0

30 Mar 07:07
56aa828
Compare
Choose a tag to compare
  • New feature: FastServer( only support fast transform agent and workflow into MCP server right now )
  • Rewrite Tool Using logic, support use MCP server as tools
  • Optimize several core codes
  • Remove old version WebSocket server codes, lite the package dependencies. (WebSocket will be supported in future version of FastServer)
  • Add lexer(realtime json fixer) to fix json before llm fixing.

What's Changed

Full Changelog: v3.4.2.7...v3.5.0.0

v3.4.2.7

21 Mar 05:58
d0b0973
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.2.6...v3.4.2.7

v3.4.2.6

19 Feb 09:14
aee4257
Compare
Choose a tag to compare

[Core] Feat: Realtime reasoning console output in debug mode;
[Core] Update: Add setting key 'current_client' which is the same as 'current_model' but more accurate;
[Core] Update: Clean request plugins' dependencies, move them from package initial stage to plugin class initial stage;
[Request: OAIClient] Update: Support some APIs those put reasoning content both in key 'reasoning_content' and key 'content'.
[Request: Qianfan] Bug fixed: Fixed qianfan package import error.

What's Changed

Full Changelog: v3.4.2.1...v3.4.2.6

v3.4.2.3

11 Feb 15:45
835395e
Compare
Choose a tag to compare

⚠️ Notice: version --> 3.4.2.3 because poetry can not support uppercase package name so we have to republish with twine.

  1. Optimize reasoning content handling code
  2. Add DeepSeek Reasoner(R1) requesting example
  3. Clean dependencies
  4. Add poetry to manage dependencies

What's Changed

Full Changelog: v3.4.2.0...v3.4.2.1

v3.4.2.0

11 Feb 11:59
596dc92
Compare
Choose a tag to compare

Full Changelog: v3.4.1.3...v3.4.2.0

What's Changed

  • update: add support of DeepSeek Reasoner model official API data format by @Maplemx in #192

Full Changelog: v3.4.1.6...v3.4.2.0

v3.4.1.6

08 Feb 08:01
Compare
Choose a tag to compare
  1. [OAIClient] Optimize the handle process of messages those without key 'content'.
  2. [ResponseGenerator] Remove dependency agently-stage, reuse old built-in version and optimize Response Generator code to prevent main thread will not shutdown at the end.

Full Changelog: v3.4.1.3...v3.4.1.6

v3.4.1.3

30 Jan 10:22
Compare
Choose a tag to compare

What's Changed

  • fest: Add LiteLLM to provide generic support for providers by @cnbeining in #191
  • update: Adapt dependency Agenty-Stage 0.2.0-alpha-1
  • bug fixed: OAIClient can handle some messages without "content" key now

New Contributors

Full Changelog: v3.4.1.1...v3.4.1.3

v3.4.1.1

13 Dec 17:33
3c9e9b5
Compare
Choose a tag to compare

New Features:

  • MessageCenter
  • EventEmitter

Full Changelog: Maplemx/Agently@v3.4.1.0...v3.4.1.1

v3.4.1.0

v3.4.0.5

14 Nov 12:45
80cba54
Compare
Choose a tag to compare