What if your AI assistant had three specialized brains — one for talking, one for thinking, and one for doing? That's the architecture behind Spacebot.
What Is Spacebot?
Spacebot is an AI agent orchestration platform built for teams and communities. Unlike traditional AI assistants that do everything in one session, Spacebot uses three specialized agents: the Face (your conversational interface), the Conscience (deep reasoning), and the Worker (pure execution).
Built entirely in Rust as a single binary — no Docker compose, no microservices.
The Three-Agent Architecture
Face Agent: Your user-facing ambassador. Has personality, soul, identity. Talks to you and delegates everything else.
Conscience: Forks the context, thinks independently, returns only conclusions. Complex reasoning without blocking the conversation.
Worker: Gets a task and the right tools. No personality, no conversation history — pure focused execution.
The Cortex: Cross-Conversation Memory
Most AI tools forget everything when you start a new chat. Spacebot's Cortex sees across every conversation, every memory, every running process. It synthesizes knowledge into pre-computed briefings refreshed every 60 minutes across 8 dimensions.
Facts link to decisions. Events link to goals. The memory graph grows smarter on its own.
File Ingestion
Drop .md, .txt, .json, .yaml, .csv, .log files into the ingest folder. Spacebot auto-chunks, classifies, and builds graph-connected memories. No manual tagging needed.
Tech Stack
Rust + Tokio | SQLite + LanceDB + redb | FastEmbed | Serenity (Discord) | Chromiumoxide (browser)
Pricing
- Pod: $29/mo — 1 instance, 3 agents, 10GB
- Outpost: $59/mo — 2 instances, 6 agents, 40GB
- Nebula: $129/mo — 5 instances, 12 agents, 80GB
All plans BYOK. Self-host with one Docker command.
Self-Hosting
docker run -d --name spacebot -v spacebot-data:/data -p 19898:19898 ghcr.io/spacedriveapp/spacebot:latest
Web UI at localhost:19898.
GitHub: https://github.com/spacedriveapp/spacebot | Docs: https://docs.spacebot.sh/
Written by Arshdeep Singh
Top comments (0)