How to install
Install in your favorite editor
Installing from source
Clone the repository and use the setup tool:
git clone https://github.com/symposium-dev/symposium.git
cd symposium
cargo setup --all
Setup options
| Option | Description |
|---|---|
--all | Install everything (ACP binaries, VSCode extension, Zed config) |
--acp | Install ACP binaries only |
--vscode | Build and install VSCode extension |
--zed | Configure Zed editor |
--dry-run | Show what would be done without making changes |
Options can be combined:
cargo setup --acp --zed # Install ACP binaries and configure Zed
For editors other than VSCode and Zed, you need to manually configure your editor to run symposium-acp-agent run.