Metadata-Version: 2.4
Name: verifiable-agent-auth-registry
Version: 0.1.0b1
Summary: Hardened single-node registry service for Agent Auth identities
Project-URL: Homepage, https://github.com/YiheHuang/agent_auth_sdk
Project-URL: Source, https://github.com/YiheHuang/agent_auth_sdk
Project-URL: Issues, https://github.com/YiheHuang/agent_auth_sdk/issues
Author: Yihe Huang
License-Expression: MIT
License-File: LICENSE
Keywords: agent,authentication,identity,registry
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.11
Requires-Dist: fastapi>=0.115.0
Requires-Dist: typer>=0.12.0
Requires-Dist: uvicorn>=0.30.0
Requires-Dist: verifiable-agent-auth-sdk==0.1.0b1
Provides-Extra: dev
Requires-Dist: pytest>=8.3.0; extra == 'dev'
Description-Content-Type: text/markdown

# Agent Auth Registry

`verifiable-agent-auth-registry` 是 `verifiable-agent-auth-sdk` 的单节点中心身份注册服务。

它提供 developer namespace 管理、Agent metadata 发布、密钥生命周期、原子 nonce 防重放和公开身份解析端点。

```bash
pip install verifiable-agent-auth-registry
agent-auth-registry --help
agent-auth-registry-admin --help
```

Registry v1 仅支持单节点、单 worker SQLite 部署，并且必须置于 HTTPS 反向代理之后。

完整部署与安全说明见 [源码仓库](https://github.com/YiheHuang/agent_auth_sdk)。
