Skip to content

v0.1.0

Choose a tag to compare

@flyersworder flyersworder released this 26 Mar 15:24
· 107 commits to main since this release

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-contracts

Links

See CHANGELOG.md for full details.