-
Notifications
You must be signed in to change notification settings - Fork 2k
Comparing changes
Open a pull request
base repository: microsoft/agent-framework
base: python-1.0.0b251105
head repository: microsoft/agent-framework
compare: python-1.0.0b251106
- 20 commits
- 393 files changed
- 12 contributors
Commits on Nov 5, 2025
-
Python: Updates to Tools (#1835)
* updated tool samples * mypy and readme fixes * updated call logic * added function invocation config * added include detailed error * added tests * updated FRC exception handling * updated tests * fix oai test * fix name in sample * imporoved tests coverage and removed some dead code paths
Configuration menu - View commit details
-
Copy full SHA for 51b32ed - Browse repository at this point
Copy the full SHA 51b32edView commit details -
Python: add support for Python 3.14 (#1904)
* add tests for py3.14 and add classifier * remove macos * allow openai v2
Configuration menu - View commit details
-
Copy full SHA for 54db13c - Browse repository at this point
Copy the full SHA 54db13cView commit details -
.NET: Improve fidelity of OpenAI ChatCompletions Hosting (#1785)
* rename, support json serialization * wip * non-streaming * streaming? * proper streaming types * comments + fix audio parse * copilot suggestions * proper stopsequences type * build options as i could * annotations * proper generation of Id for chatcompletions * string length as in chatcompletions api ref * image url * support tools * rework API * introduce tests for chatcompletions * function calling / serialization tests / fixes * more tests and coverage * fix format * sort usings * nit * address PR comments * nits
Configuration menu - View commit details
-
Copy full SHA for bb8ef46 - Browse repository at this point
Copy the full SHA bb8ef46View commit details -
.NET: [BREAKING] Simplify TextSearchProvider construction and improve…
… Mem0Provider scoping. (#1905) * Simplify TextSearchProvider construction and improve Mem0Provider scoping * Fixing indentation.
Configuration menu - View commit details
-
Copy full SHA for 5e38c63 - Browse repository at this point
Copy the full SHA 5e38c63View commit details -
.NET: [Breaking Change] Moving MAAI.AzureAI V1 Package -> MAAI.AzureA…
…I.Persistent (V1) (#1902) * Update AzureAI -> AzureAI.Persistent * Fix sample reference
Configuration menu - View commit details
-
Copy full SHA for 6ca907f - Browse repository at this point
Copy the full SHA 6ca907fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d882e - Browse repository at this point
Copy the full SHA 77d882eView commit details -
.NET: AG-UI support for .NET (#1776)
* Initial plan * Infrastructure setup * Plan for minimal client * Plan update * Basic agentic chat * cleanup * Cleanups * More cleanups * Cleanups * More cleanups * Test plan * Sample * Fix streaming and error handling * Fix notifications * Cleanups * cleanup sample * Additional tests * Additional tests * Run dotnet format * Remove unnecessary files * Mark packages as non packable * Fix build * Address feedback * Fix build * Fix remaining warnings * Feedback * Feedback and cleanup * Cleanup * Cleanups * Cleanups * Cleanups * Retrieve existing messages from the store to send them along the way and update the sample client * Run dotnet format * Add ADR for AG-UI * Switch to use the SG and use a convention for run ids * Cleanup MapAGUI API * Fix formatting * Fix solution * Fix solution
Configuration menu - View commit details
-
Copy full SHA for b03a4fb - Browse repository at this point
Copy the full SHA b03a4fbView commit details -
Python: Added parameter to disable agent cleanup in AzureAIAgentClient (
Configuration menu - View commit details
-
Copy full SHA for 14aee7e - Browse repository at this point
Copy the full SHA 14aee7eView commit details -
[BREAKING] refactor: Fix unintuitive binding of StreamAsync (#1930)
In #1551 we added a mechanism to open a Streaming workflow run without providing any input. This caused unintuitive behaviour when passing a string as input without providing a runId, resulting in the input being misinterpreted as the runId and the workflow not executing. As well, the name caused confusion about why the Workflow was not running when using the input-less StreamAsync (since the Workflow cannot run without any messages to drive its execution).
Configuration menu - View commit details
-
Copy full SHA for b8a55dc - Browse repository at this point
Copy the full SHA b8a55dcView commit details -
Python: fix missing packaging dependency (#1929)
* fix missing packaging dependency * add aiohttp to azureai
Configuration menu - View commit details
-
Copy full SHA for e2282eb - Browse repository at this point
Copy the full SHA e2282ebView commit details -
.NET: Improve fidelity of OpenAI Responses server and add Conversatio…
…ns (#1907) * Improve fidelity of OpenAI Responses server and add Conversations * Merge * nit * Undo prior change * Undo prior change * Review feedback * Review feedback * Fix test * Use simpler JsonDocument approach for polymorphic deserialization * More review feedback * dotnet format
Configuration menu - View commit details
-
Copy full SHA for 33f84f9 - Browse repository at this point
Copy the full SHA 33f84f9View commit details -
.NET: [BREAKING] refactor: Normalize WorkflowBuilder APIs (#1935)
* [BREAKING] refactor: Normalize WorkflowBuilder APIs * "partitioner" => "assigner" * normalize ordering so sources always to the left of targets for edges * normalize parameter ordering so sources and targets are always first arguments * remove `params` (users should use collection expressions instead) * refactor: Align name with Python
Configuration menu - View commit details
-
Copy full SHA for 94a5ba3 - Browse repository at this point
Copy the full SHA 94a5ba3View commit details -
.NET: Add DevUI package for .NET (#1603)
* Implement DevUI * Review feedback * Fix build
Configuration menu - View commit details
-
Copy full SHA for 8855bfb - Browse repository at this point
Copy the full SHA 8855bfbView commit details -
Python: [BREAKING] Replaced AIProjectClient with AgentsClient in Foun…
…dry (#1936) * Replaced AIProjectClient with AgentsClient in Foundry * Update python/samples/getting_started/observability/azure_ai_agent_observability.py Co-authored-by: Copilot <[email protected]> * Update python/samples/getting_started/observability/azure_ai_chat_client_with_observability.py Co-authored-by: Copilot <[email protected]> * Small fix * Removed TODO item --------- Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d701e79 - Browse repository at this point
Copy the full SHA d701e79View commit details -
.NET: [BREAKING] .NET: Add Workflow on-Build() Orphan Validation (#1943)
* fix: Workflow Validation * adds orphan validation to workflow builder * adds tests for workflow validation * expands on the underlying reasoning why type validation is not supported * fixup: CodeGen template
Configuration menu - View commit details
-
Copy full SHA for 0bf6d43 - Browse repository at this point
Copy the full SHA 0bf6d43View commit details -
.NET: AgentHostExecutor should use agent DisplayName as Executor ID (#…
…1840) * AgentHostExecutor should use agent DisplayName as Executor ID * Address comments * Remove unintended changes * Remove unintended changes * Fix tests and address comments
Configuration menu - View commit details
-
Copy full SHA for 3f835c8 - Browse repository at this point
Copy the full SHA 3f835c8View commit details -
.NET: Python: Updated package versions (#1944)
* Updated .NET version * Updated Python package versions * Updated changelog
Configuration menu - View commit details
-
Copy full SHA for 327c304 - Browse repository at this point
Copy the full SHA 327c304View commit details -
Configuration menu - View commit details
-
Copy full SHA for afd8b7e - Browse repository at this point
Copy the full SHA afd8b7eView commit details -
Add simple workflow sample that mixes agents and executors (#1946)
* Add workflow mix agent executor samples * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Evan Mattson <[email protected]> Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b471cc - Browse repository at this point
Copy the full SHA 9b471ccView commit details
Commits on Nov 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 573aff4 - Browse repository at this point
Copy the full SHA 573aff4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff python-1.0.0b251105...python-1.0.0b251106