Metadata-Version: 2.4
Name: twzrd-agent-intel
Version: 0.5.1
Summary: Verifiable trust-receipt types for TWZRD's agent-intelligence layer. The scoring service is hosted (MCP + HTTP); this package ships the open V6 receipt format + Ed25519 verify helpers.
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.0
Requires-Dist: solders>=0.21
Requires-Dist: cryptography>=41

# twzrd-agent-intel

Verifiable trust-receipt types for the TWZRD agent-intelligence layer.

**The scoring service is hosted** — agents consult it over the network, not in-process:

- MCP: `https://intel.twzrd.xyz/mcp` (streamable-http)
- HTTP: `https://intel.twzrd.xyz` — free preflight readiness cards + paid signed trust receipts
- Offline receipt verification: `pip install twzrd-receipt-verifier`

This package ships the open V6 trust-receipt structure + Ed25519 signature/verification helpers.
