#624 · Primary category: AI Agents & Automation

oh-my-agent

agent-harness agent-skills agentic-coding ai-agents claude-code cli codex cursor developer-tools llm multi-agent multi-agent-systems oh-my-agent opencode orchestration orchestrator serena

The multi-agent harness that checks the work: verifies agent runs by artifacts (stop-hook gates, independent judges, append-only event logs) across Claude Code, Codex, Cursor, and 10+ runtimes.

Project last updated:08/28/26

GitHub Stars

1.3K

Forks

148

Contributors

12

License

MIT

Why we included this project

Anyone who has run parallel coding agents knows the real problem is not spawning them but trusting what they report. This harness refuses to take an agent's word for it: a stop hook blocks the session from ending until your project's own typecheck, test, and lint scripts exit cleanly, and a gate command checks for the artifacts a workflow must have left behind. An independent judge with a fresh context re-verifies every criterion each round, and every decision lands on an append-only log you can audit later. The same setup runs across Claude Code, Codex, Cursor, OpenCode, and a dozen other runtimes from one portable .agents directory, which makes it a practical choice for teams standardizing agent workflows across tools. It also includes a skill-eval harness that measures whether a skill actually improves performance on held-out tasks, handy if you maintain your own agent skills.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category