shipfeedAI news, curated daily

00:32:25 CET
21 MAY00:32:25shipfeed
pull to refreshlast sync
Just in — 30 new
§ agents · storyline

AutoGen — python v0.5.3

AutoGen releases Python v0.5.3 with code generation support in CodeExecutorAgent, AssistantAgent serialisation fixes, shared MCP sessions, and optional team event emission via run_stream.

Apr 17 · · primary fetch1 sourceupdated Apr 17 ·

What's New CodeExecutorAgent Update Now the `CodeExecutorAgent` can generate and execute code in the same invocation. See API doc for examples. Add code generation support to `CodeExecutorAgent` by @Ethan0456 in https://github.com/microsoft/autogen/pull/6098 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. Aegis structure message by @abhinav-aegis in https://github.com/microsoft/autogen/pull/6289 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 https://github.com/microsoft/autogen/pull/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 https://github.com/microsoft/autogen/pull/6312 Console Improvement Print message types in Console by @ekzhu in…

read full article on github.com
§ sources1 publication · timeline below
  1. github.comautogen python-v0.5.3primary