Open AgentOps v0.1.0 is the first public release of the open-source CI/CD gate for AI agents.
Highlights
- Scenario YAML for testing existing agents without rewriting them
- Safe mutation policies: live, simulate, sandbox, approval_required, and block
- Deterministic gates plus optional judge-based checks
- Trace, report, JUnit, JSON, HTML, and CI summary artifacts
- Baseline compare and rollback validation
- Repo scanning, simulator generation, and trace-to-dataset flows
- Product Hunt launch assets in
launch-assets/product-hunt
Release Validation
- 11/11 contract tests passed
- Full pipeline passed
- Safe validation suite passed
- Unsafe candidate failed as expected
- Rollback baseline comparison passed
- Remote GitHub Actions passed: https://github.com/reddywritescode/open-agentops/actions/runs/28357186117
Demo CI Branches
- happy new agent: expected pass
- happy edit agent: expected pass
- failing new agent: expected fail
- failing edit agent: expected fail