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 events

Tail the Redis Stream event log. Shows raw events from the town-wide event stream.

Usage

tt events [--count <N>] [--agent <NAME>] [--mission <ID>] [--follow]

Options

OptionShortDescription
--count <N>-cNumber of recent events to show (default: 20)
--agent <NAME>Filter by agent name
--mission <ID>Filter by mission ID
--follow-fContinuously poll for new events

Examples

# Show last 20 events
tt events

# Follow events in real-time
tt events --follow

# Show events for a specific agent
tt events --agent backend

# Show events for a specific mission
tt events --mission abc12345-...

See Also

  • tt history — higher-level communication history with Slack-style formatting
  • tt status — agent and task status overview