Skip to content
awagentik.workagent runs with receiptsInspect proof agent

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.

run traceagentik.work
acceptidempotency key received00.13s
guardbudget checked before provider call00.19s
workpipeline stage emitted artifact08.44s
verifyschema and QA checks complete12.02s
recordhistory sink persisted run events12.08s

operating model

Accountable runs are designed before they start.

01

Contract first

A YAML contract defines slug, model, input, budget, pipeline, and persistence before runtime wiring begins.

02

Spend guarded

Every external provider call passes through explicit budget policy so paid work fails closed.

03

Durable by default

Runs are created, polled, recovered, and inspected through a durable worker lifecycle instead of ad hoc memory.

04

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.

agentik.yamlvalid
sourcedocs/agents/landing-page-redesign.agentik.yaml
budget$5 max cost, 600s max runtime
pipelinescrape, brief, render, audit, qa, publish
persistenceagent_runs, agent_run_events, agent_artifacts
outputagent_landing_page_redesign_landing_pages

dry-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.ts
  • apps/agent-worker/src/agents/{slug}/routes.ts
  • apps/web/app/{slug}/page.tsx
  • apps/web/app/{slug}/run/[runId]/page.tsx
  • apps/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.

$0.051cost tracked
6stage count
onhistory sink
discovered15
fetched15
contactable3
reachable1
nameemailevidence
Cafe Nortehola@cafenorte.examplecitation-backed

ship the worker, keep the trace

Make autonomous work something you can audit.

Inspect proof agent