New
v1.0.11
What's Changed
- add record_to_memory before generate return reply_message by @Osier-Yi in https://github.com/agentscope-ai/agentscope/pull/1039
- fix(werewolf game): Broadcast game result when game ends at night phase by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1065
- fix(openai formatter): Correctly extract image extension from URLs with query parameters by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1066
- feat(agent): Add A2A protocol support for inter-agent communication by @Sunrisea in https://github.com/agentscope-ai/agentscope/pull/1027
- raise exception on MCP disconnection by @MengsD in https://github.com/agentscope-ai/agentscope/pull/1024
- fix(gemini model): flatten json schema in tools for gemini chat model by @qbc2016 in https://github.com/agentscope-ai/agentscope/pull/1050
- bugfix: parse anthropic response content block type logic error. by @FFengIll in https://github.com/agentscope-ai/agentscope/pull/1070
- chore(version): update version to 1.0.11 by @DavdGao in https://github.com/agentscope-ai/agentscope/pull/1074
New Contributors
- @Sunrisea made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1027
- @MengsD made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1024
- @FFengIll made their first contribution in https://github.com/agentscope-ai/agentscope/pull/1070
Full Changelog: https://github.com/agentscope-ai/agentscope/compare/v1.0.10...v1.0.11