agent-compute-ledger

Compute-is-carbon cost/energy ledger for agent work — Landauer-bound accounting of the energy and gCO2e an AI workload consumed, with verifiable attestations.

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

Что умеет

  • Record Work: Record a unit of agent compute work. energy_j = power_w * duration_s; carbon_g follows from grid intensity. If bit_ops is declared, the entry is validated against the Landauer floor (bit_
  • Footprint: Aggregate footprint for an agent: total J, kWh, gCO2e, cost, and mean Landauer efficiency. Totals are exact sums of the ledger entries.
  • Attest: Issue a content-addressed attestation for a ledger entry (verifiable green-compute / energy claim).

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

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

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

Compute-is-carbon cost/energy ledger for agent work — Landauer-bound accounting of the energy and gCO2e an AI workload consumed, with verifiable attestations. No other fleet prices the physics of agent compute. 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. Нужны только разработчикам.

record_workRecord a unit of agent compute work. energy_j = power_w * duration_s; carbon_g follows from grid intensity. If bit_ops is declared, the entry is validated against the Landauer floor (bit_ops * kB * T * ln2) — physically impossible claims are rejected. Idempotent on entry_id.
footprintAggregate footprint for an agent: total J, kWh, gCO2e, cost, and mean Landauer efficiency. Totals are exact sums of the ledger entries.
attestIssue a content-addressed attestation for a ledger entry (verifiable green-compute / energy claim).
verify_attestationVerify an attestation by recomputing the entry hash.
verify_chainVerify the tamper-evident hash chain of an agent's ledger.
list_entriesList all ledger entries for an agent.
describe_agentFleet-standard self-description.