Agents
GitHub
rolemux: Role-based orchestration layer for multi-agent AI coding pipelines
TLDR
RoleMux is a TypeScript npm package that lets developers define a Planner, Worker, and Reviewer agent pipeline once in a YAML manifest and run it with different AI backends (OpenAI Codex, Claude, Gemini, Hermes). It supports automatic review-and-fix loops with configurable iteration limits and runs fully local without cloud dependencies. MIT-licensed with a published npm package and GitHub Actions CI.