Skip to main content

agentassert-typec-core

Formal behavioral contract kernel. Provider-blind, transport-blind.

This is the core engine — zero LLM deps, zero HTTP deps. Every adapter (proxy, SDK, hook) imports this.

Features

  • 7 Process Contract Operators — tool_blocklist, tool_allowlist, must_state, must_precede, context_budget, process_drift, judge_predicate
  • ContractSpec DSL — YAML-based, dsl_version: "0.4" for full Type-C, dsl_version: "0.3" for ABC compatibility
  • JSD Drift Tracker — Welford-style incremental (O(1) per update), frozen baseline at window boundary
  • Θ Reliability Scorer — Θ = 0.35C̄ + 0.25(1-D̄) + 0.20/(1+E) + 0.20S
  • Thread-safe SessionMonitor — RLock-protected, evaluate() never blocks for >10ms
  • Pre-compiled AST — all regex patterns compiled once at SessionStart

Install

pip install agentassert-typec-core

Quickstart

from agentassert_typec_core import SessionMonitor, PreAction, DecisionResult

monitor = SessionMonitor.from_yaml("contract.yaml")
event = PreAction(session_id="s1", contract_id="c1", tool="Read", args={})
result = monitor.evaluate(event)
print(result.decision.name)  # ALLOW or DENY

Optional: OTel

pip install agentassert-typec-core[otel]

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentassert_typec_core-0.7.0.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentassert_typec_core-0.7.0-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file agentassert_typec_core-0.7.0.tar.gz.

File metadata

  • Download URL: agentassert_typec_core-0.7.0.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for agentassert_typec_core-0.7.0.tar.gz
Algorithm Hash digest
SHA256 b9642ef921dc949f4dd9a3889f6085938f5a917d93a5fa318d946e4e30332c9c
MD5 35a49479a9da02f0092db8e542b2fd9e
BLAKE2b-256 5eae8e54714d19a412bd2342a0f0e87b5564f33e51f3021505c53257d57229ed

See more details on using hashes here.

File details

Details for the file agentassert_typec_core-0.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for agentassert_typec_core-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 51e14688e1509ed7204d8b2dc67632c5c999084b6e6bbfdd8346cbe9bf9b1485
MD5 5c794e74a7bad2f416a9939c7179d929
BLAKE2b-256 947d9eddb9201800cdbe700b691406bcc2c792a73d4085fcf365b67ea330a7e6

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.7.0 This release

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.0

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page