release notes
release notes
Published 4/17/2025
Contains new featuresNow the CodeExecutorAgent can generate and execute code in the same invocation. See API doc for examples.
CodeExecutorAgent by @Ethan0456 in https://github.com/microsoft/autogen/pull/6098Now AssistantAgent can be serialized when output_content_type is set, thanks @abhinav-aegis's new built-in utility module autogen_core.utils for working with JSON schema.
Added an optional parameter emit_team_events to configure whether team events like SelectorSpeakerEvent are emitted through run_stream.
Now mcp_server_tools factory can reuse a shared session. See example of AssistantAgent using Playwright MCP server in the API Doc.
Full Changelog: https://github.com/microsoft/autogen/compare/python-v0.5.2...python-v0.5.3
release notes
Published 4/17/2025
Contains new featuresNow the CodeExecutorAgent can generate and execute code in the same invocation. See API doc for examples.
CodeExecutorAgent by @Ethan0456 in https://github.com/microsoft/autogen/pull/6098Now AssistantAgent can be serialized when output_content_type is set, thanks @abhinav-aegis's new built-in utility module autogen_core.utils for working with JSON schema.
Added an optional parameter emit_team_events to configure whether team events like SelectorSpeakerEvent are emitted through run_stream.
Now mcp_server_tools factory can reuse a shared session. See example of AssistantAgent using Playwright MCP server in the API Doc.
Full Changelog: https://github.com/microsoft/autogen/compare/python-v0.5.2...python-v0.5.3
A programming framework for agentic AI