← Tools
SDK · PYTHON · APACHE 2.0 · v0.9.1

The full Python SDK for production agents.

Three modes, one API. Witnessed — observe agent actions, no enforcement. Attested — Ed25519-signed receipts on every action. Proven — Groth16 cryptographic proofs your auditor verifies independently. Built-in policies (AP2, HIPAA, SEC 15c3-5), OpenAI + Anthropic wrappers, Stripe Issuing adapter, MCP server, on-chain Solidity verifier.

pip install inherence

Three modes. Same API.

WITNESSED

Observe

Records what the agent did. No enforcement, no crypto. Right for read-only audit + behavioral logging.

ATTESTED

Sign

Ed25519-signed receipt per action. Local. Sub-millisecond. Right for high-throughput audit trails.

PROVEN

Prove

128-byte Groth16 BN254 proof. Backend-issued, independently verifiable. Right for regulatory audit + on-chain settlement.

Built-in integrations.

Install from PyPI Enterprise pilot