Quick Start
Start the TUI
Section titled “Start the TUI”mix annihilationThis launches the Annihilation TUI dashboard with four modes:
- Overview — see all psychonauts, their status, and recent activity
- Focus — deep-dive into one psychonaut’s conversation stream
- Reachings — answer psychonaut reachings, review drift
- Grounding — review and ground generated psychonauts/tools
Dispatch Your First Task
Section titled “Dispatch Your First Task”From the command palette (/):
/dispatch coder "Add a health check endpoint to the API"This spawns a coder psychonaut that will:
- Read relevant source files
- Implement the health check
- Write tests
- Report completion
Run a Burst
Section titled “Run a Burst”If you have beads set up:
/burstThis runs br ready, picks up all unblocked tasks, matches them to pipelines, and executes them concurrently.
Create a Custom Psychonaut
Section titled “Create a Custom Psychonaut”/dispatch builder "Create a psychonaut that reviews PRs for performance issues"The builder psychonaut generates an Elixir module. You’ll see it in the Grounding tab for review before it’s hot-loaded.