Microsoft AutoGen 发布: python-v0.6.4
来源摘要
# What's New More helps from @copilot-swe-agent for this release. ### Improvements to `GraphFlow` Now it behaves the same way as `RoundRobinGroupChat`, `SelectorGroupChat` and others after termination condition hits -- it retains its execution state and can be resumed with a new task or empty task. Only when the graph finishes execution i.e., no more next available agent to choose from, the execution state will be reset. Also, the inner StopAgent has been removed and there will be no last message coming from the StopAgent. Instead, the `stop_reason` field in the `TaskResult` will carry the stop message. - Fix GraphFlow to support multiple task execution without explicit reset by @copilot-swe-agent in https://github.com/microsoft/autogen/pull/6747 - Fix GraphFlowManager termination to prevent \_StopAgent from polluting conversation context by @copilot-swe-agent in https://github.com/microsoft/autogen/pull/6752 ### Improvements to `Workbench` implementations `McpWorkbench` and `StaticWorkbench` now supports overriding tool names and descriptions. This allows client-side optimization of the server-side tools, for better adaptability. - Add tool name and description override functionality to Workbench implementations by @copilot-swe-agent in https://github.com/microsoft/autogen/pull/6690 ## All Changes * Update documentation version by @ekzhu in https://github.com/microsoft/autogen/pull/6737 * Fix function calling support for Llama3.3 by @Z1m4-blu3 in https://github.com/microsoft/autogen/pull/6750 * Fix GraphFlow to support multiple task execution without explicit reset by @copilot-swe-agent in https://github.com/microsoft/autogen/pull/6747 * Fix GraphFlowManager termination to prevent _StopAgent from polluting conversation context by @copilot-swe-agent in https://github.co
阅读原始来源- 来源
- Microsoft AutoGen 发布 · 官方来源
- 来源发布
- 2025/07/10 01:52
- 来源更新
- 2025/07/10 01:52
- 首次采集
- 2026/09/19 13:21
本文为公开信息索引与摘要,详情及后续变化请以原始来源为准。