Chris and GitHub
73547ce28c
Merge branch 'main' into feature-foundry-agents
2025-11-07 09:38:09 -08:00
Chris and GitHub
91e63df616
Merge branch 'main' into feature-foundry-agents
2025-11-07 09:14:33 -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
Korolev Dmitry and GitHub
00b67e191b
move a2a tests; add extensions for a2a+openairesponses ( #1992 )
2025-11-07 16:32:06 +00:00
Korolev Dmitry and GitHub
32b984b09b
.NET: Add WithAITool extensions for Hosting AIAgents ( #1990 )
...
* add extensions to register tools via fluentAPI
* fix
2025-11-07 16:28:28 +00:00
Korolev Dmitry and GitHub
b7cddaaba8
.NET: Remove sequential\concurrent workflow extensions ( #1731 )
...
* remove non-standard workflow extensions, create overloads for IHostedAgentBuilder
* rework
* rollback extensions in a2a
2025-11-07 11:58:21 +00:00
e5d9d74c2d
.NET: Chathistory memory provider add ( #1867 )
...
* Add ChatHistoryMemoryProvider with unit tests
* Set new project to not packable.
* Fix bugs
* Add serialization support.
* Update dotnet/src/Microsoft.Agents.AI.VectorDataMemory/ChatHistoryMemoryProvider.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Remove unnecessary line
* Convert ChatHistoryMemoryProvider to use Dynamic collections.
* Sealing options and scope classes.
* Add sample, add scope to logs and improve scope validation
* Move ChatHistoryMemoryProvider to MAAI project.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-07 11:46:35 +00: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
Chris and GitHub
4cbde55243
Merge branch 'main' into feature-foundry-agents
2025-11-06 18:48:17 -08:00
Chris Rickman
864b1f7a91
Fix bad merge
2025-11-06 18:40:34 -08:00
Chris and GitHub
5131f3a129
Merge branch 'main' into feature-foundry-agents
2025-11-06 14:31:48 -08:00
820c6afe09
.NET: Fix the ordering of chained resolvers in JsonSerializerOptions ( #1974 )
...
* Fix the ordering of chained resolvers in JsonSerializerOptions
We want the resolvers from AIJsonUtilities to be used before the ones from the source generator, in case the source generator emits its own copy in that assembly for the M.E.AI types.
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update dotnet/src/Microsoft.Agents.AI/AgentJsonUtilities.cs
* Update dotnet/src/Microsoft.Agents.AI.Mem0/Mem0JsonUtilities.cs
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com >
* Remove unused using directive in Mem0JsonUtilities
Removed unused using directive for Microsoft.Extensions.AI.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com >
2025-11-06 22:23:37 +00:00
cb50f3e070
Bump AWSSDK.Extensions.Bedrock.MEAI from 4.0.4.1 to 4.0.4.2 ( #1707 )
...
---
updated-dependencies:
- dependency-name: AWSSDK.Extensions.Bedrock.MEAI
dependency-version: 4.0.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris <66376200+crickman@users.noreply.github.com >
2025-11-06 22:13:25 +00:00
25f405c7ce
Bump CommunityToolkit.Aspire.OllamaSharp from 9.8.0 to 9.9.0 ( #1961 )
...
---
updated-dependencies:
- dependency-name: CommunityToolkit.Aspire.OllamaSharp
dependency-version: 9.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-06 22:12:45 +00:00
Jeff Handley and GitHub
b374ff0e10
Rename nightly build GitHub source in FAQS.md to be consistent ( #1755 )
2025-11-06 22:11:00 +00:00
Chris and GitHub
2ee34beed5
Merge branch 'main' into feature-foundry-agents
2025-11-06 08:32:05 -08:00
Roger Barreto and GitHub
d55b15903d
.NET: AgentDefinition extensions method simplification ( #1967 )
...
* Update extensions methods that accepts AgentDefinition type to not be restrictive
* Update Unit Tests
* Revert yarn/package-lock
* Revert yarn/package-lock
* Address copilot feedback
2025-11-06 16:04:31 +00:00
westey and GitHub
6e205445be
.NET: Add tool calling sample with OpenAPI ( #1968 )
...
* Add tool calling sample with OpenAPI
* Address PR comments.
* Rename folders and moved literal to inline.
* Fix broken link.
2025-11-06 14:34:27 +00:00
Chris and GitHub
5a8c8fe634
Merge branch 'main' into feature-foundry-agents
2025-11-05 19:55:57 -08:00
Evan Mattson and GitHub
708556e4ee
Python: Update changelog with ag-ui changes ( #1954 )
...
* Update changelog with ag-ui changes
* Changed -> Fixed
python-1.0.0b251106.post1
2025-11-06 12:21:54 +09:00
Chris and GitHub
b2c38ac98c
Merge branch 'main' into feature-foundry-agents
2025-11-05 19:14:20 -08: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
Dmytro Struk and GitHub
6fec8a61e3
Updated packages configuration ( #1952 )
dotnet-1.0.0-preview.251105.1
2025-11-06 01:04:48 +00: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
Chris and GitHub
1aa00e6428
Merge branch 'main' into feature-foundry-agents
2025-11-05 16:57:09 -08:00
Dmytro Struk and GitHub
573aff4825
Updated chatkit package version ( #1950 )
python-1.0.0b251106
2025-11-06 00:13:52 +00:00
Chris and GitHub
f0d2dd6774
Merge branch 'main' into feature-foundry-agents
2025-11-05 15:49:58 -08:00
Chris and GitHub
bf007f854c
Updated ( #1948 )
2025-11-05 15:47:50 -08: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 >
python-1.0.0b251105.1
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
Tao Chen and GitHub
3f835c8118
.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
2025-11-05 22:16:53 +00:00
Jacob Alber and GitHub
0bf6d437d8
.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
2025-11-05 22:12:27 +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
Chris and GitHub
55a4aa2b53
Merge branch 'main' into feature-foundry-agents
2025-11-05 12:26:13 -08:00
Roger Barreto
95fe891369
Normalize changes
2025-11-05 20:20:48 +00:00
Roger Barreto
4d1a132737
.NET: Allow Declarative AIAgents Extensions ( #1931 )
...
* Improve reusability of extension code and additional option to losen the strictiness of in-proc tools
* Add missing UT scenarios
* Add missing UT test scenarios
2025-11-05 20:14:23 +00:00
Dmytro Struk and Roger Barreto
943e37836f
Updated package version ( #1906 )
2025-11-05 20:14:22 +00:00
Roger Barreto
65e1c12dfa
Version update ( #1901 )
2025-11-05 20:14:21 +00:00
Roger Barreto and Copilot
279d91f58e
.NET: Update Extensions for Strict Agent Definitions + Improvements ( #1892 )
...
* Update Package Nameing: V1 -> AzureAI.Persistent / V2 -> AzureAI
* Update agents and extensions to comply with strict agent definitions
* More static updates
* Address UT, and ResponseTool support
* Improving reusability extensions
* Addressing ResponseTools Unit Tests and extension setup
* Adapted workaround on breaking AAA with OpenAI 2.6.0
* Small updates
* Remove strictness when retrieving agents, improved XmlDocs
* Improve sample comments
* Update dotnet/tests/Microsoft.Agents.AI.AzureAI.UnitTests/AgentsClientExtensionsTests.cs
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 suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Address PR comments
* Address UT failing
* Address Copilot feedback
* Address Copilot feedback
* Address comment typo
* Address PR feedback
* Address typo
* Add missing Extensions with ChatClientAgentOptions
* Address comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-05 20:14:12 +00:00
Roger Barreto
51e7a2134a
Update Package Nameing: V1 -> AzureAI.Persistent / V2 -> AzureAI ( #1829 )
2025-11-05 20:13:36 +00:00
Roger Barreto
90226526fa
.NET: Change model to be required just for prompt agent definition specific extensions ( #1812 )
...
* Remove unneeded model from extensions
* Add noop justification
2025-11-05 20:11:43 +00:00
7405759593
.NET: Add comprehensive unit tests for Microsoft.Agents.AI.AzureAIAgents extension methods ( #1786 )
...
* Initial plan
* Add comprehensive unit test project for Microsoft.Agents.AI.AzureAIAgents
Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com >
* Add README documenting test project and package dependency requirements
Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com >
* Fix documentation URL to use learn.microsoft.com
Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com >
* Bump back AAAP 1.2.0-beta.7
* Address AI generated UT's
* Remove UT Readme
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-05 20:11:32 +00:00
Chris and Roger Barreto
698aba5f97
Update Directory.Packages.props
...
Fix package version rollback:
Azure.AI.Agents.Persistent (beta-6 => beta-7)
2025-11-05 20:10:31 +00:00
Roger Barreto
7e23140ca9
.NET: Azure.AI.Agents Package Split + Initial Extensions ( #1657 )
...
* Move packages
* Update nuget.config
* Address Xmldoc
* Remove format from branches checks
* Address Xmldocs
* Add more details to the implementation
* Moving Agent logic to ChatClient
* Adding Name and Id overrides to AzureAIAgent
* Updating extensions
* Add GetAiAgent extensions
* Adding support for version as name can conflict 409 using the Agents API with same name
* Addressing more updates to the extensions
* More improvements
* Remove debugging code from sample
* Address copilot feedback
* Apply suggestions from co-pilot code review
2025-11-05 20:10:24 +00:00
Chris and Roger Barreto
904e17473f
Fixed build errors ( #1638 )
...
Comment and nullable type alignment
2025-11-05 20:09:02 +00:00
Roger Barreto
2c5cf6c67b
WIP
2025-11-05 20:08:55 +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
Jacob Alber and GitHub
94a5ba3448
.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
2025-11-05 19:50:01 +00:00