Commit Graph
11 Commits
Author SHA1 Message Date
Laveesh RohraandGitHub be56177cc7 Address comments (#2160) 2025-11-12 17:44:45 -08:00
Laveesh Rohra 513a971f57 Fix imports 2025-11-12 13:32:35 -08:00
8345b00bc6 Update python/packages/azurefunctions/agent_framework_azurefunctions/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-12 12:26:31 -08:00
3fc355e1fb Update python/packages/azurefunctions/pyproject.toml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-12 12:26:23 -08:00
f3bf488735 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>
2025-11-12 12:13:25 -08:00
Laveesh RohraandGitHub ff28066c9c 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
2025-11-12 09:56:19 -08:00
ebab25b196 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>
2025-11-12 09:13:23 -08:00
4eb31f120b 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>
2025-11-10 21:27:17 -08:00
Laveesh RohraandGitHub 754491cdd3 Python: Add Unit tests for Azurefunctions package (#1976)
* Add Unit tests for Azurefunctions

* remove duplicate import
2025-11-07 08:29:43 -08:00
1762cda5f7 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>
2025-11-05 16:21:57 -08:00
Laveesh RohraandGitHub e7e68fe5c5 Python: Add Scaffolding for Durable AzureFunctions package to Agent Framework (#1823)
* Add scafolding

* update readme

* add code owners and label

* update owners
2025-11-03 08:33:34 -08:00