-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mikhail Larchanka edited this page Feb 24, 2026
·
3 revisions
ManBot is a locally-hosted, multi-agent AI platform designed for heavy-duty research and task execution. This wiki serves as the primary technical documentation for users, developers, and contributors.
- Getting Started: Install ManBot, set up dependencies (Node.js, Ollama), and run your first agent.
- Deployment Guide: How to deploy ManBot as a persistent service.
- System Architecture: Understanding the Orchestrator, Planner, and Executor loop.
- Capability Graph (DAG): How ManBot decomposes complex goals into executable tasks.
- IPC Protocol: Details on the Zod-validated JSONL communication layer.
- File Processing: Local OCR (Vision), Audio transcription (Whisper), and document chunking.
- Reminder System: Natural language scheduling for recurring tasks.
- Tools & Skills: Using the Browser, Shell, and Filesystem skills.
- RAG Service: Local semantic search and session-scoped memory.
- Monitoring Dashboard: Real-time tracking of tasks and system stats.
- Official Skills Repository: External repository for community-built skills.
- About Skills: Understanding the difference between Skills and Tools.
- Adding Skills: Guide on how to build and register new capabilities.
Note
ManBot is focused on Privacy by Design. All reasoning, search, and tool execution happen 100% locally on your machine.