Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-22 | 3.6 kB | |
v0.0.17 source code.tar.gz | 2025-05-22 | 51.8 MB | |
v0.0.17 source code.zip | 2025-05-22 | 53.2 MB | |
Totals: 3 Items | 105.0 MB | 0 |
[0.0.17] - 2025-05-22
Added
- MCP Integration & Publishing Capabilities
Enables rapid integration with MCPServer for agent, and allows publishing tools/toolkits from aU as MCPServer services - Toolkit Capabilities
Supports categorized management of tools and configuration for agent - Knowledge Reader Components
- Added Yuque document loading component
- Added async_execute method to base tool class, enabling asynchronous tool invocation
- Added custom plugin extensions for trace collection processing
- Added configurations for the complete Qwen3 series model
Changed
- Request Context Optimizations
Deprecated
- ToolInput Object
The use of ToolInput object for tool parameters is deprecated (will be removed in 3 versions). See agentuniverse.agent.action.tool.common_tool for updated recommendations
Note
- New Third-Party Dependencies
- mcp ("~=1.9.0")
- opentracing (">=2.4.0,<3.0.0")
- Other code optimizations and documentation updates
More Details
What's Changed
- 修复span问题 by @weizjajj in https://github.com/agentuniverse-ai/agentUniverse/pull/378
- 支持异步调用工具 by @weizjajj in https://github.com/agentuniverse-ai/agentUniverse/pull/374
- 修复channel问题 by @weizjajj in https://github.com/agentuniverse-ai/agentUniverse/pull/383
- 新增openai工具英文说明文档 by @weizjajj in https://github.com/agentuniverse-ai/agentUniverse/pull/382
- Release 20250425 by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/385
- docs: tweaking llm channel docs. by @EdwinInAu in https://github.com/agentuniverse-ai/agentUniverse/pull/384
- Fix typos by @co63oc in https://github.com/agentuniverse-ai/agentUniverse/pull/387
- feat: Update qwen3 series model config by @LandJerry in https://github.com/agentuniverse-ai/agentUniverse/pull/388
- docs: resize icon in readme by @LandJerry in https://github.com/agentuniverse-ai/agentUniverse/pull/391
- Feature: Add mcp tool, toolkit, Support publish mcp server by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/396
- Dev trace center by @weizjajj in https://github.com/agentuniverse-ai/agentUniverse/pull/393
- feat: Add yuque document knowledge reader by @KiteSoar in https://github.com/agentuniverse-ai/agentUniverse/pull/392
- FIX: match mcp 1.9.0 by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/397
- 修复scene_code问题 by @weizjajj in https://github.com/agentuniverse-ai/agentUniverse/pull/398
- FIX: Add warning while failed invoke tool by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/399
- CHANGE: as_mcp_tool only accept bool and dict by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/401
- 兼容用户传递的extra_body by @weizjajj in https://github.com/agentuniverse-ai/agentUniverse/pull/400
- CHANGE: as_mcp_tool only accept bool and dict by @AniviaTn in https://github.com/agentuniverse-ai/agentUniverse/pull/402
- docs: Add MCP Server docs. by @LandJerry in https://github.com/agentuniverse-ai/agentUniverse/pull/404
- feat: Release version 0.0.17 by @LandJerry in https://github.com/agentuniverse-ai/agentUniverse/pull/405
New Contributors
- @co63oc made their first contribution in https://github.com/agentuniverse-ai/agentUniverse/pull/387
Full Changelog: https://github.com/agentuniverse-ai/agentUniverse/compare/v0.0.16...v0.0.17