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

tt list

List all agents in the town.

Synopsis

tt list [OPTIONS]

Description

Shows all agents registered in the town with their current state.

Options

OptionShortDescription
--town <PATH>-tTown directory (default: .)
--verbose-vEnable verbose logging

Examples

List All Agents

tt list

Output

Agents:
  backend (550e8400-e29b-41d4-a716-446655440000) - Working
  frontend (6ba7b810-9dad-11d1-80b4-00c04fd430c8) - Idle
  reviewer (6ba7b811-9dad-11d1-80b4-00c04fd430c9) - Idle

No Agents

No agents. Run 'tt spawn <name>' to create one.

Agent States

StateMeaning
StartingAgent is initializing
IdleReady for work
WorkingExecuting a task
PausedTemporarily stopped
StoppedTerminated
ErrorSomething went wrong

See Also