Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

agentassert-abc

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentassert-abc - npm Package Compare versions

Comparing version
0.0.1
to
0.1.0
+1
-1
index.js
// 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" };
{
"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",

@@ -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)