symposium-acp-agent 2.0.0

Symposium-enriched ACP agent that wraps downstream agents with enhanced capabilities
Documentation

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

symposium-acp-agent -- <downstream-agent-command>

Examples

Wrap Claude Code:

symposium-acp-agent -- npx -y @zed-industries/claude-code-acp

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