 Evan MattsonandGitHub
|
f508f1d6da
|
Python: Bump python version to 1.0.0b260107 for a release (#3128)
* Bump python version to 1.0.0b260107 for a release
* Update changelog
|
2026-01-08 08:49:28 +09:00 |
|
 Gavin AguiarandGitHub
|
f4ab586f11
|
Python: Streaming sample for azurefunctions (#3057)
* Streaming sample for azurefunctions
* Fixed links and sample name
* Addressed feedback
* Addressed feedback
* Fixed integration tests
* Updated test
|
2026-01-07 22:20:42 +00:00 |
|
 Evan MattsonandGitHub
|
202f557c71
|
Bump versions to 1.0.0b260106 for a release. Update CHANGELOG.md (#3109)
|
2026-01-07 00:09:49 +00:00 |
|
 Dmytro StrukandGitHub
|
5ab47596ff
|
Python: Updated package versions (#3024)
* Updated package versions
* Updated changelog
|
2025-12-23 16:04:53 +00:00 |
|
 Evan MattsonandGitHub
|
e15eab7da6
|
Python: Bump Py version to 1.0.0b251218 for a release. Update CHANGELOG (#2968)
* Bump Py version to 1.0.0b251218 for a release. Update CHANGELOG
* update lock
* Fix formatting
* Fix ChatKit typing
|
2025-12-19 01:31:57 +00:00 |
|
 Phillip HoffandGitHub
|
2bde58f915
|
Python: Switch to new "run" method name. (#2890)
* Switch to `run` method.
* Add support for deprecated `run_agent`.
* Fix entity method name.
* Fix method name and improve tests.
* Update comment.
* Update Python CHANGELOG.
|
2025-12-16 22:08:12 +00:00 |
|
 Dmytro StrukandGitHub
|
e319707058
|
Updated package versions (#2913)
|
2025-12-16 18:51:44 +00:00 |
|
 Dmytro StrukandGitHub
|
8d53b20026
|
Python: Updated package versions (#2784)
* Updated package versions
* Small fix
|
2025-12-11 18:39:08 +00:00 |
|
 ![copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>](/assets/img/avatar_default.png)  
|
3f4eeb00be
|
Python: Change DurableAIAgent log level from warning to debug when invoked without thread (#2736)
* Initial plan
* Change logger.warning to logger.debug for missing thread
Co-authored-by: larohra <41490930+larohra@users.noreply.github.com>
* Fix test to use getMessage() method for log records
Co-authored-by: larohra <41490930+larohra@users.noreply.github.com>
* Remove test for logging change per review feedback
Co-authored-by: larohra <41490930+larohra@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: larohra <41490930+larohra@users.noreply.github.com>
Co-authored-by: Laveesh Rohra <larohra@microsoft.com>
|
2025-12-10 17:57:08 +00:00 |
|
 Dmytro StrukandGitHub
|
43302fb4cd
|
Python: Updated package versions (#2737)
* Updated package versions
* Updated changelog
|
2025-12-09 22:58:45 +00:00 |
|
 Laveesh RohraandGitHub
|
71d9d268dd
|
Python: Fix DurableState schema serializations (#2670)
* Fix created at
* Add pattern matching
|
2025-12-08 22:38:45 +00:00 |
|
 Dmytro StrukandGitHub
|
f5786b2c5b
|
Updated package versions (#2643)
|
2025-12-04 22:08:47 +00:00 |
|
 ![copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>](/assets/img/avatar_default.png)  
|
cb343dd707
|
Python: Add orchestration ID to durable agent entity state and code refactor (#2484)
* Initial plan
* Add orchestration ID to durable agent entity state for Python
Co-authored-by: larohra <41490930+larohra@users.noreply.github.com>
* Fix type safety checks
* Fix tests
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: larohra <41490930+larohra@users.noreply.github.com>
Co-authored-by: Laveesh Rohra <larohra@microsoft.com>
|
2025-12-02 01:34:18 +00:00 |
|
 Laveesh RohraandGitHub
|
306c81aef8
|
Python: [Breaking] Python: Respond with AgentRunResponse with serialized structured output (#2285)
* Respond with AgentRunResponse
* Fix response_Format type
* Address comments
* Fix tests
* Fix log
* Addressed comments
* Code cleanup
* Use AgentTask vs Generator
* Address comments
* use lazy logging
* fix mypy errors
|
2025-11-26 18:44:28 +00:00 |
|
    
|
b1c210c9d8
|
Python: Added MCP tool support for azure functions package. (#2385)
* Python: Add Scaffolding for Durable AzureFunctions package to Agent Framework (#1823)
* Add scafolding
* update readme
* add code owners and label
* update owners
* .NET: Durable extension: initial src and unit tests (#1900)
* Python: Add Durable Agent Wrapper code (#1913)
* add initial changes
* Move code and add single sample
* Update logger
* Remove unused code
* address PR comments
* cleanup code and address comments
---------
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
* Azure Functions .NET samples (#1939)
* Python: Add Unit tests for Azurefunctions package (#1976)
* Add Unit tests for Azurefunctions
* remove duplicate import
* .NET: [Feature Branch] Migrate state schema updates and support for agents as MCP tools (#1979)
* Python: Add more samples for Azure Functions (#1980)
* Move all samples
* fix comments
* remove dead lines
* Make samples simpler
* Agents as MCP tools
* Removed unused files and updated sample
* .NET: [Feature Branch] Durable Task extension integration tests (#2017)
* .NET: [Feature Branch] Update OpenAI config for integration tests (#2063)
* Python: Add Integration tests for AzureFunctions (#2020)
* Add Integration tests
* Remove DTS extension
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add pyi file for type safety
* Add samples in readme
* Updated all readme instructions
* Address comments
* Update readmes
* Fix requirements
* Address comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Addressed copilot feedback
* Minor refactoring and added tests
* Updated mcp sample
* Fixed broken link in readme
* Addressed copilot comments
* Addressed feedback
* Updated property to enable_mcp_tool_trigger
---------
Co-authored-by: Laveesh Rohra <larohra@microsoft.com>
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
Co-authored-by: Chris Gillum <cgillum@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-11-25 18:50:02 +00:00 |
|
 Dmytro StrukandGitHub
|
cf13e35c73
|
Updated package versions (#2360)
|
2025-11-20 16:07:10 -08:00 |
|
      
|
6ae32f007d
|
[BREAKING] Python: Schema changes for azure functions package (#2151)
* Python: Add Scaffolding for Durable AzureFunctions package to Agent Framework (#1823)
* Add scafolding
* update readme
* add code owners and label
* update owners
* .NET: Durable extension: initial src and unit tests (#1900)
* Python: Add Durable Agent Wrapper code (#1913)
* add initial changes
* Move code and add single sample
* Update logger
* Remove unused code
* address PR comments
* cleanup code and address comments
---------
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
* Azure Functions .NET samples (#1939)
* Python: Add Unit tests for Azurefunctions package (#1976)
* Add Unit tests for Azurefunctions
* remove duplicate import
* .NET: [Feature Branch] Migrate state schema updates and support for agents as MCP tools (#1979)
* Python: Add more samples for Azure Functions (#1980)
* Move all samples
* fix comments
* remove dead lines
* Make samples simpler
* .NET: [Feature Branch] Durable Task extension integration tests (#2017)
* .NET: [Feature Branch] Update OpenAI config for integration tests (#2063)
* Python: Add Integration tests for AzureFunctions (#2020)
* Add Integration tests
* Remove DTS extension
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add pyi file for type safety
* Add samples in readme
* Updated all readme instructions
* Address comments
* Update readmes
* Fix requirements
* Address comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* .NET: [Feature Branch] Update dotnet-build-and-test.yml to support integration tests (#2070)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix DTS startup issue and improve logging (#2103)
* .NET: [Feature Branch] Introduce Azure OpenAI config for .NET pipeline (#2106)
Also fixes an issue where we were trying to start docker containers for integration tests on Windows, which doesn't work.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix uv.lock after merge
* Python: Add README for Azure Functions samples setup (#2100)
* Add README for Azure Functions samples setup
Added setup instructions for Azure Functions samples, including environment setup, virtual environment creation, and running samples.
* Update python/samples/getting_started/azure_functions/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Laveesh Rohra <larohra@microsoft.com>
* Fix or remove broken markdown file links (#2115)
* .NET: [Feature Branch] Update HTTP API to be consistent across languages (#2118)
* Python: Fix AzureFunctions Integration Tests (#2116)
* Add Identity Auth to samples
* Update python/samples/getting_started/azure_functions/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/samples/getting_started/azure_functions/01_single_agent/function_app.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/samples/getting_started/azure_functions/02_multi_agent/function_app.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/samples/getting_started/azure_functions/06_multi_agent_orchestration_conditionals/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Python: Fix Http Schema (#2112)
* Rename to threadid
* Respond in plain text
* Make snake-case
* Add http prefix
* rename to wait-for-response
* Add query param check
* address comments
* .NET: Remove IsPackable=false in preparation for nuget release (#2142)
* Python: Move `azurefunctions` to `azure` for import (#2141)
* Move import to Azure
* fix mypy
* Update python/packages/azurefunctions/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add missing types
* Address comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/packages/azurefunctions/pyproject.toml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/packages/azurefunctions/agent_framework_azurefunctions/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix imports
* Address PR feedback from westey-m (#2150)
- Adds a link from the /dotnet/samples/README.md to /dotnet/samples/AzureFunctions
- Make DurableAgentThread deserialization internal for future-proofing
- Update JSON serialization logic to address recently discovered issues with source generator serialization
* Schema changes for azure functions
* Fixed serialization bug
* update to camel case
* Adding logs
* merge with main
* sync uv.lock
* Updated schema
* Fixed tests
* Addressed comments
* Fixed mypy errors
* Fixed bug in responsetype and authorName
* Addressed feedback
* Addressed more feedback
* Python: Addressing comments for #2151 (#2315)
* Initial fixes
* Address more comments
* Address remaining comments
* Fixed remaining snake_case properties
* Fixed remaining snake_case properties
* Fixed mypy errors
* Minor changes
* revert tool names
* Fixed mypy errors
---------
Co-authored-by: Laveesh Rohra <larohra@microsoft.com>
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
Co-authored-by: Chris Gillum <cgillum@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Anirudh Garg <anirudhg@microsoft.com>
Co-authored-by: Victoria Hall <victoriahall@microsoft.com>
|
2025-11-20 16:24:34 +00:00 |
|
 
|
79bb87061b
|
Python: Clean up imports (#2318)
* chore: tidy imports
* Update python/packages/azurefunctions/agent_framework_azurefunctions/_errors.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/packages/azurefunctions/agent_framework_azurefunctions/_callbacks.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: revert stub file change
* chore: trigger pre-commit hook, re-add `annotations` import
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-11-19 23:41:01 +00:00 |
|
 Dmytro StrukandGitHub
|
c7e7020c32
|
Python: Updated package versions (#2238)
* Updated package versions
* Small fix
* Small fix
|
2025-11-15 00:42:41 +00:00 |
|
 Dmytro StrukandGitHub
|
3c874d0073
|
Python: Updated package versions (#2165)
* Updated package versions
* Reverted package version update for ag-ui
* Updated changelog file
|
2025-11-13 04:23:57 +00:00 |
|
    
|
67a8147151
|
.NET: Python: Azure Functions feature branch (#1916)
* Python: Add Scaffolding for Durable AzureFunctions package to Agent Framework (#1823)
* Add scafolding
* update readme
* add code owners and label
* update owners
* .NET: Durable extension: initial src and unit tests (#1900)
* Python: Add Durable Agent Wrapper code (#1913)
* add initial changes
* Move code and add single sample
* Update logger
* Remove unused code
* address PR comments
* cleanup code and address comments
---------
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
* Azure Functions .NET samples (#1939)
* Python: Add Unit tests for Azurefunctions package (#1976)
* Add Unit tests for Azurefunctions
* remove duplicate import
* .NET: [Feature Branch] Migrate state schema updates and support for agents as MCP tools (#1979)
* Python: Add more samples for Azure Functions (#1980)
* Move all samples
* fix comments
* remove dead lines
* Make samples simpler
* .NET: [Feature Branch] Durable Task extension integration tests (#2017)
* .NET: [Feature Branch] Update OpenAI config for integration tests (#2063)
* Python: Add Integration tests for AzureFunctions (#2020)
* Add Integration tests
* Remove DTS extension
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add pyi file for type safety
* Add samples in readme
* Updated all readme instructions
* Address comments
* Update readmes
* Fix requirements
* Address comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* .NET: [Feature Branch] Update dotnet-build-and-test.yml to support integration tests (#2070)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix DTS startup issue and improve logging (#2103)
* .NET: [Feature Branch] Introduce Azure OpenAI config for .NET pipeline (#2106)
Also fixes an issue where we were trying to start docker containers for integration tests on Windows, which doesn't work.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix uv.lock after merge
* Python: Add README for Azure Functions samples setup (#2100)
* Add README for Azure Functions samples setup
Added setup instructions for Azure Functions samples, including environment setup, virtual environment creation, and running samples.
* Update python/samples/getting_started/azure_functions/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Laveesh Rohra <larohra@microsoft.com>
* Fix or remove broken markdown file links (#2115)
* .NET: [Feature Branch] Update HTTP API to be consistent across languages (#2118)
* Python: Fix AzureFunctions Integration Tests (#2116)
* Add Identity Auth to samples
* Update python/samples/getting_started/azure_functions/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/samples/getting_started/azure_functions/01_single_agent/function_app.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/samples/getting_started/azure_functions/02_multi_agent/function_app.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/samples/getting_started/azure_functions/06_multi_agent_orchestration_conditionals/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Python: Fix Http Schema (#2112)
* Rename to threadid
* Respond in plain text
* Make snake-case
* Add http prefix
* rename to wait-for-response
* Add query param check
* address comments
* .NET: Remove IsPackable=false in preparation for nuget release (#2142)
* Python: Move `azurefunctions` to `azure` for import (#2141)
* Move import to Azure
* fix mypy
* Update python/packages/azurefunctions/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add missing types
* Address comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/packages/azurefunctions/pyproject.toml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update python/packages/azurefunctions/agent_framework_azurefunctions/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix imports
* Address PR feedback from westey-m (#2150)
- Adds a link from the /dotnet/samples/README.md to /dotnet/samples/AzureFunctions
- Make DurableAgentThread deserialization internal for future-proofing
- Update JSON serialization logic to address recently discovered issues with source generator serialization
* Address comments (#2160)
---------
Co-authored-by: Laveesh Rohra <larohra@microsoft.com>
Co-authored-by: Chris Gillum <cgillum@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Anirudh Garg <anirudhg@microsoft.com>
|
2025-11-13 02:00:53 +00:00 |
|