Cerebro AGENTS.md

Project instructions for Cerebro, a desktop app that uses chat to run AI workflows. They describe its Electron and React interface, Python web server, Claude Code process, saved data and connected-service integrations.

In plain words
What is it for?
Use them when working on Cerebro's integrations, chat actions, routines, experts, desktop-to-server communication or project structure.
Why use it?
They prevent partial integration changes by showing the many parts that must be updated when adding a service such as Slack, Gmail, Notion or GitHub.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/agenticfirst/cerebro/agents-md
Clone the repo
git clone --depth 1 https://github.com/AgenticFirst/Cerebro

Made for: Codex, OpenCode.

Per session 1,287 This file is loaded in full into every session.
When invoked 1,287 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01287 $0.01287
Opus 5 $0.00643 $0.00643
Sonnet 5 $0.00257 $0.00257
Haiku 4.5 $0.00129 $0.00129

Measured 2d ago against content hash 62b0f5ce9dc7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Cerebro AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 78 lines

How it starts

The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cerebro — agent context

Cerebro is an Electron + React + TypeScript desktop app with a Python/FastAPI backend that drives AI workflows from natural-language chat. Inference runs through the Claude Code CLI as a subprocess; routines, experts, and integrations are persisted in SQLite under the user's app.getPath('userData').


Read before touching integrations

docs/adding-integrations.md is the single source of truth for wiring a new connected service (Slack, Gmail, Notion, GitHub, …). Adding an integration touches ~15 files across the bridge, IPC, UI, engine actions, routine prompt, and chat skills. Skipping any of them silently breaks part of the surface — chat-driven setup works, but the integration never appears in routines, or the chat agent can't tool-call it, etc. Work the playbook top-to-bottom.

The currently-implemented integrations — Telegram, HubSpot, WhatsApp — are the reference examples. Copy from whichever auth model is closest.


Project layout

Path Purpose
src/main.ts Electron main process. Spawns the Python backend, owns IPC handlers, lifecycle.
src/preload.ts Exposes the typed window.cerebro.* API to the renderer.
src/types/ipc.ts IPC channel constants + API interfaces — the contract between main and renderer.
src/components/ React UI. Chat lives in chat/, settings/integrations in screens/.
src/agents/ Agent runtime that wraps Claude Code subprocesses.
src/claude-code/installer.ts Writes the Cerebro main agent prompt and skill markdown into <userData>/.claude/. Where most chat-skill prompt logic lives.
src/engine/ Routine DAG executor + actions + dry-run stubs.
src/integrations/ Central registry for connected services (manifests + IPC wrappers).
src/<service>/ Per-service bridges/holders (telegram/, hubspot/, whatsapp/).
src/chat-actions/ Loopback HTTP server the chat subprocess calls back into.
backend/ FastAPI service. SQLite, conversations, routines, memory, experts.
docs/tech-designs/ Architecture references (routines.md, cerebro-core-intelligence.md, …).
docs/adding-integrations.md Integration playbook — read this first.
docs/roadmap.md Implementation status.

Read the full file on GitHub · 78 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 78 lines · 1,287 tokens per session scan A 62b0f5ce9dc7

Subscribe to this mod's changes

Cerebro AGENTS.md is an instructions file published in the GitHub repository AgenticFirst/Cerebro (8 stars, last pushed 1mo ago), licensed MIT. It adds 1,287 tokens to every session, about $0.0064 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.