AGENT CI
Agent CI — Mobius Systems¶
Agent CI guarantees every agent is valid, sandboxed, attested, and integrity-gated.
What it checks¶
- Manifest validity against
agents/agent.schema.json - Sandbox tests (deterministic mini-scenarios)
- Deliberation proof artifact
- MII gate via
mobius:mii:deficit_1m(must be 0 → MII ≥ 0.95)
How to add a new agent¶
- Create
agents/<your-agent>/agent.manifest.json - Add a simple runner (
run.pyor container) - Open a PR — CI will run automatically
Artifacts: agent-ci-report.json, deliberation_proof.json, junit.xml in CI artifacts.