release notes
release notes
A programming framework for agentic AI
release notes
Published 1/10/2025
MinorContains breaking changes🎉 🎈 Our first stable release of v0.4! 🎈 🎉
To upgrade from v0.2, read the migration guide. For a basic setup:
pip install -U "autogen-agentchat" "autogen-ext[openai]"
You can refer to our updated README for more information about the new API.
Change Log from v0.4.0.dev13: https://github.com/microsoft/autogen/compare/v0.4.0.dev13...v0.4.0
❤️ Big thanks to all the contributors since the first preview version was open sourced. ❤️
agentchat; refactored logging to support tool events by @ekzhu in https://github.com/microsoft/autogen/pull/3665gpt-4o Model Reference to Eliminate Warning by @zboyles in https://github.com/microsoft/autogen/pull/3855registered_tools in ToolUseAssistantAgent. by @ekzhu in https://github.com/microsoft/autogen/pull/3891ResetMessage to clear the agent state by @ekzhu in https://github.com/microsoft/autogen/pull/3988ChatAgent declares the types of messages it produces by @ekzhu in https://github.com/microsoft/autogen/pull/3991ChatAgent response as a dataclass with inner messages by @ekzhu in https://github.com/microsoft/autogen/pull/3990IHandle interface so AgentRuntime doesn't need to deal with typed handler by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3985model_usage to models_usage. by @ekzhu in https://github.com/microsoft/autogen/pull/4053register_factory a user facing API by @jackgerrits in https://github.com/microsoft/autogen/pull/4854Full Changelog: https://github.com/microsoft/autogen/compare/v0.2.36...v0.4.0
release notes
Published 1/10/2025
MinorContains breaking changes🎉 🎈 Our first stable release of v0.4! 🎈 🎉
To upgrade from v0.2, read the migration guide. For a basic setup:
pip install -U "autogen-agentchat" "autogen-ext[openai]"
You can refer to our updated README for more information about the new API.
Change Log from v0.4.0.dev13: https://github.com/microsoft/autogen/compare/v0.4.0.dev13...v0.4.0
❤️ Big thanks to all the contributors since the first preview version was open sourced. ❤️
agentchat; refactored logging to support tool events by @ekzhu in https://github.com/microsoft/autogen/pull/3665gpt-4o Model Reference to Eliminate Warning by @zboyles in https://github.com/microsoft/autogen/pull/3855registered_tools in ToolUseAssistantAgent. by @ekzhu in https://github.com/microsoft/autogen/pull/3891ResetMessage to clear the agent state by @ekzhu in https://github.com/microsoft/autogen/pull/3988ChatAgent declares the types of messages it produces by @ekzhu in https://github.com/microsoft/autogen/pull/3991ChatAgent response as a dataclass with inner messages by @ekzhu in https://github.com/microsoft/autogen/pull/3990IHandle interface so AgentRuntime doesn't need to deal with typed handler by @LittleLittleCloud in https://github.com/microsoft/autogen/pull/3985model_usage to models_usage. by @ekzhu in https://github.com/microsoft/autogen/pull/4053register_factory a user facing API by @jackgerrits in https://github.com/microsoft/autogen/pull/4854Full Changelog: https://github.com/microsoft/autogen/compare/v0.2.36...v0.4.0