#agent #acp #downstream #wrap #editor #artificial-intelligence #npx #claude

bin+lib symposium-acp-agent

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

13 releases (7 stable)

new 2.0.1 Jan 29, 2026
1.3.0 Jan 8, 2026
1.1.0 Dec 31, 2025
0.2.2 Dec 15, 2025
0.1.0 Dec 8, 2025

#241 in Asynchronous

Apache-2.0

305KB
6K SLoC

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

Dependencies

~41–63MB
~1M SLoC