key commands
botty spawn --name agent-1 -- claude -pbotty wait agent-1 --contains "DONE"botty snapshot agent-1botty kill -9 agent-1
notes
- Prefer
wait+snapshotfor clean output. - Use
--namefor readable agent ids.
Spawn and monitor agent runtimes.
botty spawn --name agent-1 -- claude -pbotty wait agent-1 --contains "DONE"botty snapshot agent-1botty kill -9 agent-1wait + snapshot for clean output.--name for readable agent ids.