python-v0.5.2
📦 autogenView on GitHub →
✨ 5 features🐛 6 fixes🔧 8 symbols
Summary
This release introduces support for Gemini 2.5 Pro Preview, improves Task-Centric Memory accessibility, and provides several bug fixes for ChromaDB, Azure AI Search, and Docker code execution.
Migration Steps
- If using Task-Centric Memory, review newly exposed TypedDict classes for improved type hinting.
✨ New Features
- Added support for Gemini 2.5 Pro Preview model.
- Exposed more Task-Centric Memory (TCM) parameters and TypedDict classes for application use.
- Added PowerShell path check for code executor.
- Improved SocietyOfMindAgent message handling.
- Enhanced Docker Code Executor to delete temporary files after execution.
🐛 Bug Fixes
- Fixed termination conditions in agentchat.
- Fixed ChromaDB integration issue caused by the removal of IncludeEnum.
- Fixed ValueError related to Dataclass union types.
- Fixed Azure AI Search embedding issues.
- Fixed transformer-aware model family detection.
- Corrected docstrings for sha256_hash and publish_message methods.
🔧 Affected Symbols
SocietyOfMindAgentDockerCommandLineCodeExecutorjson_schema_to_pydanticsha256_hashpublish_messageModelInfoChromaDBTask-Centric Memory