agent-provenance

Genesis certificates, agent lineage tracking, and cascading recalls across derived agents — who made you, who made your maker, and containment of a whole line…

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

Что умеет

  • Register Genesis: Register 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 recal
  • Get Certificate: Fetch an agent's genesis certificate + recall/quarantine status.
  • Verify Certificate: Verify a certificate: recompute its content hash and check the ledger.

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

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

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

Genesis certificates, agent lineage tracking, and cascading recalls across derived agents — who made you, who made your maker, and containment of a whole line when a build pipeline is compromised. Part of the Viridis Agent Fleet. Durable state, free to call. Genesis receipts: github.com/jdhart81/viridis-agent-fleet/blob/main/docs/GENESIS_RECEIPTS.md

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

Технические названия из 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).
describe_agentFleet-standard self-description.