01Indexes OpenClaw and Claude Code agent conversations into a searchable SQLite database
02Supports both keyword (FTS5) and semantic search (via OpenAI embeddings)
03Recovers agent context after compaction or restarts using `browse_recent`
04Captures and indexes external sources including Gmail, Google Drive, and Slack
05Provides access via CLI, REST API, MCP (stdio + SSE), and a built-in web UI
060 GitHub stars