AutoGen — autogenstudio v0.4.2
AutoGen Studio v0.4.2 releases with component validation, Anthropic model support, LLM call observability, token streaming, and a database-backed gallery replacing local storage.
What's New This release makes improvements to AutoGen Studio across multiple areas. Component Validation and Testing Support Component Validation API in AGS in https://github.com/microsoft/autogen/pull/5503 Test components - https://github.com/microsoft/autogen/pull/5963 In the team builder, all component schemas are automatically validated on save. This way configuration errors (e.g., incorrect provider names) are highlighted early. In addition, there is a test button for model clients where you can verify the correctness of your model configuration. The LLM is given a simple query and the results are shown.
Gallery Improvements Improved editing UI for tools in AGS by in https://github.com/microsoft/autogen/pull/5539 Anthropic support in AGS https://github.com/microsoft/autogen/pull/5695 You can now modify teams, agents, models, tools, and termination conditions independently in the UI, and only review JSON when needed. The same UI panel for updating components in team builder is also reused in the Gallery. The Gallery in AGS is now persisted in a database, rather than local storage. Anthropic models supported in AGS. Observability - LLMCallEvents Enable LLM Call Observability…
- github.comautogen autogenstudio-v0.4.2primary