Skip to content

python-v0.5.3

Latest
Compare
Choose a tag to compare
@ekzhu ekzhu released this 17 Apr 03:36
· 1 commit to main since this release
fb16d5a

What's New

CodeExecutorAgent Update

Now the CodeExecutorAgent can generate and execute code in the same invocation. See API doc for examples.

AssistantAgent Improvement

Now 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.

Team Improvement

Added an optional parameter emit_team_events to configure whether team events like SelectorSpeakerEvent are emitted through run_stream.

  • [FEATURE] Option to emit group chat manager messages in AgentChat by @SongChiYoung in #6303

MCP Improvement

Now mcp_server_tools factory can reuse a shared session. See example of AssistantAgent using Playwright MCP server in the API Doc.

  • Make shared session possible for MCP tool by @ekzhu in #6312

Console Improvement

Bug Fixes

  • Fix: Azure AI Search Tool Client Lifetime Management by @jay-thakur in #6316
  • Make sure thought content is included in handoff context by @ekzhu in #6319

Python Related Changes

New Contributors

Full Changelog: python-v0.5.2...python-v0.5.3