AutoGen — python v0.7.4
What's Changed Update docs for 0.7.3 by @ekzhu in https://github.com/microsoft/autogen/pull/6948 Update readme with agent-as-tool by @ekzhu in https://github.com/microsoft/autogen/pull/6949 Fix Redis Deserialization…
0 stories · 7d·2 sources covering·9 active storylines
What this is
AutoGen is Microsoft's open-source framework for building multi-agent LLM applications. shipfeed tracks AutoGen releases, API changes, and new agent-orchestration features.
What's Changed Update docs for 0.7.3 by @ekzhu in https://github.com/microsoft/autogen/pull/6948 Update readme with agent-as-tool by @ekzhu in https://github.com/microsoft/autogen/pull/6949 Fix Redis Deserialization…
What's New AgentChat Message Types (Type Hint Changes) [!IMPORTANT] TL;DR: If you are not using custom agents or custom termination conditions, you don't need to change anything. Otherwise, update `AgentEvent` to…
What's New `OpenAIAgent` supports all built-in tools Feat/OpenAI agent builtin tools 6657 by @tejas-dharani in https://github.com/microsoft/autogen/pull/6671 Support nested `Team` as a participant in a `Team`…
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…
What's New Change to `BaseGroupChatManager.select_speaker` and support for concurrent agents in `GraphFlow` We made a type hint change to the `select_speaker` method of `BaseGroupChatManager` to allow for a list of…
What's New `AzureAISearchTool` Improvements The Azure AI Search Tool API now features unified methods: `create_full_text_search()` (supporting `"simple"`, `"full"`, and `"semantic"` query types)…
What's New Introduce `Workbench` A workbench is a collection of tools that share state and resource. For example, you can now use MCP server through `McpWorkbench` rather than using tool adapters. This makes it…
Python Related Changes Update website verison by @ekzhu in https://github.com/microsoft/autogen/pull/6196 Clean examples. by @zhanluxianshen in https://github.com/microsoft/autogen/pull/6203 Improve SocietyOfMindAgent…
Nimbus builds production AI systems — internal tools, customer agents, retrieval pipelines — combining humans and AI end-to-end. From scoped pilot to production in 4–8 weeks.
What's New [Breaking] Serialized State Schema Change Starting v0.4.9, the team state is using the agent name as the key instead of the agent ID, and the team_id field is removed from the state. This is to allow the…