flight recorder for agent work
Run agents with receipts.
Every autonomous run gets an identity, a budget envelope, a stage trace, structured output, and a separate evidence trail.
operating model
Accountable runs are designed before they start.
Contract first
A YAML contract defines slug, model, input, budget, pipeline, and persistence before runtime wiring begins.
Spend guarded
Every external provider call passes through explicit budget policy so paid work fails closed.
Durable by default
Runs are created, polled, recovered, and inspected through a durable worker lifecycle instead of ad hoc memory.
Evidence separated
User-facing output stays clean while citations, source URLs, and confidence live beside it as proof.
contract to scaffold
A worker shape that can be inspected before it runs.
docs/agents/landing-page-redesign.agentik.yaml$5 max cost, 600s max runtimescrape, brief, render, audit, qa, publishagent_runs, agent_run_events, agent_artifactsagent_landing_page_redesign_landing_pagesdry-run output
Deterministic files, explicit wiring.
The scaffold plans Worker routes, web placeholders, docs, and contract tests before a generated agent is exposed in production.
apps/agent-worker/src/agents/{slug}/agent.tsapps/agent-worker/src/agents/{slug}/routes.tsapps/web/app/{slug}/page.tsxapps/web/app/{slug}/run/[runId]/page.tsxapps/agent-worker/src/agents/{slug}/tests/contract.test.ts
business-leads-research
The proof agent already leaves a trail.
The business leads agent proves the runtime model with stage progress, Exa cost accounting, deliverability checks, citation-backed output, and durable run history.
ship the worker, keep the trace