Install
Install is idempotent — re-running it after a partial failure is safe. The allocate phase skips if the database exists, provision skips if gbrain is already cloned, and so on.
What the agent gets
After install, the agent has these tool groups available:Test it
After installing, message your agent on Telegram:Managed database
The database that backs gbrain is managed by OpenComputer — you don’t need to provision or configure Postgres yourself. The database:- Lives outside the sandbox on a shared Postgres cluster
- Survives instance restarts and sandbox recreation
- Is preserved when you uninstall gbrain (your data isn’t deleted)
- Is restored when you reinstall gbrain on the same agent
Uninstall
Debugging
Shell into the sandbox to inspect the installation:- “missing executable ‘bun’” in gateway logs — the MCP config needs absolute paths (e.g.,
/home/sandbox/.bun/bin/bun), not barebun - Embedding failures — gbrain uses OpenAI for vector embeddings. If
OPENAI_API_KEYis missing from the MCP env config, pages are stored but semantic search won’t work - Gateway didn’t pick up MCP — check if the gateway restarted after the wire phase. Run
hermes gateway run --replacefrom the shell to force a restart