Dmytro Struk
85fcd230bf
Revert "Merge from main"
...
This reverts commit b8206a85d7 .
2025-11-11 18:44:25 -08:00
Dmytro Struk
b8206a85d7
Merge from main
2025-11-11 18:28:38 -08:00
Dmytro Struk and GitHub
519bc9da0a
Added handling for conversation_id ( #2098 )
2025-11-11 13:56:43 -08:00
26e73756c7
Python: [Feature Branch] Added more examples and fixes for Azure AI agent ( #2077 )
...
* Updated azure-ai-projects package version
* Added an example of hosted MCP with approval required
* Updated code interpreter example
* Added file search example
* Update python/samples/getting_started/agents/azure_ai/azure_ai_with_file_search.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update python/samples/getting_started/agents/azure_ai/azure_ai_with_file_search.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Small fix
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-11 07:49:42 -08:00
Dmytro Struk and GitHub
c3ef6475a2
Python: [Feature Branch] Fixed "store" parameter handling ( #2069 )
...
* Fixed store parameter handling
* Small fix
2025-11-10 18:24:32 -08:00
Dmytro Struk and GitHub
476fbbefc3
Added hosted MCP support ( #2018 )
2025-11-07 13:55:21 -08:00
Chris and GitHub
cfcfd713d2
Merge branch 'main' into feature-python-foundry-agents
2025-11-07 10:20:41 -08:00
Dmytro Struk and GitHub
50d3e652ec
Removed optional ID from FunctionResultContent ( #2011 )
2025-11-07 10:17:10 -08:00
Reuben Bond and GitHub
3d94ae57ed
.NET: DevUI: Use relative URLs for backend API by default ( #2005 )
...
* DevUI: Use relative URLs for backend API by default
* dotnet format
* rebuild application
2025-11-07 17:01:04 +00:00
Dmytro Struk and GitHub
9423c1763c
Python: [Feature Branch] Structured Outputs and more examples for AzureAIClient ( #1987 )
...
* Small updates
* Added support for structured outputs
* Added code interpreter example
* More examples and fixes
* Added more examples and README
* Small fix
* Addressed PR feedback
2025-11-07 00:17:20 -08:00
Rishabh Chawla and GitHub
64826b8f56
Python: [Purview] Add Caching and background processing in Python Purview Middleware ( #1844 )
...
* [PythonPurview] Add Caching and background processing
* [PythonPurview] Updates based on comments
2025-11-07 07:43:22 +00:00
915c749e41
Python: [Feature Branch] Added use_latest_version parameter to AzureAIClient ( #1959 )
...
* Added use_latest_version parameter to AzureAIClient
* Added unit tests
* Update python/samples/getting_started/agents/azure_ai/azure_ai_use_latest_version.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update python/packages/azure-ai/agent_framework_azure_ai/_client.py
Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com >
2025-11-06 07:42:34 -08:00
Dmytro Struk
ce4b5fec33
Small fix
2025-11-05 19:37:16 -08:00
Dmytro Struk
d8228d3a9d
Merge branch 'main' into feature-python-foundry-agents
2025-11-05 19:32:00 -08:00
Evan Mattson and GitHub
708556e4ee
Python: Update changelog with ag-ui changes ( #1954 )
...
* Update changelog with ag-ui changes
* Changed -> Fixed
2025-11-06 12:21:54 +09:00
Giles Odigwe and GitHub
ee1661ecb7
Python: Thread Samples Fix ( #1945 )
...
* thread samples fix
* custom chat message store fix
2025-11-06 02:59:22 +00:00
Evan Mattson and GitHub
ac018f700b
Python: Fix ag-ui examples packaging for PyPI publish ( #1953 )
...
* Fix ag-ui examples packaging for PyPI publish
* Fix markdown links
2025-11-06 11:31:24 +09:00
Evan Mattson and GitHub
99e2875fc8
Bump ag-ui package to 1.0.0b251106 for a release. Update CHANGELOG. ( #1951 )
2025-11-06 09:57:23 +09:00
Dmytro Struk and GitHub
573aff4825
Updated chatkit package version ( #1950 )
2025-11-06 00:13:52 +00:00
9b471cc479
Add simple workflow sample that mixes agents and executors ( #1946 )
...
* Add workflow mix agent executor samples
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-05 22:40:25 +00:00
Evan Mattson and GitHub
afd8b7ecb4
Export sample agents ( #1927 )
2025-11-05 22:26:18 +00:00
Dmytro Struk and GitHub
327c304339
.NET: Python: Updated package versions ( #1944 )
...
* Updated .NET version
* Updated Python package versions
* Updated changelog
2025-11-05 22:20:31 +00:00
d701e796cb
Python: [BREAKING] Replaced AIProjectClient with AgentsClient in Foundry ( #1936 )
...
* Replaced AIProjectClient with AgentsClient in Foundry
* Update python/samples/getting_started/observability/azure_ai_agent_observability.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update python/samples/getting_started/observability/azure_ai_chat_client_with_observability.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Small fix
* Removed TODO item
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-05 21:42:36 +00:00
Reuben Bond and GitHub
8855bfb065
.NET: Add DevUI package for .NET ( #1603 )
...
* Implement DevUI
* Review feedback
* Fix build
2025-11-05 20:02:48 +00:00
Eduard van Valkenburg and GitHub
e2282ebe42
Python: fix missing packaging dependency ( #1929 )
...
* fix missing packaging dependency
* add aiohttp to azureai
2025-11-05 18:09:54 +00:00
Dmytro Struk
599c5c2bc6
Merge branch 'main' into feature-python-foundry-agents
2025-11-05 09:21:26 -08:00
Dmytro Struk and GitHub
14aee7e334
Python: Added parameter to disable agent cleanup in AzureAIAgentClient ( #1882 )
...
* Removed automatic agent cleanup in AzureAIAgentClient
* Revert "Removed automatic agent cleanup in AzureAIAgentClient"
This reverts commit 89846c7212 .
* Exposed boolean flag to control deletion behavior
* Update sample
2025-11-05 16:56:19 +00:00
Dmytro Struk
320a4c7438
Merge branch 'main' into feature-python-foundry-agents
2025-11-05 08:04:26 -08:00
8135a99f9e
Python: [Feature Branch] Renamed Azure AI agent and small fixes ( #1919 )
...
* Renaming
* Small fixes
* Update python/packages/core/agent_framework/openai/_shared.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-05 07:53:55 -08:00
Eduard van Valkenburg and GitHub
54db13c22f
Python: add support for Python 3.14 ( #1904 )
...
* add tests for py3.14 and add classifier
* remove macos
* allow openai v2
2025-11-05 09:42:39 +00:00
Eduard van Valkenburg and GitHub
51b32ed1ac
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
2025-11-05 08:33:19 +00:00
Evan Mattson and GitHub
d81b579111
Python: Bump ag-ui package to 1.0.0b251105 for a release. Update changelog. ( #1922 )
...
* Bump ag-ui package to 1.0.0b251105 for a release. Update changelog.
* Fix authors and license-files
2025-11-05 08:30:52 +00:00
Evan Mattson and GitHub
35a8565495
Python: AG-UI protocol support ( #1826 )
...
* Add AG-UI integration
* Fix tests. PR feedback
* Cleanup
* PR Feedback
* Improve README and getting started experience
* Fix links
2025-11-05 05:25:24 +00:00
0c862e97a6
Python: feat: Add ChatKit integration with a sample application ( #1273 )
...
* feat: Add ChatKit integration with a new frontend application
- Created a new frontend application using React and Vite for the ChatKit integration.
- Added essential files including package.json, vite.config.ts, and Tailwind CSS configuration.
- Implemented core components: App, Home, ChatKitPanel, ThemeToggle, and hooks for color scheme management.
- Established SQLite-based store implementation for ChatKit data persistence in store.py.
- Integrated theme toggling functionality for light and dark modes.
- Set up ESLint and TypeScript configurations for better development experience.
* git ignore
* fix mypy
* add mising file
* minimal frontend for chatkit sample
* update ignore files
* version
* set python version lowerbound on chatkit
* update project settings for chatkit
* update setup
* update setup
* update setup
* update setup
* weather widget
* add select city widget sample
* remove widget helper
* update chatkit to include file attachments and cover more thread item types
* update readme with mermaid diagram
* update diagram
* update instructions
* update chatkit dependency
* fix converter imports
* move to demos/
* move to demos/ -- rename references
* support multiple session instead of using global variable in sample
* support chunk streaming
* fix tests
* Update python/samples/demos/chatkit-integration/store.py
Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com >
* use local host
---------
Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com >
2025-11-05 02:11:40 +00:00
Evan Mattson and GitHub
2499262f30
Add orchestration samples link ( #1914 )
2025-11-05 00:30:56 +00:00
Evan Mattson and GitHub
7b3e2a7e82
Update changelog with a new PR that went in ( #1912 )
2025-11-04 23:20:13 +00:00
Evan Mattson and GitHub
d5040236c9
Fix mcp tool cloning for handoff pattern ( #1883 )
2025-11-04 22:49:34 +00:00
Dmytro Struk and GitHub
9e1b3c9b85
Python: .NET: Updated package version and small fix ( #1911 )
...
* Removed public key
* Updated package version
* Updated Python package versions
2025-11-04 22:42:07 +00:00
Dmytro Struk and GitHub
39d3111734
Added changes ( #1909 )
2025-11-04 13:13:21 -08:00
Evan Mattson and GitHub
50d9b13bfc
Python: [BREAKING] consolidate workflow run APIs ( #1723 )
...
* consolidate workflow run apis
* improve validation, add tests
* Proper code tags for docs
* Update sample output
* Remove cycle validation
* PR feedback
* Validation
* Cleanup
2025-11-03 23:34:59 +00:00
Eduard van Valkenburg and GitHub
12d17acdc0
Python: Introducing the Anthropic Client ( #1819 )
...
* initial version of anthropic connector
* updated implementation and added tests
* fix type and readme
* mypy fix and int tests enabled
* add integration test setup
* updated based on comments
* improved function result handling
* added extra unordered test
* updated from review
* fix tool choice handling
* same fix for chat client
2025-11-03 19:32:28 +00:00
Giles Odigwe and GitHub
a766a81243
a2a workflows fix ( #1860 )
2025-11-03 18:47:09 +00:00
Eduard van Valkenburg and GitHub
e462d209fd
Python: fix middleware and cleanup confusing function ( #1865 )
...
* fix middleware and cleanup redundant function
* added test to validate
2025-11-03 18:42:59 +00:00
Giles Odigwe and GitHub
a9a1b1e567
Python: Azure AI top_p and temperature parameters fix ( #1839 )
...
* azure ai parameters fix
* added unit tests
* unit test fix
* fix
2025-10-31 20:46:38 +00:00
889f45a7ef
Python: Ensure agent thread is part of checkpoint ( #1756 )
...
* ensure agent thread is part of checkpoint
* Update python/packages/core/agent_framework/_workflows/_agent_executor.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* remove data copying for server side thread.
* refine warning check
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-31 15:48:43 +00:00
Tao Chen and GitHub
68b6a55757
[BREAKING] Python: Remove request_type param from ctx.request_info() ( #1824 )
...
* Remove request_type param from ctx.request_info()
* Address comments
2025-10-31 14:31:15 +00:00
Eric Zhu and GitHub
1543370027
Python: Lab: Updates to GAIA module ( #1763 )
...
* Lab: Updates to GAIA module
* update
* emoj!
* fix lint
* update lab test workflow to only trigger for python changes
* lint
* lint
* Fix broken OpenAI agents JS documentation link
2025-10-30 22:02:31 +00:00
Eduard van Valkenburg and GitHub
434ffb8ab8
Python: [BREAKING] Cleanup of dependencies ( #1803 )
...
* removed extra and non-released deps
* added comments
* added space and lock
* fix pyright config
2025-10-30 15:24:29 +00:00
Kurt and GitHub
abfdf75cfb
fix: Remove strict thread id validation for tool results ( #1769 )
...
* fix: remove strict thread id validation for tool results
* test: remove corresponding test for strict thread_id validation
2025-10-30 14:32:46 +00:00
Giles Odigwe and GitHub
2059e7b3e8
Python: Azure AI Search Support Update + Refactored Samples & Unit Tests ( #1683 )
...
* azure ai search sample update
* azure ai search update
* small fix
2025-10-30 02:30:06 +00:00