Kavi

TUI Guide

Master the Kavi operator console — a keyboard-driven terminal interface with 9 dedicated views

The Kavi operator console is a full-screen terminal interface built with Ink. It provides real-time visibility into your multi-agent session through 9 dedicated views, all driven by keyboard shortcuts.

Opening the Console

kavi open --goal "Your goal here"

Or reattach to an existing session:

kavi resume

Key Concepts

  • Activity-first: The console opens on the Activity view, showing your session as a linear progress log
  • Keyboard-driven: Every action has a keyboard shortcut — no mouse needed
  • Real-time sync: The TUI receives pushed snapshots from the daemon over a local RPC socket
  • Attention markers: Tabs show markers when new results, approvals, or follow-up actions appear

Views at a Glance

KeyViewPurpose
1ActivityLinear session progress log
2ResultsAgent outputs and execution plan
3TasksTask board with dependency graph
4RecommendationsHandoff and integration suggestions
5ApprovalsPending approval inbox
6ClaimsPath ownership hotspots
7DecisionsRouting and approval audit trail
8MessagesPeer-to-peer agent communication
9WorktreesAgent branch and file changes

Next Steps

On this page