Add Agent Brain to a repository so any coding agent follows a state machine that requires evidence before building.
Force an AI coding agent to plan, research, and challenge a vague request before writing any code.
Turn a coding agent's confident claims into verifiable proof using tests, logs, diffs, and screenshots.
| rohitg00/agentbrain | 0c33/agentic-ai | adennng/stock_strategy_lab | |
|---|---|---|---|
| Stars | 14 | 14 | 14 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | hard |
| Complexity | 3/5 | 4/5 | 4/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Python 3.11 to run the local quality gate and cloning the repo into your agent's working directory.
Agent Brain is a portable set of files and rules that you add to a code repository to give AI coding agents better operating discipline. It does not replace or run the agent itself. Instead, it layers on top of whatever coding AI you already use, it explicitly supports Claude Code, Codex, Gemini CLI, Cursor, Copilot, Windsurf, OpenCode, OpenClaw, and Hermes, and gives that agent a structured process to follow. The problem it addresses is that most AI coding agent failures are not technical errors but judgment errors: the agent builds the wrong thing, trusts outdated context, skips tests, accepts vague requirements, or ships without a rollback plan. Without structure, agents charge ahead based on chat momentum rather than evidence. Agent Brain enforces three habits. First, plan before build, vague requests must pass through intake, research, challenge, and design before any implementation starts. Second, verify before trust, tests, logs, diffs, screenshots, and approvals count as proof, while confident summaries from the agent are treated as claims until backed by evidence. Third, learn only from evidence, repeatable successful workflows get distilled into small, neutral skills rather than absorbed carelessly. The system supplies a state machine, command specifications, skill definitions, schemas for artifacts, evaluation gates, and handoff contracts. A request flows through this pipeline: raw request, state, command, skill, artifact, evidence, handoff. Nothing proceeds to the next stage without the required artifact from the previous one. It is documentation-first and written in Python 3.11, released under an open source license visible in the repository.
Agent Brain is a repository add-on that gives AI coding agents structured rules, so they plan, verify, and prove their work with evidence instead of guessing.
Mainly Python. The stack also includes Python.
License badge is present in the repository, but the exact terms are not stated in the excerpted source material.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.