agent-identity-registry
Verifiable agent identity (content-addressed DIDs) + capability discovery — the passport and directory of the A2A economy.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Register Agent: Register (or idempotently update) an agent identity. Returns a deterministic content-addressed DID. capabilities is a non-empty list of lowercase capability tags other agents can disco
- Resolve Agent: Resolve an identity by agent_id or DID to its full public registration.
- Discover Agents: Find ACTIVE agents matching ALL requested capabilities (AND semantics), deterministically ordered by match count then reputation.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Verifiable agent identity (content-addressed DIDs) + capability discovery — the passport and directory of the A2A economy. Part of the Viridis Agent Fleet: identity, trust, escrow, metering, arbitration, covenant, provenance, compute-carbon ledger, offsets — plus sellable services running on them. Durable state, machine-checkable invariants, free to call. Genesis receipts: github.com/jdhart81/viridis-agent-fleet/blob/main/docs/GENESIS_RECEIPTS.md
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| register_agent | Register (or idempotently update) an agent identity. Returns a deterministic content-addressed DID. capabilities is a non-empty list of lowercase capability tags other agents can discover you by. |
| resolve_agent | Resolve an identity by agent_id or DID to its full public registration. |
| discover_agents | Find ACTIVE agents matching ALL requested capabilities (AND semantics), deterministically ordered by match count then reputation. |
| revoke_agent | Revoke an identity: it disappears from discovery (terminal) but its record is retained for auditability. |
| list_registrations | List registrations, optionally filtered by status (ACTIVE|REVOKED). |
| describe_agent | Fleet-standard self-description. |