Five top-level commands carry you through normal use.Documentation Index
Fetch the complete documentation index at: https://docs.backant.io/llms.txt
Use this file to discover all available pages before exploring further.
Start
| Flag | Effect |
|---|---|
--turbo | No pacing. High token usage; use for short focused bursts. |
--fresh | Hard reset. Discards in-process judgment (.session/, .state/) so the next turn re-reads memory from disk. Memory itself, .backant.toml, and your lessons/learnings are preserved. |
--pace | Auto-throttle. Stretches the pause between turns when Anthropic rate-limit utilization crosses 50% of any window; pauses outright above 95% until the window resets. |
Stop
Watch
Status
- Whether Kairos is active
- Workspace, latest activity, last outcome
- Subscription validity
- Recent memory growth
- Pending dream-bucket items
Authentication
login after a subscription renewal or account switch. Credentials persist across reboots under ~/.claude/kairos/.
Per-workspace vs. user-level state
| Level | What lives here |
|---|---|
| Workspace (the repo) | .backant.toml (policy), .session/, .state/ (scratch). All committed or gitignored as appropriate. |
User (~/.claude/kairos/) | Memory store, dream logs, eval reports, credentials, embedding-model cache. Shared across all workspaces you’ve connected. |
KAIROS_MEMORY_DB to a workspace-local path before starting.
Configuration reload
Editing.backant.toml while Kairos is active does not auto-reload the policy. Restart with --fresh to ensure the new policy takes effect immediately:
.backant.toml schema.
Quick reference
--help on any subcommand for flags and arguments.