multiplexer active

Agent-harness-kit

Maker: cardor License: MIT
CLI

About

Multi-agent coding setups tend to degrade into several agents freestyling over the same files with no shared memory, so agent-harness-kit scaffolds structure first: ahk init creates a task backlog, a defined workflow with five role-separated agents, and an SQLite-backed log of every action taken. A health gate (health.sh) must pass before any work starts, and the ahk serve command runs a local MCP server exposing tasks.get, tasks.claim, and action tools to MCP-compatible clients like Claude Code, OpenCode, Codex CLI, and Grok Build. Storage works over SQLite, PostgreSQL, or MySQL, and a real-time web dashboard shows live progress. Maintainers who want AI agents to follow an auditable, health-gated process instead of improvising are the audience.