symposium-acp-agent

Crates.iosymposium-acp-agent
lib.rssymposium-acp-agent
version1.3.0
created_at2025-12-08 20:16:44.704653+00
updated_at2026-01-08 22:52:49.280024+00
descriptionSymposium-enriched ACP agent that wraps downstream agents with enhanced capabilities
homepagehttps://symposium-dev.github.io/symposium/
repositoryhttps://github.com/symposium-dev/symposium
max_upload_size
id1974338
size317,343
Niko Matsakis (nikomatsakis)

documentation

README

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

Commit count: 1236

cargo fmt