Registri identity — Ed25519 keypairs, certificates, and cryptographic verification
Project description
agent-registry-identity
Agent identity infrastructure for the Agent Registry — Ed25519 keypairs, certificates, and cryptographic verification.
Overview
Provides the cryptographic identity layer for AI agents, similar to what Let's Encrypt does for websites. Agents can generate keypairs, sign messages, and verify each other's identity.
Installation
pip install agent-registry-identity
Features
- Ed25519 keypair generation — create signing keys for agents
- Message signing and verification — cryptographically sign outbound messages
- Certificate issuance — agent identity certificates
- Challenge-response verification — prove ownership of an agent's private key
- GitHub and DNS verification — alternative verification paths
Quick Start
from agent_registry_identity import generate_keypair, sign_message, verify_signature
# Generate a new keypair
private_key, public_key = generate_keypair()
# Sign a message
signature = sign_message(private_key, b"hello from my agent")
# Verify the signature
is_valid = verify_signature(public_key, b"hello from my agent", signature)
Links
- Registri — the hosted registry
- Documentation
- GitHub
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 agent_registry_identity-0.1.0.tar.gz.
File metadata
- Download URL: agent_registry_identity-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0adcfa5d07c2c667363b41422736391d197c6b9270f639488e4f2a22d2c66371
|
|
| MD5 |
404038ff54ca0ae07c4f4824afcc17cc
|
|
| BLAKE2b-256 |
389f3fef52182c94ab2cdaa079b43e29f98afaeceaed1935c39a27ac94c67373
|
File details
Details for the file agent_registry_identity-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_registry_identity-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46dddbf54ec6cf9f59502065207dc1079794fff2cb34296a10803bac677f3abc
|
|
| MD5 |
423bbc1954c56bb362a0c8cefba71e06
|
|
| BLAKE2b-256 |
eeeada5f84a874f4ad1ab9f489e6d33fb43769a9ba0bab6dfb8405e0d0060a47
|