Migrating to AutoGen autogenstudio-v0.4.2
Version autogenstudio-v0.4.2 introduces 1 breaking change. This guide details how to update your code.
Released: 3/17/2025
1
Breaking Changes
3
Migration Steps
5
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
LLMCallEventsstream_model_clientComponent Validation APIAzureSQLDockerFileBreaking Changes
●Issue #1
Gallery data in AutoGen Studio is now persisted in a database instead of local storage, which may affect how previous local gallery items are accessed.
Migration Steps
- 1If using experimental authentication, create and pass a YAML configuration file specifying GitHub as the provider.
- 2Enable LLM Call Observability via the settings (cog icon) in the lower-left UI if required.
- 3Set 'stream_model_client' to true on agents to utilize the new token streaming feature.
Release Summary
This release introduces major UI and observability enhancements to AutoGen Studio, including component validation, Anthropic support, token streaming, and experimental multi-user authentication.
Need More Details?
View the full release notes and all changes for AutoGen autogenstudio-v0.4.2.
View Full Changelog