# Fleet — agent system

Cameron's ~15-agent Claude Code fleet. The fleet config and per-agent
ROLE.md / inbox / outbox / status files live in
`/data/cameron/agents_stuff/`. This vault holds the *durable* per-agent
context that survives compaction: each agent's `overview.md`, `tasks.md`,
and `memory.md`.

## Current roster

See `/data/cameron/agents_stuff/config.yaml` (canonical). Snapshot:

- `manager` — orchestrator
- `project_highlevel` — strategy + paper narrative
- `life_manager` — personal advisor
- `backbones` — OOD experiments + AR transformer work
- `vid_model` — video models
- `droid` — DROID dataset
- `567_project` — course project
- `paper_writer` — LaTeX writing
- `figure_maker` — figures + visualizations
- `data_visualizer` — dataset viewer
- `website_builder` — PARA project site
- `mobile_chat` — omidlab.net/chat
- `mac` — Mac-side robotics (smith300, izzy, UMI)
- `yams` — TRI workstation specialist (replaces panda)
- `panda` — *defunct* (yams replaces it)

## How agents use the vault

See `/data/cameron/vault/README.md` and the **Vault Protocol** section in
`/data/cameron/agents_stuff/shared/GUIDELINES.md` for the convention.
