Migrating to AutoGen autogenstudio-v0.4.1
Version autogenstudio-v0.4.1 introduces 1 breaking change. This guide details how to update your code.
Released: 2/8/2025
1
Breaking Changes
3
Migration Steps
8
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
autogen_agentchat.teams.RoundRobinGroupChatautogen_agentchat.agents.AssistantAgentautogen_ext.models.openai.OpenAIChatCompletionClientautogen_agentchat.conditions.TextMentionTerminationautogen_core.model_context.UnboundedChatCompletionContextdump_componentBaseChatComponentBreaking Changes
●Issue #1
AutoGen Studio (AGS) now uses a new declarative configuration interface. Teams created with autogenstudio versions prior to 0.4.1 are no longer compatible and must have their specifications updated.
Migration Steps
- 1Update the package using 'pip install -U autogenstudio'.
- 2Update existing AGS specs for any teams created with versions < 0.4.1 to match the new declarative configuration format.
- 3For custom agents, ensure they inherit from the AgentChat BaseChat agent and Component class to maintain compatibility.
Release Summary
AutoGen Studio v0.4.1 introduces a unified declarative configuration system allowing Python-defined agents to be exported to JSON, alongside new real-time testing tools and specialized research agent teams.
Need More Details?
View the full release notes and all changes for AutoGen autogenstudio-v0.4.1.
View Full Changelog