symposium-acp-agent
A Symposium-enriched ACP agent that wraps downstream agents with enhanced capabilities.
Overview
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.
Usage
Examples
Wrap Claude Code:
Components
The agent includes all Symposium components:
- Ferris - Rust development tools (crate sources, rust researcher)
- Sparkle - AI collaboration identity framework
Documentation
For detailed architecture and implementation information, see the Symposium documentation.
License
Apache-2.0