agentassert-abc
Advanced tools
+1
-1
| // AgentAssert: Formal behavioral specification for AI agents | ||
| // Full TypeScript SDK coming soon. See https://agentassert.com | ||
| // Python package: pip install agentassert-abc | ||
| module.exports = { version: "0.0.1", status: "placeholder" }; | ||
| module.exports = { version: "0.1.0", status: "typescript-sdk-coming-q3-2026" }; |
+1
-1
| { | ||
| "name": "agentassert-abc", | ||
| "version": "0.0.1", | ||
| "version": "0.1.0", | ||
| "description": "Formal behavioral specification and runtime enforcement for AI agents. Agent Behavioral Contracts (ABC).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+28
-5
@@ -1,7 +0,9 @@ | ||
| # agentassert-abc | ||
| # AgentAssert | ||
| Formal behavioral specification and runtime enforcement for AI agents. | ||
| **Formal Behavioral Contracts for AI Agents** | ||
| TypeScript SDK coming soon. Python package available now: | ||
| > The TypeScript SDK is coming Q3 2026. The Python package is available now. | ||
| ## Python Package (Available Now) | ||
| ```bash | ||
@@ -11,4 +13,25 @@ pip install agentassert-abc[yaml,math] | ||
| AgentAssert implements Agent Behavioral Contracts (ABC) — the only framework combining all 6 pillars of rigorous agent governance: | ||
| 1. **ContractSpec DSL** — YAML-based behavioral specification with 14 operators | ||
| 2. **Hard/Soft Constraints** — Formal separation with graduated enforcement | ||
| 3. **Drift Detection** — Jensen-Shannon Divergence for behavioral analysis | ||
| 4. **(p, delta, k)-Satisfaction** — Probabilistic compliance guarantees | ||
| 5. **Compositional Safety Proofs** — Formal bounds for multi-agent pipelines | ||
| 6. **Mathematical Stability** — Ornstein-Uhlenbeck dynamics with Lyapunov proof | ||
| ## Links | ||
| - **Paper:** [arXiv:2602.22302](https://arxiv.org/abs/2602.22302) | ||
| - **Website:** [agentassert.com](https://agentassert.com) | ||
| - **Part of:** [Qualixar](https://qualixar.com) | ||
| - **Python Package:** [PyPI: agentassert-abc](https://pypi.org/project/agentassert-abc/) | ||
| - **GitHub:** [qualixar/agentassert-abc](https://github.com/qualixar/agentassert-abc) | ||
| - **Documentation:** [agentassert.com](https://agentassert.com) | ||
| ## License | ||
| Elastic License 2.0 | ||
| --- | ||
| Part of [Qualixar](https://qualixar.com) — AI Agent Reliability Engineering | ||
| A research initiative by [Varun Pratap Bhardwaj](https://varunpratap.com) |
2218
79.74%37
164.29%