-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net: Phase 1 of the declarative agent schema for review #10260
.Net: Phase 1 of the declarative agent schema for review #10260
Conversation
c624bbd
to
e800600
Compare
Hi @markwallace-microsoft, Maybe support:
Unsure this helps, pretty much high level. |
Thanks for the feedback @joslat
|
dotnet/samples/GettingStartedWithAgents/AzureAIAgent/Step08_AzureAIAgent_Declarative.cs
Show resolved
Hide resolved
dotnet/samples/GettingStartedWithAgents/AzureAIAgent/Step08_AzureAIAgent_Declarative.cs
Outdated
Show resolved
Hide resolved
dotnet/samples/GettingStartedWithAgents/AzureAIAgent/Step08_AzureAIAgent_Declarative.cs
Outdated
Show resolved
Hide resolved
dotnet/samples/GettingStartedWithAgents/AzureAIAgent/Step08_AzureAIAgent_Declarative.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Agents/Abstractions/Definition/KernelAgentFactory.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Agents/Abstractions/Definition/KernelAgentFactory.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Agents/Abstractions/Definition/ModelConfiguration.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Agents/Abstractions/Extensions/AgentDefinitionExtensions.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Agents/AzureAI/Extensions/AgentDefinitionExtensions.cs
Outdated
Show resolved
Hide resolved
dotnet/samples/GettingStartedWithAgents/AzureAIAgent/Step08_AzureAIAgent_Declarative.cs
Show resolved
Hide resolved
dotnet/samples/GettingStartedWithAgents/AzureAIAgent/Step08_AzureAIAgent_Declarative.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Agents/Abstractions/Definition/AgentToolDefinition.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Agents/Abstractions/Definition/KernelAgentFactory.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Agents/OpenAI/Definition/OpenAIAssistantAgentFactory.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Agents/OpenAI/Extensions/PromptExecutionSettingsExtensions.cs
Outdated
Show resolved
Hide resolved
dotnet/src/Agents/OpenAI/Extensions/PromptExecutionSettingsExtensions.cs
Outdated
Show resolved
Hide resolved
f2d7c26
to
f580f60
Compare
f580f60
to
cd05507
Compare
cd05507
to
a9cace8
Compare
dotnet/src/Agents/Core/Definition/AggregatorKernelAgentFactory.cs
Outdated
Show resolved
Hide resolved
a15fde7
into
microsoft:feature-declarative-agents
Motivation and Context
Related #10224
Includes following
Description
Contribution Checklist