-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAgnes.Core.slnf
More file actions
46 lines (46 loc) · 2.34 KB
/
Copy pathAgnes.Core.slnf
File metadata and controls
46 lines (46 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"solution": {
"path": "Agnes.slnx",
"projects": [
"src/Agnes.Plugins.CodeyBox/Agnes.Plugins.CodeyBox.csproj",
"src/Agnes.Abstractions/Agnes.Abstractions.csproj",
"src/Agnes.Acp/Agnes.Acp.csproj",
"src/Agnes.Agents.ClaudeCode/Agnes.Agents.ClaudeCode.csproj",
"src/Agnes.Agents.Codex/Agnes.Agents.Codex.csproj",
"src/Agnes.Agents.Native/Agnes.Agents.Native.csproj",
"src/Agnes.App.Desktop/Agnes.App.Desktop.csproj",
"src/Agnes.Cli/Agnes.Cli.csproj",
"src/Agnes.Client.Simulation/Agnes.Client.Simulation.csproj",
"src/Agnes.Client/Agnes.Client.csproj",
"src/Agnes.Host/Agnes.Host.csproj",
"src/Agnes.Protocol/Agnes.Protocol.csproj",
"src/Agnes.Recording/Agnes.Recording.csproj",
"src/Agnes.Registries.GitHub/Agnes.Registries.GitHub.csproj",
"src/Agnes.Registries.McpRegistry/Agnes.Registries.McpRegistry.csproj",
"src/Agnes.Registries.SkillsHub/Agnes.Registries.SkillsHub.csproj",
"src/Agnes.Relay.Protocol/Agnes.Relay.Protocol.csproj",
"src/Agnes.Relay/Agnes.Relay.csproj",
"src/Agnes.Sandbox.Incus/Agnes.Sandbox.Incus.csproj",
"src/Agnes.Sandbox/Agnes.Sandbox.csproj",
"src/Agnes.Ui.Core/Agnes.Ui.Core.csproj",
"src/Agnes.Wrap/Agnes.Wrap.csproj",
"tests/Agnes.Plugins.CodeyBox.Tests/Agnes.Plugins.CodeyBox.Tests.csproj",
"tests/Agnes.Acp.Tests/Agnes.Acp.Tests.csproj",
"tests/Agnes.Agents.Codex.Tests/Agnes.Agents.Codex.Tests.csproj",
"tests/Agnes.Agents.Native.Tests/Agnes.Agents.Native.Tests.csproj",
"tests/Agnes.Agents.Pi.Tests/Agnes.Agents.Pi.Tests.csproj",
"tests/Agnes.Cli.Tests/Agnes.Cli.Tests.csproj",
"tests/Agnes.Desktop.Tests/Agnes.Desktop.Tests.csproj",
"tests/Agnes.Host.Tests/Agnes.Host.Tests.csproj",
"tests/Agnes.Integration.Tests/Agnes.Integration.Tests.csproj",
"tests/Agnes.Mobile.Tests/Agnes.Mobile.Tests.csproj",
"tests/Agnes.Relay.Tests/Agnes.Relay.Tests.csproj",
"tests/Agnes.Sandbox.Tests/Agnes.Sandbox.Tests.csproj",
"tests/Agnes.TestClientPluginFixture/Agnes.TestClientPluginFixture.csproj",
"tests/Agnes.TestKit/Agnes.TestKit.csproj",
"tests/Agnes.TestPluginFixture/Agnes.TestPluginFixture.csproj",
"tests/Agnes.Ui.Core.Tests/Agnes.Ui.Core.Tests.csproj",
"tools/Agnes.MobilePreview/Agnes.MobilePreview.csproj"
]
}
}