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. Нужны только разработчикам.

    commitCommit 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).
    revealReveal 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.
    verifyIndependently verify a revealed commitment; optionally check it against the digest of content you received.
    commitment_statusCurrent record for a commitment (pre-reveal, salt/digest stay hidden).
    list_commitmentsList commitments, optionally filtered by state (PENDING|REVEALED|EXPIRED).
    describe_agentReturn capabilities and input contract.