mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
* 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>
157 lines
9.1 KiB
XML
157 lines
9.1 KiB
XML
<Solution>
|
|
<Configurations>
|
|
<BuildType Name="Debug" />
|
|
<BuildType Name="Publish" />
|
|
<BuildType Name="Release" />
|
|
</Configurations>
|
|
<Folder Name="/Demos/">
|
|
<Project Path="demos/AgentOpenTelemetry/AgentOpenTelemetry.csproj" />
|
|
<Project Path="demos/MinimalConsole/MinimalConsole.csproj" />
|
|
</Folder>
|
|
<Folder Name="/Samples/">
|
|
<Project Path="samples/GettingStarted/GettingStarted.csproj" />
|
|
</Folder>
|
|
<Folder Name="/Samples/AgentWebChat/">
|
|
<Project Path="samples/AgentWebChat/AgentWebChat.AgentHost/AgentWebChat.AgentHost.csproj" />
|
|
<Project Path="samples/AgentWebChat/AgentWebChat.AppHost/AgentWebChat.AppHost.csproj" />
|
|
<Project Path="samples/AgentWebChat/AgentWebChat.ServiceDefaults/AgentWebChat.ServiceDefaults.csproj" />
|
|
<Project Path="samples/AgentWebChat/AgentWebChat.Web/AgentWebChat.Web.csproj" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/">
|
|
<File Path=".editorconfig" />
|
|
<File Path=".gitignore" />
|
|
<File Path="Directory.Build.props" />
|
|
<File Path="Directory.Build.targets" />
|
|
<File Path="Directory.Packages.props" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/.github/" />
|
|
<Folder Name="/Solution Items/.github/workflows/">
|
|
<File Path="../.github/workflows/dotnet-build-and-test.yml" />
|
|
<File Path="../.github/workflows/dotnet-check-coverage.ps1" />
|
|
<File Path="../.github/workflows/dotnet-cosmosdb-integration-tests.yml" />
|
|
<File Path="../.github/workflows/dotnet-format.yml" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/demos/">
|
|
<File Path="demos/.editorconfig" />
|
|
<File Path="demos/Directory.Build.props" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/docs/" />
|
|
<Folder Name="/Solution Items/docs/decisions/">
|
|
<File Path="../docs/decisions/0001-agent-run-response.md" />
|
|
<File Path="../docs/decisions/0001-agent-tools.md" />
|
|
<File Path="../docs/decisions/0002-agent-opentelemetry-instrumentation.md" />
|
|
<File Path="../docs/decisions/adr-short-template.md" />
|
|
<File Path="../docs/decisions/adr-template.md" />
|
|
<File Path="../docs/decisions/README.md" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/eng/" />
|
|
<Folder Name="/Solution Items/eng/MSBuild/">
|
|
<File Path="eng/MSBuild/LegacySupport.props" />
|
|
<File Path="eng/MSBuild/Shared.props" />
|
|
<File Path="eng/MSBuild/Shared.targets" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/nuget/">
|
|
<File Path="nuget/icon.png" />
|
|
<File Path="nuget/nuget-package.props" />
|
|
<File Path="nuget/NUGET.md" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/samples/">
|
|
<File Path="samples/.editorconfig" />
|
|
<File Path="samples/Directory.Build.props" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/src/" />
|
|
<Folder Name="/Solution Items/src/LegacySupport/">
|
|
<File Path="src/LegacySupport/README.md" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/src/LegacySupport/CallerAttributes/">
|
|
<File Path="src/LegacySupport/CallerAttributes/CallerArgumentExpressionAttribute.cs" />
|
|
<File Path="src/LegacySupport/CallerAttributes/README.md" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/src/LegacySupport/DiagnosticAttributes/">
|
|
<File Path="src/LegacySupport/DiagnosticAttributes/NullableAttributes.cs" />
|
|
<File Path="src/LegacySupport/DiagnosticAttributes/README.md" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/src/LegacySupport/DiagnosticClasses/">
|
|
<File Path="src/LegacySupport/DiagnosticClasses/README.md" />
|
|
<File Path="src/LegacySupport/DiagnosticClasses/UnreachableException.cs" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/src/LegacySupport/ExperimentalAttribute/">
|
|
<File Path="src/LegacySupport/ExperimentalAttribute/ExperimentalAttribute.cs" />
|
|
<File Path="src/LegacySupport/ExperimentalAttribute/README.md" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/src/LegacySupport/IsExternalInit/">
|
|
<File Path="src/LegacySupport/IsExternalInit/IsExternalInit.cs" />
|
|
<File Path="src/LegacySupport/IsExternalInit/README.md" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/src/LegacySupport/TrimAttributes/">
|
|
<File Path="src/LegacySupport/TrimAttributes/DynamicallyAccessedMembersAttribute.cs" />
|
|
<File Path="src/LegacySupport/TrimAttributes/DynamicallyAccessedMemberTypes.cs" />
|
|
<File Path="src/LegacySupport/TrimAttributes/README.md" />
|
|
<File Path="src/LegacySupport/TrimAttributes/RequiresDynamicCodeAttribute.cs" />
|
|
<File Path="src/LegacySupport/TrimAttributes/RequiresUnreferencedCodeAttribute.cs" />
|
|
<File Path="src/LegacySupport/TrimAttributes/UnconditionalSuppressMessageAttribute.cs" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/src/Shared/" />
|
|
<Folder Name="/Solution Items/src/Shared/Demos/">
|
|
<File Path="src/Shared/Demos/README.md" />
|
|
<File Path="src/Shared/Demos/SampleEnvironment.cs" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/src/Shared/IntegrationTests/">
|
|
<File Path="src/Shared/IntegrationTests/AzureAIConfiguration.cs" />
|
|
<File Path="src/Shared/IntegrationTests/OpenAIConfiguration.cs" />
|
|
<File Path="src/Shared/IntegrationTests/README.md" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/src/Shared/Samples/">
|
|
<File Path="src/Shared/Samples/BaseSample.cs" />
|
|
<File Path="src/Shared/Samples/README.md" />
|
|
<File Path="src/Shared/Samples/TestConfiguration.cs" />
|
|
<File Path="src/Shared/Samples/TextOutputHelperExtensions.cs" />
|
|
<File Path="src/Shared/Samples/XunitLogger.cs" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/src/Shared/Throw/">
|
|
<File Path="src/Shared/Throw/README.md" />
|
|
<File Path="src/Shared/Throw/Throw.cs" />
|
|
</Folder>
|
|
<Folder Name="/Solution Items/tests/">
|
|
<File Path="tests/.editorconfig" />
|
|
<File Path="tests/Directory.Build.props" />
|
|
</Folder>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/Microsoft.Agents.Orchestration/Microsoft.Agents.Orchestration.csproj" />
|
|
<Project Path="src/Microsoft.Agents.Workflows/Microsoft.Agents.Workflows.csproj" />
|
|
<Project Path="src/Microsoft.Extensions.AI.Agents.Abstractions/Microsoft.Extensions.AI.Agents.Abstractions.csproj" />
|
|
<Project Path="src/Microsoft.Extensions.AI.Agents.AzureAI/Microsoft.Extensions.AI.Agents.AzureAI.csproj" />
|
|
<Project Path="src/Microsoft.Extensions.AI.Agents.CopilotStudio/Microsoft.Extensions.AI.Agents.CopilotStudio.csproj" />
|
|
<Project Path="src/Microsoft.Extensions.AI.Agents.Hosting/Microsoft.Extensions.AI.Agents.Hosting.csproj" />
|
|
<Project Path="src/Microsoft.Extensions.AI.Agents.Hosting.A2A/Microsoft.Extensions.AI.Agents.Hosting.A2A.csproj" />
|
|
<Project Path="src/Microsoft.Extensions.AI.Agents.Hosting.A2A.AspNetCore/Microsoft.Extensions.AI.Agents.Hosting.A2A.AspNetCore.csproj" />
|
|
<Project Path="src/Microsoft.Extensions.AI.Agents.OpenAI/Microsoft.Extensions.AI.Agents.OpenAI.csproj" />
|
|
<Project Path="src/Microsoft.Extensions.AI.Agents.Runtime.Abstractions/Microsoft.Extensions.AI.Agents.Runtime.Abstractions.csproj" />
|
|
<Project Path="src/Microsoft.Extensions.AI.Agents.Runtime.Storage.CosmosDB/Microsoft.Extensions.AI.Agents.Runtime.Storage.CosmosDB.csproj" />
|
|
<Project Path="src/Microsoft.Extensions.AI.Agents.Runtime/Microsoft.Extensions.AI.Agents.Runtime.csproj" />
|
|
<Project Path="src/Microsoft.Extensions.AI.Agents/Microsoft.Extensions.AI.Agents.csproj" />
|
|
</Folder>
|
|
<Folder Name="/Tests/" />
|
|
<Folder Name="/Tests/Cosmos/">
|
|
<Project Path="tests/CosmosDB.IntegrationTests/CosmosDB.Testing.AppHost/CosmosDB.Testing.AppHost.csproj" />
|
|
<Project Path="tests/CosmosDB.IntegrationTests/Microsoft.Extensions.AI.Agents.Runtime.Storage.CosmosDB.Tests/Microsoft.Extensions.AI.Agents.Runtime.Storage.CosmosDB.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/Tests/IntegrationTests/">
|
|
<Project Path="tests/AgentConformance.IntegrationTests/AgentConformance.IntegrationTests.csproj" />
|
|
<Project Path="tests/AzureAIAgentsPersistent.IntegrationTests/AzureAIAgentsPersistent.IntegrationTests.csproj" />
|
|
<Project Path="tests/CopilotStudio.IntegrationTests/CopilotStudio.IntegrationTests.csproj" />
|
|
<Project Path="tests/OpenAIAssistant.IntegrationTests/OpenAIAssistant.IntegrationTests.csproj" />
|
|
<Project Path="tests/OpenAIChatCompletion.IntegrationTests/OpenAIChatCompletion.IntegrationTests.csproj" />
|
|
<Project Path="tests/OpenAIResponse.IntegrationTests/OpenAIResponse.IntegrationTests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/Tests/UnitTests/">
|
|
<Project Path="tests/Microsoft.Agents.Orchestration.UnitTests/Microsoft.Agents.Orchestration.UnitTests.csproj" />
|
|
<Project Path="tests/Microsoft.Extensions.AI.Agents.Hosting.A2A.Tests/Microsoft.Extensions.AI.Agents.Hosting.A2A.Tests.csproj" Id="2a1c544d-237d-4436-8732-ba0c447ac06b" />
|
|
<Project Path="tests/Microsoft.Agents.Workflows.UnitTests/Microsoft.Agents.Workflows.UnitTests.csproj" />
|
|
<Project Path="tests/Microsoft.Extensions.AI.Agents.Abstractions.UnitTests/Microsoft.Extensions.AI.Agents.Abstractions.UnitTests.csproj" />
|
|
<Project Path="tests/Microsoft.Extensions.AI.Agents.Hosting.UnitTests/Microsoft.Extensions.AI.Agents.Hosting.UnitTests.csproj" />
|
|
<Project Path="tests/Microsoft.Extensions.AI.Agents.Runtime.Abstractions.UnitTests/Microsoft.Extensions.AI.Agents.Runtime.Abstractions.UnitTests.csproj" />
|
|
<Project Path="tests/Microsoft.Extensions.AI.Agents.UnitTests/Microsoft.Extensions.AI.Agents.UnitTests.csproj" />
|
|
</Folder>
|
|
</Solution>
|