agent-provenance

Genesis certificates, lineage, and cascading recalls: birth certificates + bloodlines for the agent

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемСбоиБез входаГлобальныйБесплатноТолько чтение

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Не нужен: сервер работает без входа

    Genesis certificates, lineage, and cascading recalls: birth certificates + bloodlines for the agent

    Список инструментов сервера (11)

    Технические названия из tools/list. Нужны только разработчикам.

    register_genesisRegister an agent's birth. Issues a content-addressed genesis certificate with a strictly monotone index (epoch 0 = the founding cohort). parent_id records lineage; children of recalled/quarantined parents are quarantined at birth. Idempotent — an agent is born once.
    get_certificateFetch an agent's genesis certificate + recall/quarantine status.
    verify_certificateVerify a certificate: recompute its content hash and check the ledger.
    lineageFull ancestry and descendants of an agent, plus its generation number.
    recallRecall an agent: flags it and quarantines every transitive descendant. Reports exactly which agents were quarantined.
    list_recordsList genesis records, optionally by epoch (0 = founding cohort).
    register_artifactRegister a content-addressed artifact in a separate provenance DAG. Parent hashes may be registered artifacts or external content roots. Idempotent on artifact_id; does not consume a genesis index.
    get_artifactFetch one registered artifact by artifact_id.
    verify_artifactRecompute an artifact record hash and verify it against the DAG ledger.
    list_artifactsList artifacts, optionally filtered by producer agent.
    describe_agentFleet-standard self-description.