Skip to content

Kabot Docs

# Kabot A resilient personal AI assistant framework with long-lived memory, native reasoning workflows, multi-channel routing, and an operator-friendly dashboard.
Use this site if you want one path for beginners, one path for operators, and one path for advanced builders without digging through internal planning notes.

Start Here

Beginner track

Install Kabot, run the setup wizard, start the gateway, and send your first real message.

Dashboard guide

Learn how to use the gateway, dashboard panels, auth scopes, and operator actions safely.

Advanced track

Dive into runtime architecture, memory design, multi-agent patterns, and integration strategy.

What Kabot Is

Kabot is not just a chat wrapper around an LLM. It is a local-first agent framework that combines:

  • persistent conversation and memory systems
  • explicit CLI and gateway operations
  • multi-model and multi-agent routing
  • tool execution with safety layers
  • channels such as Telegram, Discord, Slack, WhatsApp, and more
  • operator surfaces for live monitoring and management
  • a Python-native MCP runtime for real tool/resource/prompt attachment

What You Can Do With It

Personal assistant

Run Kabot on your PC, Mac mini, VPS, or Termux device and chat through CLI or messaging channels.

Operator dashboard

Monitor sessions, channels, cron jobs, model usage, system health, and cost windows from one web UI.

AI workflow engine

Use Kabot for planning, coding, debugging, research, automation, reminders, and background tasks.

Multi-agent runtime

Split work across separate agents with different workspaces, models, and channel bindings.

  1. Beginner track
  2. Install
  3. First run
  4. Quickstart
  5. Configuration guide
  6. Gateway and dashboard guide
  7. Advanced overview
  8. MCP runtime

Docs Scope

This MkDocs site is the curated public docs surface.

It intentionally focuses on: - onboarding - usage - operator workflows - advanced architecture - practical reference

It intentionally does not dump the internal docs/plans/ archive into the main navigation.