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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file algovoi_agent_passport_lite-0.1.0.tar.gz.
File metadata
- Download URL: algovoi_agent_passport_lite-0.1.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
476591ca0f55ae8045d56cde1e0064af29a763e60c191ff6d246b64155e12c5d
|
|
| MD5 |
6185929e39a04feabdbcb17de13d3333
|
|
| BLAKE2b-256 |
fa424ef95c3242b2e0bcbd36ae45a0fea9e82baa9488f49f1c3eece44446fb78
|
File details
Details for the file algovoi_agent_passport_lite-0.1.0-py3-none-any.whl.
File metadata
- Download URL: algovoi_agent_passport_lite-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f289a48ecf506717ec45503a8ccb7b9bc5256a54c4f3e58fb555e784ff43395
|
|
| MD5 |
58931e276f0ec4280c3239ed47426cb0
|
|
| BLAKE2b-256 |
7d8aa0609ae36b91514643042d63312eb61c254f937655236cd4a1053636b8df
|