One brain, many surfaces
- Identity and memory are shared. The entity remembers people, episodes, and beliefs across every channel.
- Cognition (reflex, deliberate, tools) is the same stack for all inputs.
- Presence is plugged in per platform: each social adapter translates that channel’s messages into a common
perceivepipeline and routes replies back.
Worker vs full run
| Mode | Command | Typical use |
|---|---|---|
| Full runtime | bumblebee run <entity> | Laptop or desktop: CLI + Telegram/Discord + daemon. |
| Worker | bumblebee worker <entity> | Servers (e.g. Railway): messaging + daemon without an interactive CLI. |
What to read next
- Building on Bumblebee — extension points and how to extend safely.
- Presence & social surfaces — Telegram, Discord, and the adapter pattern.
- Portable inference — gateway, tunnels, and routing “local” inference from anywhere.
- Hybrid Railway — end-to-end split: worker in cloud, brain at home.