release notes
release notes
Published 7/9/2025
Contains breaking changesMore helps from @copilot-swe-agent for this release.
GraphFlowNow 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.
Workbench implementationsMcpWorkbench and StaticWorkbench now supports overriding tool names and descriptions. This allows client-side optimization of the server-side tools, for better adaptability.
docs from python/packages/autogen-core to python/docs by @ekzhu in https://github.com/microsoft/autogen/pull/6757Full Changelog: https://github.com/microsoft/autogen/compare/python-v0.6.2...python-v0.6.4
release notes
Published 7/9/2025
Contains breaking changesMore helps from @copilot-swe-agent for this release.
GraphFlowNow 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.
Workbench implementationsMcpWorkbench and StaticWorkbench now supports overriding tool names and descriptions. This allows client-side optimization of the server-side tools, for better adaptability.
docs from python/packages/autogen-core to python/docs by @ekzhu in https://github.com/microsoft/autogen/pull/6757Full Changelog: https://github.com/microsoft/autogen/compare/python-v0.6.2...python-v0.6.4
A programming framework for agentic AI