v0.0.17
[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 #378
- 支持异步调用工具 by @weizjajj in #374
- 修复channel问题 by @weizjajj in #383
- 新增openai工具英文说明文档 by @weizjajj in #382
- Release 20250425 by @AniviaTn in #385
- docs: tweaking llm channel docs. by @EdwinInAu in #384
- Fix typos by @co63oc in #387
- feat: Update qwen3 series model config by @LandJerry in #388
- docs: resize icon in readme by @LandJerry in #391
- Feature: Add mcp tool, toolkit, Support publish mcp server by @AniviaTn in #396
- Dev trace center by @weizjajj in #393
- feat: Add yuque document knowledge reader by @KiteSoar in #392
- FIX: match mcp 1.9.0 by @AniviaTn in #397
- 修复scene_code问题 by @weizjajj in #398
- FIX: Add warning while failed invoke tool by @AniviaTn in #399
- CHANGE: as_mcp_tool only accept bool and dict by @AniviaTn in #401
- 兼容用户传递的extra_body by @weizjajj in #400
- CHANGE: as_mcp_tool only accept bool and dict by @AniviaTn in #402
- docs: Add MCP Server docs. by @LandJerry in #404
- feat: Release version 0.0.17 by @LandJerry in #405
New Contributors
Full Changelog: v0.0.16...v0.0.17