Commit bc3045a
Contribute "Symposium ACP" crates (#12)
* Convert to workspace structure with agent-client-protocol crate in src/
Moves the existing ACP crate into src/agent-client-protocol/ to prepare
for adding SACP crates to the workspace.
* Add SACP crates and documentation
Brings in the Symposium ACP (SACP) crates from symposium-acp repository:
- sacp: Core SACP protocol types and traits
- sacp-tokio: Tokio-based runtime utilities
- sacp-proxy: Framework for building SACP proxy components
- sacp-conductor: Orchestration for SACP proxy chains
Examples:
- sacp-tee: Sample proxy that logs to a file
- elizacp: Eliza chatbot implementation
- yopo: Additional tooling
Utility crates:
- sacp-test: Testing utilities and helpers
Also includes the mdbook documentation that describes the SACP architecture
and how to build agents and proxies.
* Cleanup for CI
* Clippy
---------
Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>1 parent 1019c67 commit bc3045a
File tree
120 files changed
+21365
-115
lines changed- .claude
- .sparkle-space
- checkpoints
- examples/migration
- md
- legacy
- sacp
- src
- agent-client-protocol
- src
- elizacp
- src
- sacp-conductor
- .github/workflows
- src
- conductor
- tests
- mcp_integration
- sacp-proxy
- examples
- src
- sacp-rmcp
- examples
- src
- sacp-tee
- src
- sacp-test
- examples
- src
- sacp-tokio
- src
- sacp
- examples
- src
- jsonrpc
- schema
- agent_to_client
- client_to_agent
- util
- tests
- yopo
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
120 files changed
+21365
-115
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
Lines changed: 48 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments