.Net: Added Azure AI Persistent Agents (#81)

* Added PersistentAgentsChatClient

* Added integration tests

* Small fixes

* Added sample

* Added TODO for tools

* Small rename

* Removed user-secrets id

* Renamed project

* Fixed warning

* Fixed warning

* More fixes

* More fixes
This commit is contained in:
Dmytro Struk
2025-06-19 14:01:26 +00:00
committed by GitHub
parent d1d69af482
commit 47dcad6b49
13 changed files with 708 additions and 0 deletions
@@ -27,6 +27,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Microsoft.Agents\Microsoft.Agents.csproj" />
<ProjectReference Include="..\..\src\Microsoft.Extensions.AI.AzureAIAgentsPersistent\Microsoft.Extensions.AI.AzureAIAgentsPersistent.csproj" />
</ItemGroup>
<ItemGroup>