π Release Notes: AutoGen.Net 0.1.0 π
π¦ New Packages
- Add AutoGen.AzureAIInference Package
- Issue: [.Net][Feature Request] #3323
- Description: The new
AutoGen.AzureAIInferencepackage includes theChatCompletionClientAgent.
β¨ New Features
Enable Step-by-Step Execution for Two Agent Chat API
- Issue: [.Net][Feature Request] #3339
- Description: The
AgentExtension.SendAsyncnow returns anIAsyncEnumerable, allowing conversations to be driven step by step, similar to howGroupChatExtension.SendAsyncworks.
Support Python Code Execution in AutoGen.DotnetInteractive
- Issue: [.Net][Feature Request] #3316
- Description:
dotnet-interactivenow supports Jupyter kernel connection, allowing Python code execution inAutoGen.DotnetInteractive.
Support Prompt Cache in Claude
- Issue: [.Net][Feature Request] #3359
- Description: Claude now supports prompt caching, which dramatically lowers the bill if the cache is hit. Added the corresponding option in the Claude client.
π Bug Fixes
GroupChatExtension.SendAsync Doesnβt Terminate Chat When
IOrchestratorReturns Null as Next Agent- Issue: [.Net][Bug] #3306
- Description: Fixed an issue where
GroupChatExtension.SendAsyncwould continue until the max_round is reached even whenIOrchestratorreturns null as the next speaker.
InitializedMessages Are Added Repeatedly in GroupChatExtension.SendAsync Method
- Issue: [.Net][Bug] #3268
- Description: Fixed an issue where initialized messages from group chat were being added repeatedly in every iteration of the
GroupChatExtension.SendAsyncAPI.
Remove
Azure.AI.OpenAIDependency fromAutoGen.DotnetInteractive- Issue: [.Net][Feature Request] #3273
- Description: Fixed an issue by removing the
Azure.AI.OpenAIdependency fromAutoGen.DotnetInteractive, simplifying the package and reducing dependencies.
π Documentation Updates
- Add Function Comparison Page Between Python AutoGen and AutoGen.Net
- Issue: [.Net][Document] #3184
- Description: Added comparative documentation for features between AutoGen and AutoGen.Net across various functionalities and platform supports.