Open Source · Self-Hosted · AI-Native

Your Personal
AI Agent Lab

DomBot LabOS — deploy your own autonomous AI agent infrastructure.
Hub, Kanban, multi-agent routing, shared memory. On your machine.

dombot — live

Autonomous AI agents are powerful — but they're all black boxes.
LabOS is different: every decision is visible. Confidence score, agent selected, cost, reason — all logged before execution. Self-hosted. Vendor-free. Open source.

See LabOS in action

Simulated — real interfaces running on your self-hosted instance

lab.dombot.tech/kanban
To Start 0
In Progress 0
Review 0
Done 0
lab.dombot.tech/logs
0 high 0 verify 0 manual
TimeAgentActionConfidenceMessage
lab.dombot.tech — agent routing
Task incoming Hub Smart Router OpenClaw free · 85% quality local model Claude Code $0.01 · 95% quality anthropic Gemini cheap · 80% quality google Evaluating agents...

Everything you need to run autonomous agents

Hub Central

Unified dashboard with real-time SSE stream, system health metrics, and quick actions for all your lab services.

📋

Kanban + Confidence Scoring

Task board with Kahneman-inspired confidence scoring (0–1). Dependency enforcement, audit trail, agent feedback loop.

🤖

Multi-Agent Routing

Orchestrate OpenClaw, Claude Code, Gemini, and Mistral. Auto-select by cost, quality, or speed — per task.

🛍️

Skills Marketplace

Reusable workflow packages. TDD, brainstorming, code review, debugging — pre-configured, community-contributed.

🧠

Memory PARA

Shared Obsidian vault with L1/L2/L3 architecture. Persistent agent memory across sessions and reboots.

🔒

100% Self-Hosted

Runs on a VPS or Raspberry Pi 4. No third-party cloud required. Your data stays on your machine.

Two layers, one system

Usernew task Hubdashboard Kanbanpoll + execute Agentconfidence check Logsaudit trail

Every agent action is logged with a confidence score before execution. Hub displays real-time updates via SSE. Immutable audit trail.

Workflow Enginesequential / parallel Agent Registryhealth + cost metrics Routerbest agent/task Skills Marketplacereusable workflows

Workflow engine coordinates multiple agents across sequential or parallel steps. Router selects cheapest agent meeting quality threshold. Skills are reusable across projects.

Deploy in 3 steps

01

Clone the repo

git clone https://github.com/lgiron/dombot-labos
cd dombot-labos
02

Configure your agents

cp .env.example .env
# Add CLAUDE_API_KEY (required)
# MISTRAL_API_KEY, GEMINI_API_KEY (optional)
03

Launch the Hub

docker-compose up -d
# Dashboard at http://localhost:8088

Everything documented