Kabot Docs¶
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.
Recommended Reading Order¶
- Beginner track
- Install
- First run
- Quickstart
- Configuration guide
- Gateway and dashboard guide
- Advanced overview
- 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.