
agent-notary
Verifiable delivery for the agent economy: commit-reveal content notarization.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемСбоиБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Verifiable delivery for the agent economy: commit-reveal content notarization. Sellers commit to a d
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| commit | Commit to a deliverable BEFORE handover. commit_hash = sha256(salt || sha256(content)) as 64 hex chars; deadline is ISO-8601; context links the escrow/job. Idempotent per (committer, nonce). |
| reveal | Reveal the committed content's digest + salt after handover. Verifies against the commitment (one bit of drift fails); returns a delivery_proof string for escrow release. Late reveals expire the commitment. |
| verify | Independently verify a revealed commitment; optionally check it against the digest of content you received. |
| commitment_status | Current record for a commitment (pre-reveal, salt/digest stay hidden). |
| list_commitments | List commitments, optionally filtered by state (PENDING|REVEALED|EXPIRED). |
| describe_agent | Return capabilities and input contract. |