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

TUI Guide

Launch the TUI with redshank tui.

Layout

┌─────────────┬──────────────────────────────┬──────────────┐
│  Sessions   │          Chat Log            │ Wiki Graph   │
│             │                              │              │
│ > Session 1 │  [user] Investigate...       │  Entity A    │
│   Session 2 │  [agent] I'll start with...  │    │         │
│             │  [tool] fec_filings result   │  Entity B    │
│             │                              │              │
├─────────────┴──────────────────────────────┴──────────────┤
│ > _                                                        │
└────────────────────────────────────────────────────────────┘
  • Sessions (left) — sidebar listing saved sessions. Navigate with /, select with Enter.
  • Chat Log (center) — scrolling log of the agent conversation. Scroll with / or PgUp/PgDn.
  • Wiki Graph (right) — character-cell canvas rendering the petgraph entity DAG. Nodes are entity names; edges are relationships discovered during the investigation.
  • Input (bottom) — type an objective or slash command and press Enter.

Slash commands

CommandDescription
/model <name>Switch model for the current session
/effort <low|medium|high>Change reasoning effort
/newStart a new session
/sessionsList all sessions
/resume <id>Resume a session by ID
/export <path>Export current wiki to a directory
/quit or qExit the TUI