Skip to content

v0.1.0: Agent contract tests for AI coding teams

Latest

Choose a tag to compare

@RPSingh1990 RPSingh1990 released this 05 May 19:15
· 2 commits to main since this release

First launch release for Agent Contract Tests.

What it includes:

  • CI-time validation for AI coding agent specs, tool ACLs, call graphs, governed channels, and governed tasks.
  • Deterministic eval assertions over saved agent outputs.
  • Runtime guard helpers for custom agent runners.
  • Composite GitHub Action support via RPSingh1990/agent-contract-tests@v0.1.0.
  • Claude Code, Codex, and Cursor adapter guidance.
  • Demo screenshot, public-safety checks, SECURITY.md, and CODE_OF_CONDUCT.md.

Quick start:

python3 scripts/agent_ops_init.py --demo --force
python3 scripts/agent_ops_validate.py --root agent-ops-demo --strict
python3 scripts/run_evals.py

Scope:
This is a contract-test toolkit, not an agent framework, sandbox, or replacement for code/security review.