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…

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • 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.

What data it sees

Do you need an account

No: the server works without sign-in

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

Server tool list (7)

Raw names from tools/list. Only developers need these.

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.