Skip to content

Commit d6ad5bb

Browse files
authored
Merge pull request #39 from neuroglia-io/feat-refactor
feat: refactor solution and upgrade to a2a v0.3.0
2 parents b6e25bf + a9f4f3b commit d6ad5bb

File tree

405 files changed

+15875
-7943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

405 files changed

+15875
-7943
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
uses: actions/setup-dotnet@v3
1818
with:
1919
dotnet-version: |
20-
8.0.x
21-
9.0.x
20+
10.0.x
2221
- name: Restore dependencies
2322
run: dotnet restore
2423
- name: Build

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
uses: actions/setup-dotnet@v3
3030
with:
3131
dotnet-version: |
32-
8.0.x
33-
9.0.x
32+
10.0.x
3433
- name: Restore dependencies
3534
run: dotnet restore
3635
- name: Build

A2A.slnx

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<Solution>
2+
<Folder Name="/.github/">
3+
<File Path=".github/PULL_REQUEST_TEMPLATE.md" />
4+
</Folder>
5+
<Folder Name="/.github/ISSUE_TEMPLATE/">
6+
<File Path=".github/ISSUE_TEMPLATE/bug.yml" />
7+
<File Path=".github/ISSUE_TEMPLATE/config.yml" />
8+
<File Path=".github/ISSUE_TEMPLATE/feature.yml" />
9+
</Folder>
10+
<Folder Name="/.github/workflows/">
11+
<File Path=".github/workflows/publish.yml" />
12+
<File Path=".github/workflows/test.yml" />
13+
</Folder>
14+
<Folder Name="/docs/">
15+
<File Path="CODEOWNERS" />
16+
<File Path="CODE_OF_CONDUCT.md" />
17+
<File Path="CONTRIBUTING.md" />
18+
<File Path="LICENSE" />
19+
<File Path="MAINTAINERS.md" />
20+
<File Path="README.md" />
21+
<File Path="SECURITY.md" />
22+
</Folder>
23+
<Folder Name="/samples/">
24+
<Project Path="samples/A2A.Samples.SemanticKernel.Server/A2A.Samples.SemanticKernel.Server.csproj" />
25+
</Folder>
26+
<Folder Name="/src/">
27+
<Project Path="src/A2A.Client.Abstractions/A2A.Client.Abstractions.csproj" Id="192b9e81-7e14-4b28-9b97-1e7c141b4a13" />
28+
<Project Path="src/A2A.Client.Transports.Grpc/A2A.Client.Transports.Grpc.csproj" Id="6f6b4f48-9d6d-4ed8-be55-993430bcd0c7" />
29+
<Project Path="src/A2A.Client.Transports.Http/A2A.Client.Transports.Http.csproj" Id="cd71cf2c-e887-43f9-b0ee-f62e4605de3d" />
30+
<Project Path="src/A2A.Client.Transports.JsonRpc/A2A.Client.Transports.JsonRpc.csproj" Id="0aab9f0c-c015-442f-970b-6091b87ccde4" />
31+
<Project Path="src/A2A.Client/A2A.Client.csproj" Id="1314fd10-cebf-4b91-b9cf-56cae0205d50" />
32+
<Project Path="src/A2A.Core.JsonRpc/A2A.Core.JsonRpc.csproj" />
33+
<Project Path="src/A2A.Core/A2A.Core.csproj" />
34+
<Project Path="src/A2A.Server.Abstractions/A2A.Server.Abstractions.csproj" Id="9d4c091b-82aa-4d82-b77b-80f4b03a842a" />
35+
<Project Path="src/A2A.Server.AspNetCore/A2A.Server.csproj" />
36+
<Project Path="src/A2A.Server.Persistence.Memory/A2A.Server.Persistence.Memory.csproj" Id="42f60b02-fa31-4431-8735-f1e56f738f27" />
37+
<Project Path="src/A2A.Server.Persistence.Redis/A2A.Server.Persistence.Redis.csproj" />
38+
<Project Path="src/A2A.Server.Scheduling.Memory/A2A.Server.Scheduling.Memory.csproj" Id="33db1d8e-497b-484c-9e5c-3015193bbd3d" />
39+
<Project Path="src/A2A.Server.Scheduling.Quartz/A2A.Server.Scheduling.Quartz.csproj" Id="35cbf695-5849-4005-b18d-4b1f6add7195" />
40+
<Project Path="src/A2A.Server.Transports.Grpc/A2A.Server.Transports.Grpc.csproj" Id="33ae295c-6079-4ad1-ba7f-9a1dee43e8ac" />
41+
<Project Path="src/A2A.Server.Transports.Http/A2A.Server.Transports.Http.csproj" />
42+
<Project Path="src/A2A.Server.Transports.JsonRpc/A2A.Server.Transports.JsonRpc.csproj" Id="c1c64372-c4d1-4833-b271-425aff936cb4" />
43+
</Folder>
44+
<Folder Name="/tests/">
45+
<Project Path="tests/A2A.IntegrationTests/A2A.IntegrationTests.csproj" />
46+
<Project Path="tests/A2A.UnitTests/A2A.UnitTests.csproj" Id="8713248f-c1f3-427b-967f-5f15c5b58913" />
47+
</Folder>
48+
<Folder Name="/tools/">
49+
<Project Path="tools/A2A.ClientConsole/A2A.ClientConsole.csproj" />
50+
</Folder>
51+
</Solution>

0 commit comments

Comments
 (0)