Roger Barreto and GitHub
cf0e779638
.NET: Add missing Azure OpenAI Migration Sample code ( #559 )
...
* Add missing Azure OpenAI Migration Sample code
* Add Azure OpenAI Assistants Samples
* Address miner README typos
* Remove leftover
2025-09-01 12:04:26 +00:00
1d2f833122
.NET: A2A agent ( #520 )
...
* add a2a agent
* Update dotnet/src/Microsoft.Extensions.AI.Agents.A2A/A2AAgent.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* address pr review feedback
* move unit tests for extension methods to the extensions folder
* address pr review comments
* address pr review comments
* address pr review feedback
* move a2a agent sample to console app
* remove unnecessary Ids set for new projects in the solution file
* remove unnecessary configuration
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-01 08:30:30 +00:00
Roger Barreto and GitHub
dac17a8f48
.NET: Adding Semantic Kernel - Migration Samples ( #499 )
...
* Guidance
* Guidance
* WIP Migration Preps
* Move to single file projects
* Update guidance code and final adjustments to ensure all feature compatibility
* Move from demos to samples
* Address format
* Address chat client pipeline order
* Update project naming
* Revisition on README
* Remove unused ctor
* Address feedback
* Address feedback
* Address merge conflict fix
* Address SK versioning
* Address folder naming
* Address feedback
2025-08-29 14:29:03 +00:00
fe1941d25f
.NET: Add samples to show how to create an AIAgent for each provider. ( #525 )
...
* Add samples to show how to create an AIAgent for each provider.
* Update dotnet/samples/HowToCreateAnAIAgentByProvider/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Address PR comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-28 14:25:19 +00:00
westey and GitHub
bbea3c00f8
.NET: Add more console based getting started samples ( #507 )
...
* Add more console based getting started samples
* Simplify function calling and approavls samples and some minor renaming based on PR feedback.
* Cover streaming with comments for aprovals sample.
* Remove extra line break.
* Update getting started samples list in readme.
* Address PR comments
* Address PR comments.
2025-08-28 14:14:25 +00:00
westey and GitHub
435fd14da5
Add proposed stucture for samples and user documentation ( #484 )
2025-08-25 17:11:09 +00:00
5284b611c2
.NET: API specification for Foundry SDK alignment ( #359 )
...
* API specification for Foundry SDK alignment
* Add descriptions to the samples
* Add descriptions to the samples
* Address some review feedback
* Remove sample
* Remove sample
* Update docs/specs/001-foundry-sdk-alignment.md
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com >
* Update docs/specs/001-foundry-sdk-alignment.md
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com >
* Update docs/specs/001-foundry-sdk-alignment.md
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com >
* Update docs/specs/001-foundry-sdk-alignment.md
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com >
* Address code review feedback
---------
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com >
2025-08-25 17:04:56 +00:00
6ec21859cf
.NET: feat: Microsoft.Extensions.AI.Agents.Hosting.A2A package ( #390 )
...
* add timeout handling for message send
* prepare a2a proj
* fix it finally
* add a holder for selected protocol
* init types ;
* see discoveredAgentCardJson
* prettify json
* correct usage
* client setup for card
* setp?
* message:send
* init task based communication
* try call it via the agent thread
* okay i got back the message wooooow!
* nit
* fix duplicates
* yea matey!
* fix knights-knaves for A2A-Task-based communication
* fix a2a agents csproj
* AI feedback
* a2a does not support netstandard / netfx
* try fix build + refactor
* bump a2a for net9 only
* rollback System.Net.ServerSentEvents & Microsoft.Bcl.AsyncInterfaces version upgrade; override in-place and retarget to net9;net8 for A2A
* address PR comments x1
* refactor a2a interfaces
* address PR comments x2
* fix cancel usage
* separate project for A2A.AspNetCore
* simplify
* cleanup
* cleanup dependencies
* generate convertor tests / fix namespaces etc
* setup actor client!
* fix build
* backoff conversations
* fix duplicate message streaming
* address PR comments x1
* remove internalsvisibleto
* dont implement agent card query on my own: give it to the user
* nit
* rename and move projects
* fix dotnet-format
* address PR comments x1
* remove unreferenced project
* rollback
* rename
* nit
---------
Co-authored-by: Chris <66376200+crickman@users.noreply.github.com >
2025-08-25 11:14:55 +00:00
westey and GitHub
a40eda48f1
.NET: Add Approval capabilities to FunctionInvokingChatClient ( #457 )
...
* Add Approval capabilities to FunctionInvokingChatClient
* Address PR comments.
* Address PR comments.
* Address PR comments.
* Address PR feedback, add sample, and fix bug plus unit test.
* Address PR comments
2025-08-25 10:41:10 +00:00
Korolev Dmitry and GitHub
25291de8cb
.NET: chore: support retries on Cosmos storage creation ( #402 )
...
* support retries
* tests + registration options
* fix ordering ..
* HK + update packages
* fix paths
* Update dotnet/tests/CosmosDB.IntegrationTests/Microsoft.Extensions.AI.Agents.Runtime.Storage.CosmosDB.Tests/CosmosTestFixture.cs
* re create project and fix some pk usage
* fix all tests
* try workflow?
* wip 1
* fix definition
* try with cosmos_use_emulator env?
* try ignore SSL errors?
* other cert verifications
* hardcode to 8081?
* proper valuation of ENV
* logging
* ensure db exsists for CI
* bump
* cleanup
* fix usage
* nit comment
* try only release for stability?
* try skip some flaky tests
* merge fixes + rollback container
* reimplement with iasyncdisposable pattern
* remove example doc struct
2025-08-21 18:37:12 +00:00
011edfe420
.NET: Bring OpenAIResponsesChatClient temporarily ( #449 )
...
* copy OpenAIResponsesChatClient from meai temporarly
* Update dotnet/src/Microsoft.Extensions.AI.Agents.OpenAI/NewOpenAIResponsesChatClient.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* add AsNewIChatClient extension method
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-20 15:12:12 +00:00
0982aa9d6d
.NET: Fix bugbash issues ( #448 )
...
* Fix bugbash issues
* Update dotnet/samples/GettingStarted/Providers/AIAgent_With_OpenAIResponseClient.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-20 12:22:11 +00:00
Roger Barreto and GitHub
753f336a3a
.NET: Update MEAI 9.8.0 and accepted proposed abstractions ( #427 )
...
* Update MEAI 9.8.0 and accepted proposed abstractions
* Address manual change in samples
* Address warnings
* Revert "Address warnings"
This reverts commit 52a7d60129 .
2025-08-15 17:34:56 +00:00
Roger Barreto and GitHub
531132057b
.NET: Update OpenTelemetry Agent - Added Demo, AIAgentMetadata and Agent.GetService() ( #356 )
...
* OTEL Demo
* updating telemetry sample
* OTEL updates
* WIP
* Adding GetService and Agent Metadata for Telemetry
* WIP
* Add UT for OTEL System behavior
* Address Unicode problem
* Add logging
* Adjust for new extensions
* Change Logger to LoggerFactory for the extension method
* Address AI Feedback
* Simplify script and readme just for Azure OpenAI
* Increase code converage
* Address merge conflict
* Another slnx fix
* Address PR comments
* Address PR feedback + Add UT
* Added Hosting UT to the solution
* Address PR comments
* Address missing sensitivity tests
* Remove unecessary override
* Address PR comments
2025-08-15 15:41:21 +00:00
e7441ee29e
.NET: Add agent hosting package and update sample ( #296 )
...
* Add agent hosting package and update sample
* Review feedback and cleanup
* Include the narrator
* wip
* wip
* Remove workaround for empty state writes.
* Handle changes to AgentThread.
* One more.
* Fix.
---------
Co-authored-by: Aditya Mandaleeka <adityam@microsoft.com >
2025-08-06 21:26:36 +00:00
westey and GitHub
ef16774878
.NET: Switch minimal console and a few samples to use latest patterns ( #348 )
...
* Switch minimal console and a few samples to use latest patterns
* Use interpolation for sample output.
2025-08-06 10:01:03 +00:00
ff3e13c2aa
.Net: Add support for 3rd party thread storage and thread serialization ( #203 )
...
* Add thread storage and serialization POC
* Switch to using JsonElement and add unit tests
* Add additional unit tests.
* Exclude private debugger properties from CodeCoverage.
* Rename IChatMessagesStorable to IChatMessageStore
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Improve xml doc.
* Update the message storing thread to always use external store for both local and remote storage.
* Remove threadid from the IChatMessageStore interface, since the store should own the thread id itself, if it requires one.
* Switch GetMessages to IEnumerable
* Address pr comments.
* Make jsonserializer options default consistent on DeserializeThreadAsync
* Move message storing thread functionality into AgentThread and simplify AgentThread behavior.
* Remove embedding generation from VectorStore chat history sample.
* Remove unecessary code and fix formatting.
* Make GetNewThread and DeserializeThread virtual with default implementations.
Remove unsued json utilities.
* Fix formatting
* Remove problem test.
* Add more unit tests
* Remove unused using clause.
* Address pr feedback.
* Address PR comments.
* Make InMemory store internal
* Switch InMemoryChatMessageStore to implement IList instead of inheriting from List.
* Rename store deserialize param.
* Update serialization based on PR comments.
* Remove confusing comment.
* Address Deserialization PR comments in the same way as Serialization
* Add State to IChatMessageStore Serialize and Deserialize names.
Make Thread Deserialize internal.
Make AgentThread type switching fobidden.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Chris <66376200+crickman@users.noreply.github.com >
2025-08-05 17:24:25 +00:00
9faa27b8eb
.NET: Clean / address some message warnings ( #291 )
...
* WIP
* Structured Output sample
* Update dotnet/samples/GettingStarted/Steps/Step06_ChatClientAgent_StructuredOutputs.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Address xml and comment targeting the Structured Output context
* Update with proposed fix for Persistent ChatClient
* Address PR feedback
* Address minor warnings
* Address initialization
* Address initialization
* Address PR comments, update suggestions
* Revert changes to NullableAttributese.cs
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Chris <66376200+crickman@users.noreply.github.com >
2025-08-05 12:55:44 +00:00
cbb05e210f
.NET: Fix error for ChatClientAgent DI ambiguity ( #299 )
...
* Fix error for ChatClientAgent DI ambiguity
* Using AIAgent abstraction for DI samples
* Update dotnet/samples/GettingStarted/Steps/Step04_ChatClientAgent_DependencyInjection.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Fix warnings
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-05 09:08:45 +00:00
Aditya Mandaleeka and GitHub
f5b35d8403
.NET: CosmosDB Actor State Storage ( #262 )
...
* Implement CosmosDB actor state storage.
* Fix.
* Minor fixes.
* Fixes.
* Make CosmosDB initialization be lazy.
* Remove unnecessary read from write path.
* Throw on empty writes.
* Add arg validation for read.
* Add CosmosIdSanitizer.
* Fix.
* Fix.
* Simplify doc IDs.
* Update comment.
* fb
* Make LazyCosmosContainer internal and add tests.
* Make test constants public and remove IVT.
* Use source generated JSON context for future nativeAOT support.
* Re-add dropped comments.
2025-08-05 00:11:49 +00:00
624709e5d1
Add some OpenAI and Foundry extension methods ( #225 )
...
* Add some OpenAI specific extensions
* Update samples and extension methods
* 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 >
* Add extension methods for creating agents using the Assistant API
* Add orchestration sample
* Add orchestration sample
* Sample for the Foundry alignment document
* Address code review feedback
* Rename provider samples
* Sample showing how to get an AI agent for Foundry SDK
* Add OpenAI chat completion based implementation of AIAgent
* Split OpenAI client extension methods by client type
* Remove OpenAIClient extension methods
* Rename AsRunnableAgent
* Fix XML comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-31 18:08:17 +00:00
139f033b05
.Net: Add Structured output ChatClientAgent samples ( #250 )
...
* WIP
* Structured Output sample
* Update dotnet/samples/GettingStarted/Steps/Step06_ChatClientAgent_StructuredOutputs.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Address xml and comment targeting the Structured Output context
* Update with proposed fix for Persistent ChatClient
* Address PR feedback
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Chris <66376200+crickman@users.noreply.github.com >
2025-07-31 11:35:29 +00:00
e877ffbca1
.NET: Move external MEAI classes to releasable packages ( #279 )
...
* Move external MEAI classes to releaseable packages
* Update dotnet/src/Microsoft.Extensions.AI.Agents.Abstractions/MEAI/NewHostedFileSearchTool.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update dotnet/src/Microsoft.Extensions.AI.Agents.Abstractions/MEAI/NewHostedCodeInterpreterTool.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update dotnet/src/Microsoft.Extensions.AI.Agents.AzureAI/NewPersistentAgentsChatClient.cs
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com >
2025-07-30 14:40:04 +00:00
Aditya Mandaleeka and GitHub
89de1c3c2f
Fix AgentRunResponse serialization. ( #273 )
2025-07-30 01:20:29 +00:00
02814a4fc0
.Net: FileSearch Tool Sample + API Proposal Updates for MEAI.Abstractions/Azure.AI.Agents ( #210 )
...
* Wip, bringing persistent chat client back
* Bring back code interpreter resource logic
* Add file search samples and proposal for new OpenAIAssistantChatClient and AgentPersistantChatCLient
* Update dotnet/samples/GettingStarted/External/MEAI.Abstractions/NewHostedFileSearchTool.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update dotnet/samples/GettingStarted/Steps/Step04_ChatClientAgent_UsingFileSearchTools.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update dotnet/samples/GettingStarted/External/Azure.AI.Agents.Persistent/NewPersistentAgentsChatClient.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update MEAI abstractions to reflect latest discussions, updated underlying chatclients
* Remove unneeded comments
* Address PR feedback
* Address PR feedback
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-29 10:41:35 +00:00
Stephen Toub and GitHub
233c557173
Clean up handoff orchestration creation ( #235 )
...
- Remove Dictionary-derived types
- Add an optional name to orchestrations
- Make Handoffs based purely on AIAgent instances rather than separately provided names
2025-07-24 16:38:23 +00:00
Roger Barreto and GitHub
62be887947
.Net: Add missing providers to tool samples ( #211 )
...
* Add missing providers to tool samples
* Add Options ctor and simplify samples a bit
* Remove basic
2025-07-24 09:31:24 +00:00
Reuben Bond and GitHub
5e9b24e532
Clean up usage of JsonSerializerContext ( #229 )
...
* Clean up usage of JsonSerializerContext
* review feedback
2025-07-23 19:34:54 +00:00
Stephen Toub and GitHub
5472d6e996
Overhaul orchestration library with new approach ( #199 )
2025-07-23 16:29:37 +00:00
Reuben Bond and GitHub
41d441420e
Initial draft of actor runtime abstractions ( #197 )
...
* Initial draft of actor runtime abstractions
2025-07-22 16:05:58 -04:00
Stephen Toub and GitHub
6c12b2c0f8
Round 3 of cleanup ( #186 )
...
- Enable warnings as errors
- Make the remaining src projects NativeAOT compatible
- Use Throw helpers
2025-07-20 23:07:50 -04:00
westey and GitHub
fc999e2be8
Rename Agent to AIAgent and instroduce DisplayName ( #201 )
2025-07-18 15:43:38 +00:00
6e57489a44
.Net: Add OpenTelemetry Support and Samples ( #182 )
...
* Adding sample and implementation similar to MEAI approach
* Add Telemetry UnitTests
* Fix Async suffix
* Add ADR with the proposal
* Address merge changes
* Fixing const visibility + coverage
* Increase test coverage, add metrics collection code paths
* Fix warnings
* WIp
* Convention adeherence
* Add gen-ai.system logic + UT
* Add convetion reference
* Address PR comments
* Addressing PR comments, Agent name optional
* Remove constant
* Update dotnet/src/Microsoft.Extensions.AI.Agents/ChatCompletion/ChatClientAgent.cs
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com >
* GetLoggingName
---------
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com >
2025-07-16 17:00:24 +00:00
westey and GitHub
dd32a6d399
Add extension methods to get an AF agent from a Foundry Client ( #191 )
...
* Add helpers to go from foundry client to agent more easily.
* Fix xml docs.
2025-07-16 14:45:31 +00:00
westey and GitHub
95a3264c8b
Add ChatClientAgent constructor overload ( #188 )
...
* Add ChatClientAgent constructor overload
* Add unit tests for new constructor
* Up code coverage with extra tests
* Address PR comments.
* Address PR comment
* Add additional test to increase code coverage.
2025-07-16 13:36:17 +00:00
Dmytro Struk and GitHub
fa96f74ee9
Removed Persistent SDK IChatClient implementation ( #190 )
2025-07-15 17:37:42 +00:00
Stephen Toub and GitHub
59bf7343af
Update {Azure.AI.}OpenAI package versions ( #187 )
2025-07-14 18:04:52 -04:00
westey and GitHub
55045b5c1e
Basic agent invocation sample ( #175 )
...
* Basic agent invocation sample
* Simplify sample further.
* Add additional comment.
* Address code review comments.
* Suppress CA2000 and remove using from most basic sample, since the IChatClient instances involved do not do any disposal.
2025-07-14 15:15:46 +00:00
Stephen Toub and GitHub
456e7d1b65
Round 2 of cleanup for agent runtime and orchestrations ( #164 )
...
- Moved InProcessRuntime type into abstractions package and deleted InProcess package.
- Moved several members of IAgentRuntime to be extension methods instead, e.g. multiple GetActorAsync overloads.
- Added synchronous RegisterMessageHandler overloads and used them to avoid unnecessary async usage at call sites.
- Removed unnecessary surface area from InProcessRuntime, e.g. StopAsync, RunUntilIdleAsync, etc.
- Fixed spin loop in InProcessRuntime that would consume an entire core for the duration of the orchestration's operation.
- Removed a bunch of allocation from InProcessRuntime.
- Made a runtime optional for orchestrations, defaulting to using a temporary InProcessRuntime if none is provided.
- Removed custom delegate types from orchestrations.
- Consolidated namespaces.
- Used records to simplify message classes.
- Tweaked naming on AgentActor to make purpose of protected methods more clear.
- Removed invocation in AgentActor.InvokeAsync of empty update / isFinal parameter.
- Changed OrchestrationHandoffs to avoid needing to pass in agents duplicatively.
- Made various extension methods, such as those on OrchestrationHandoffsExtensions, into instance methods.
2025-07-11 11:12:18 -04:00
eca0eb9cd0
.Net: Introduce Dependency Injection Samples ( #165 )
...
* DI WIP
* Update dependency injection examples and Agent Creation update
* Rollback override for GettingStarted as Azure.AI.OpenAI package currentl does not support OpenAI 2.2.0 GA version
* Dropping ct
* Update dotnet/samples/GettingStarted/AgentSample.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-11 13:27:07 +00:00
fef4fd2c18
.Net: Update Code Interpreter Sample as a Step. ( #148 )
...
* Updating code interpreter samples
* Small adjustments to ensure it works as expected
* Update dotnet/samples/GettingStarted/Steps/Step03_ChatClientAgent_UsingCodeInterpreterTools.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Address xmldoc
* Addressing PR coment, external implementaions + ChatClients update, removing RawRepresentationFactory requirement
* Address warnings
* Update Fix warnings
* Proposed changes for the OpenAIAssistantChatClient
* Address PR comments
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com >
2025-07-10 15:26:41 +00:00
Stephen Toub and GitHub
4a0f8dcbe0
Port Agent Runtime abstractions / inprocess runtime ( #149 )
2025-07-09 09:08:45 -04:00
7c8ec5ec19
.NET Port Agent Orchestration ( #107 )
...
* Checkpoint
* Checkpoint
* Namespaces
* Namespace
* Cleanup
* Namespace order
* Fix sync
* Formatting
* Formatting
* Namespace
* Namespace order
* Code convention
* Naming
* Naming
* Text handling
* Text handling
* Namespace
* Namespace order
* Namespace ordering
* Test
* ValueTask
* net472
* Test fix
* Fix namespace (net472)
* Namespace
* Fix conditional namespace
* Fix type expression
* Compatibility and cleanup
* Sample compatibility
* Sample compat
* Test compat
* modifier order
* Simply http-stub
* Formating fix for unit-test
* Fix test
* Real fix
* Test clean-up
* Update dotnet/src/Microsoft.Agents.Orchestration/Handoff/HandoffOrchestration.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Fix build errors after merging
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Stephen Toub <stoub@microsoft.com >
2025-07-08 13:04:34 -04:00
Dmytro Struk and GitHub
fbb0fdfe0d
.Net: Code interpreter tool abstraction and implementation examples ( #110 )
...
* Added code interpreter abstraction updates for OpenAI Assistants
* Updated Persistent Agents implementation based on latest changes in SDK
* Added code interpreter abstraction updates for Azure AI Persistent Agents
* Small note for OpenAI responses code interpreter
* Small update
* Fixes after merge
* Addressed PR feedback
* Small update
* Small fix
* Fix after merge
2025-07-01 14:59:51 +00:00
Mark Wallace and GitHub
95738b0ac2
Renaming to use Microsoft.Extensions prefix ( #120 )
...
* Rename the folders
* Rename the .csproj files
* Some build file updates
* Update namespaces
* Fix order of imports
* Fix order of imports
* Fix order of imports
2025-07-01 08:15:28 +00:00
Roger Barreto and GitHub
b46ee00468
.Net: Agent Samples - Adding AzureAIAgentsPersistent to Steps ( #105 )
...
* Adding Persistent Agent to Steps
* Add comments
* Ensure changes
* Fix format
* Fix formatting
* Adding cancellation token good practice
2025-06-26 22:17:59 +00:00
Roger Barreto and GitHub
2cd77596c3
.Net: Add OpenAI Responses Agent Samples ( #83 )
...
* Improved Merge logic
* Add modularization for Model Samples and Azure OpenAI
* Address PR feedback
* Warning fix
* Address PR comments
* Adding OpenAI Response Samples
* Clean up
* Revert to provider specific chat options
* Fix warnings
* Revert slnx changes
2025-06-19 18:06:08 +00:00
Dmytro Struk and GitHub
47dcad6b49
.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
2025-06-19 14:01:26 +00:00
Roger Barreto and GitHub
14f3811648
.Net: Add Azure OpenAI Agent Model Samples ( #80 )
...
* Improved Merge logic
* Add modularization for Model Samples and Azure OpenAI
* Address PR feedback
* Warning fix
* Address PR comments
2025-06-18 12:00:38 +00:00
16cbc44611
.Net: Adding ChatOptions configuration to the Agent level ( #75 )
...
* Adding ChatOptions configuration to the Agent level
* fix warnings
* Address Copilot Feedback
* Add UT for new AgentExtensions
* Add UnitTests for ChatOptions merging behavior
* Fix warning
* Address PR Feedback
* Update dotnet/src/Microsoft.Agents/ChatCompletion/ChatClientAgent.cs
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com >
---------
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com >
2025-06-17 09:08:11 +00:00