shipfeedAI news, curated daily

09:43:06 CET
11 JUL09:43:06shipfeed
pull to refreshlast sync
Just in — 8 new
§ topic

autogen

0 stories · 7d·2 sources covering·9 active storylines

Updated Tue, 19 Aug 2025 CEST·0 new storylines this week·live

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.

storylines this week9 active

AutoGen — Releases
AGENTS · 1 source

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…

via github.com
Friday, April 4, 2025’s edition
AutoGen — Releases
AGENTS · 1 source

AutoGen — python v0.5.1

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…

via github.com
Monday, July 28, 2025’s edition
AutoGen — Releases
AGENTS · 1 source

AutoGen — python v0.7.1

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`…

via github.com
Wednesday, July 9, 2025’s edition
AutoGen — Releases
AGENTS · 1 source

AutoGen — python v0.6.4

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…

via github.com
Thursday, June 5, 2025’s edition
AutoGen — Releases
AGENTS · 1 source

AutoGen — python v0.6.0

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…

via github.com
Wednesday, May 14, 2025’s edition
AutoGen — Releases
AGENTS · 1 source

AutoGen — python v0.5.7

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)…

via github.com
Saturday, April 26, 2025’s edition
AutoGen — Releases
AGENTS · 1 source

AutoGen — python v0.5.5

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…

via github.com
Tuesday, April 15, 2025’s edition
AutoGen — Releases
AGENTS · 1 source

AutoGen — python v0.5.2

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…

via github.com
Wednesday, March 12, 2025’s edition
AutoGen — Releases
AGENTS · 1 source

AutoGen — python v0.4.9

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…

via github.com