What's Changed
In this release, AgentScope
- supports MCP servers
- supports tools API for OpenAI, DashScope and Anthropic LLM APIs
- supports hooks for
reply,observeandspeakfunction within the agent - abandons
Operatorclass and some pipelines - fixes some bugs
Details
- [Quick fix] Fix path typo in RAG app README by @ZiTao-Li in #551
- [Quick fix] Update QR code by @ZiTao-Li in #555
- Integrate MCP into ServiceToolkit by @rayrayraykk in #554
- [PRE-MCP] Re-factor msg object to support tools API by @DavdGao in #553
- Add hooks in AgentBase to support customized behaviors by @DavdGao in #556
- Remove Operator class and unused pipelines from agentscope by @DavdGao in #557
- hotfix MCP by @rayrayraykk in #561
- [HOTFIX] Fix bug in
dashscope_text_to_imageservice by @DavdGao in #565 - Fix STDIO mcp and add ut by @rayrayraykk in #568
- [HOTFIX] Fix the bug in current AgentScope Studio by @DavdGao in #566
- [Hotfix] Support MCP run with uvloop by @rayrayraykk in #570
- [HOTFIX] Fix bugs in studio and ReActAgentV2 by @DavdGao in #569
- Update version for releasing v0.1.3 in Pypi by @DavdGao in #571
Full Changelog: v0.1.2...v0.1.3