@a5c-ai/agent-mux-harness-mock
v0.4.0
Published
Mock harness simulator for testing agent-mux adapters — simulates claude-code, codex, and other CLI harnesses
Downloads
301
Readme
@a5c-ai/agent-mux-harness-mock
Mock harness simulator for agent-mux adapter testing. Replays recorded/synthesized claude-code, codex, and other harness output streams so you can develop and test adapters without hitting real APIs.
Install
npm install --save-dev @a5c-ai/agent-mux-harness-mockRequires Node.js >= 20.9.0.
CLI
mock-harness --list
mock-harness --scenario claude-code-simpleProgrammatic
import { createMockProcess, scenarios } from '@a5c-ai/agent-mux-harness-mock';
const proc = createMockProcess(scenarios['claude-code-simple']);See the repository README for details.
License
MIT © a5c-ai
