| Crates.io | symposium-acp-agent |
| lib.rs | symposium-acp-agent |
| version | 1.3.0 |
| created_at | 2025-12-08 20:16:44.704653+00 |
| updated_at | 2026-01-08 22:52:49.280024+00 |
| description | Symposium-enriched ACP agent that wraps downstream agents with enhanced capabilities |
| homepage | https://symposium-dev.github.io/symposium/ |
| repository | https://github.com/symposium-dev/symposium |
| max_upload_size | |
| id | 1974338 |
| size | 317,343 |
A Symposium-enriched ACP agent that wraps downstream agents with enhanced capabilities.
This binary acts as a complete agent that editors can spawn directly. It combines the Symposium component chain with any downstream ACP agent.
Editor --> symposium-acp-agent --> downstream-agent (e.g., claude-code)
This is ideal for Zed extensions and similar scenarios where the editor expects to spawn a single agent binary.
symposium-acp-agent -- <downstream-agent-command>
Wrap Claude Code:
symposium-acp-agent -- npx -y @zed-industries/claude-code-acp
The agent includes all Symposium components:
For detailed architecture and implementation information, see the Symposium documentation.
Apache-2.0