Releases: AgentEra/Agently
v3.5.0.0
- 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
What's Changed
- new example: planning loop and attach workflow to agent by @Maplemx in #198
- fest: AWS Bedrock by @cnbeining in #197
- fix: remove
ResponseGenerator
init createStage
by @gouzil in #202
New Contributors
Full Changelog: v3.4.2.6...v3.4.2.7
v3.4.2.6
[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
⚠️ Notice: version --> 3.4.2.3 because poetry can not support uppercase package name so we have to republish with twine.
- Optimize reasoning content handling code
- Add DeepSeek Reasoner(R1) requesting example
- Clean dependencies
- Add poetry to manage dependencies
What's Changed
Full Changelog: v3.4.2.0...v3.4.2.1
v3.4.2.0
v3.4.1.6
- [OAIClient] Optimize the handle process of messages those without key 'content'.
- [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
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
- @cnbeining made their first contribution in #191
Full Changelog: v3.4.1.1...v3.4.1.3
v3.4.1.1
v3.4.1.0
New Feature: new utils Stage and Tunnel to help manage coroutine and threads
Update: rewrite ResponseGenerator using Stage and Tunnel
Bug Fix: fixed a bug that will cause agent can not inhert debug setti…
Bug Fix: change param name for new version of ddgs
Full Changelog: Maplemx/Agently@v3.4.0.5...v3.4.1.0
v3.4.0.5
What's Changed
- Fixed broken link in Readme.md by @Shreyas0410 in https://github.com/Maplemx/Agently/pull/178
- refactor: Refactored Status.py by @ghimirebibek in https://github.com/Maplemx/Agently/pull/179
- update by @Maplemx in https://github.com/Maplemx/Agently/pull/182
- v3.4.0.5 by @Maplemx in https://github.com/Maplemx/Agently/pull/183
New Contributors
- @Shreyas0410 made their first contribution in https://github.com/Maplemx/Agently/pull/178
- @ghimirebibek made their first contribution in https://github.com/Maplemx/Agently/pull/179
Full Changelog: Maplemx/Agently@v3.4.0.4...v3.4.0.5