Skip to main content
Five top-level commands carry you through normal use.

Start

By default, Kairos paces itself between turns to keep costs in check. Three flags adjust:
--pace is the recommended flag for long-lived deployments on a Max subscription. Keeps Kairos productive without burning your rate-limit headroom.

Stop

Sends a graceful shutdown signal. The current turn finishes; nothing new starts. Memory and configuration are unaffected.

Watch

Live event feed with a status bar. Each decision and action streams in real time. Exit with Ctrl+C — only detaches the viewer; does not stop Kairos. This is the right thing to keep open in a side terminal while you work alongside it.

Status

One-shot snapshot. Exits cleanly. Suitable for scripting (CI checks, dashboards). Shows:
  • Whether Kairos is active
  • Workspace, latest activity, last outcome
  • Account validity
  • Recent memory growth
  • Pending dream-bucket items

Authentication

Re-run login after an account switch, or when backant start reports that the account check failed. Credentials persist across reboots under ~/.claude/kairos/.

Per-workspace vs. user-level state

Memory is intentionally user-level rather than per-workspace — observations about one codebase often inform decisions about another (e.g. “the team uses Zod everywhere”). If you want strict per-workspace isolation, override KAIROS_MEMORY_DB to a workspace-local path before starting.

Configuration reload

Changes to .backant.toml take effect on the next turn. The daemon rebuilds its permissions block from the file before every turn, so no restart is needed. --fresh is only for discarding in-process judgment; it does not affect policy. See Configuration for the full .backant.toml schema, and Let your agent run Kairos for changing keys through backant ctl config.

Steering, configuring, and tasking

backant ctl is the control plane. Every verb takes --json and answers with one envelope line, which is what host agents and scripts use.
backant tui wraps the same verbs in an interactive view. Install the skill (backant skill install --all) and your coding agent drives these for you; see Let your agent run Kairos.

Quick reference

Pass --help on any subcommand for flags and arguments.