Skip to main content

Open, content-addressed agent identity references bound into the pinned AlgoVoi substrate (agent_id + issuer + scope + validity window; L1 frozen)

Project description

algovoi-agent-passport-lite

The open, lite origination layer for AlgoVoi Agent Passport. It content-addresses the public fields of an agent credential (agent_id, issuer, scope, validity_window) into a deterministic, recomputable passport_ref.

This passport_ref is exactly the agent_ref that Spend Guardrail (lite) binds: pin the passport by hash, then the pre-payment decision is bound to that hash. Change any field and the reference diverges, so a decision made for one agent credential cannot be silently re-attributed to another. Additive over the frozen substrate (Apache-2.0):

passport_ref = "sha256:" + SHA-256(JCS({agent_id, issuer, scope, validity_window}))

Lite vs commercial

Lite (this package) Agent Passport
Licence Apache-2.0, open Commercial OEM
Identity content-addressed passport_ref Falcon-1024 PQC credential
Lifecycle reference only issue / verify / revoke, spend limits
Verifier recompute offline maintained verifier

Pin lite, anchor a vector hash, carry the NOTICE → free v0 key.

Install & use

pip install algovoi-agent-passport-lite
from algovoi_agent_passport_lite import passport_ref, verify

ref = passport_ref("agent-001", "did:algo:issuer", "payments", "2026-06-21/2026-09-21")
verify(ref, "agent-001", "did:algo:issuer", "payments", "2026-06-21/2026-09-21")  # True
verify(ref, "agent-002", "did:algo:issuer", "payments", "2026-06-21/2026-09-21")  # False (agent tamper)

All four fields are byte-load-bearing; an empty or missing field is rejected, not hashed.

Conformance

conformance/agent_passport_lite_v1/: 3 positives, 4 field-tamper negatives (agent / issuer / scope / window), 2 rejection negatives (empty field), 2 invariants. passport_1 and passport_2 equal the agent_1 / agent_2 references in spend_guardrail_lite_v1, so the decision chain composes. Verifier imports only stdlib + rfc8785:

pip install rfc8785
python conformance/agent_passport_lite_v1/verify.py

Adopters

The 4-check gate is scripts/check_v0_adoption.py (dependency + canonical hash anchor + NOTICE + version pin → ISSUE_V0_KEY). Apply: chopmob@gmail.com.

License

Apache-2.0. Copyright 2026 AlgoVoi. Preserve the NOTICE in any distribution.

Project details


Download files

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

Source Distribution

algovoi_agent_passport_lite-0.1.1.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

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

algovoi_agent_passport_lite-0.1.1-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file algovoi_agent_passport_lite-0.1.1.tar.gz.

File metadata

File hashes

Hashes for algovoi_agent_passport_lite-0.1.1.tar.gz
Algorithm Hash digest
SHA256 84128afb69d083989efb2bf92ffff865d9a20da49851fa15f819a5b6af25f8eb
MD5 2d01b6943d942a3f3d1397c8bd040322
BLAKE2b-256 2d751beab7a592c52163b65b15784e5429388767af15abb36f93929c6a0b9b6b

See more details on using hashes here.

File details

Details for the file algovoi_agent_passport_lite-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for algovoi_agent_passport_lite-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8579c913c1e6866a5410c88af3708e10bcea17244e7526a17a256b55d2b3f336
MD5 2b72ae0742c6173c8be26456df59b3cb
BLAKE2b-256 bfa35ac73114b4b0c94abb7a9eb84b546a2aeee79b50d7e10d9cc4f0f894c5c9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page