v0.1.0
v0.1.0 — Initial Public Release
A formal framework for governing autonomous AI agents through explicit resource constraints and temporal boundaries.
Highlights
- Core Framework: Contract data structures (C = ⟨I, O, S, R, T, Φ, Ψ⟩), resource monitoring, constraint enforcement
- Integrations: LiteLLM (100+ providers), LangChain, LangGraph, Google ADK
- Extensions: SkillSpec (agentskills.io), per-tool limits, indeterminacy-aware LLM-as-Judge evaluator
- Strategic Modes: URGENT, BALANCED, ECONOMICAL — validated Pareto frontier
- Quality: 590+ tests, 81%+ coverage, strict mypy, ruff linting
Install
pip install ai-agent-contractsLinks
- Paper: https://arxiv.org/abs/2601.08815 (accepted at COINE @ AAMAS 2026)
- Docs: https://github.com/flyersworder/agent-contracts/blob/main/docs/whitepaper.md
See CHANGELOG.md for full details.