Analysis updated 2026-05-18
Set up persistent role profiles for a team of AI agents like Coordinator, Builder, and QA Reviewer
Track shared task state, project briefs, and handoffs across multiple agent sessions
Run a dream cycle to compress context so a new session can pick up a long project
Score task traces and roll up lessons into reusable agent playbooks
| adrian7411374113/agent-team-brain | acip/slack-claude-agent | adii0906/supportiq | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js and running a CLI bootstrap command to scaffold the file structure.
Agent Team Brain is a JavaScript based operating system for organizing teams of AI agents around a shared, file backed structure instead of one long chat transcript. Rather than treating each agent as a one off task runner, it gives every role, such as Coordinator, Architect, UX Reviewer, Scout, Analyst, Builder, and QA Reviewer, a persistent profile stored as markdown, along with its own workspace for scratch notes and current focus. Work moves through a defined loop: a task is created, sized for risk, assigned to the right role, tracked for blockers, and documented through shared artifacts like project briefs and handoff notes. Once built, work passes through a QA gate before being closed out. After a task finishes, the system captures an after action review and a trace score covering things like clarity, execution, and coordination quality, then rolls these into lessons that can update a role's playbook over time. A notable feature is the dream cycle, a way to compress and preserve context so long projects do not depend on an ever growing chat history. Individual agents produce short summaries of their work, which a coordinator consolidates into project state files, decision logs, and a context pack. This lets a fresh session pick up where a previous one left off by loading the role profile, playbook, and context pack instead of full history. The system also supports rotating out overloaded runtime sessions while keeping the durable team identity intact in files. You install it by running a CLI bootstrap command from Node, which scaffolds config files, role definitions, workspaces, and templates into a target directory. A doctor command checks the setup and reports pass, warn, or fail results. This is aimed at people building or coordinating multi-agent AI systems who want a repeatable, auditable structure rather than ad hoc prompting.
A file based operating system that gives AI agent teams persistent roles, shared task tracking, and a way to compress project context between sessions.
Mainly JavaScript. The stack also includes JavaScript, Node.js, CLI.
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.