AutoGen — python v0.7.5
AutoGen Python releases v0.7.5 with bug fixes for Redis caching, Bedrock streaming, GraphFlow cycle detection, and adds thinking mode support for the Anthropic client.
What's Changed Fix docs dotnet core typo by @lach-g in https://github.com/microsoft/autogen/pull/6950 Fix loading streaming Bedrock response with tool usage with empty argument by @pawel-dabro in https://github.com/microsoft/autogen/pull/6979 Support linear memory in RedisMemory by @justin-cechmanek in https://github.com/microsoft/autogen/pull/6972 Fix message ID for correlation between streaming chunks and final mes… by @smalltalkman in https://github.com/microsoft/autogen/pull/6969 fix: extra args not work to disable thinking by @liuyunrui123 in https://github.com/microsoft/autogen/pull/7006 Add thinking mode support for anthropic client by @SrikarMannepalli in https://github.com/microsoft/autogen/pull/7002 Fix spurious tags caused by empty string reasoning_content in streaming by @Copilot in https://github.com/microsoft/autogen/pull/7025 Fix GraphFlow cycle detection to properly clean up recursion state by @Copilot in https://github.com/microsoft/autogen/pull/7026 Add comprehensive GitHub Copilot instructions for AutoGen development by @Copilot in https://github.com/microsoft/autogen/pull/7029 Fix Redis caching always returning False due to unhandled string values by @Copilot…
- github.comautogen python-v0.7.5primary