Keyboard shortcuts
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Symposium makes Rust dependencies actionable for AI agents. It discovers crate-matched plugins and wires in skills, hooks, and MCP servers so your agent can work with project-specific context.
Getting started
cargo binstall symposium # or: cargo install symposium
cargo agents init
After initialization, start your agent in a Rust project as usual.
- For first-time setup details, see Installing Symposium.
- For command reference, see The
cargo agentscommand. - For agent compatibility, see Supported agents.