dmae97/open-multi-agent-kit

83 stars · Last commit 2026-06-14

Evidence-gated runner for Codex, Claude Code, OpenCode, and local coding agents. Routes tasks into scoped DAG lanes with replayable artifacts.

README preview

# OMK

Run multiple coding agents safely in one repo.

OMK turns a coding task into a scoped DAG run: it routes the right model, limits tool access, requires evidence, and saves replayable artifacts before claiming success.

Use it when one agent is too loose, too risky, or too hard to audit.

<p>
  <a href="https://www.npmjs.com/package/open-multi-agent-kit"><img alt="npm version" src="https://img.shields.io/npm/v/open-multi-agent-kit?color=00D6FF"></a>
  <a href="LICENSE"><img alt="license" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
  <a href="https://github.com/dmae97/open-multi-agent-kit/blob/main/proof/PROOF_INDEX.md"><img alt="proof check" src="https://img.shields.io/badge/proof--check-source-00FFC2"></a>
  <a href="https://github.com/dmae97/open-multi-agent-kit/discussions"><img alt="discussions" src="https://img.shields.io/badge/discussions-open-9D4EDD"></a>
</p>

## 30-second demo

```bash
npx -y -p open-multi-agent-kit omk do "review this repo for release risk" --dry-run --json
```

View full repository on GitHub →