Early prototype of governed multi-model agent orchestration. Built July 2025 as part of the original M87 governance research.
An orchestration bridge connecting Claude and Gemini CLI agents with governance patterns applied at the handoff boundary — output validation, safe delivery, and structured task delegation between models.
This was an early working proof that governance constraints could span model boundaries, not just single-agent sessions. The patterns here — authority-separated orchestration, output validation before handoff, fail-safe execution — evolved into the current M87 governance stack.
pip install -r requirements.txt
bash run_chain.sh prompt.txtCustomize CLAUDE.md and emotion_signal.json as needed.
- SPOT — Output policy violation detection
- FORT — Test integrity and output containment
- PARCEL — Safe output delivery before passing results between agents
For production-ready governed agent infrastructure:
- M87-Spine-lite — Runtime governance for Claude Code. Policy-gated execution, cryptographic receipts, posture escalation.
- m87-audit-agent — Static code auditor. Deterministic enforcement, SHA-256 receipt chain, CI-ready.
MIT — © 2025 M87 Studio LLC.