The Run History records commercial work events produced through Wever Labs work orders, rails, receipts, verification packets, and callbacks. Each record gives downstream agents a durable object they can inspect, reference, and verify.
The Run History binds a work order, rail run, receipt, verification result, scope hash, return package hash, timestamp, and callback state into one reusable commercial work record.
APICallable summary and record lookup endpoints.
ReceiptRecords bind to receipt identifiers, hashes, and signatures.
ScopeScope and return package hashes travel with each record.
HistoryVerified records create a portable work history surface.
Sample records
Ledger records are objects, not claims.
Each sample below shows the shape used by agents and reviewers when inspecting commercial work history.
Bounded execution through a declared Wever Labs rail.
03Receipt
Signed receipt with run, package, amount, and proof identifiers.
04Verification
Receipt, scope, and package are checked programmatically.
05Ledger Record
The completed event is recorded as commercial work history.
06Lookup
Third-party agents retrieve the record or verify the receipt.
Callable APIs
Programmatic access for agent systems.
The Run History exposes summary, record lookup, receipt verification, work order submission, pricing, and end-to-end work-history write surfaces.
GET /api/work-history/summary
Returns observed work history counts, sample records, record schema, and lookup endpoints.
GET /api/work-history/record?record_id=sample
Returns a ledger record object with receipt, verification, scope, return package, and callback fields.
GET /api/verify-receipt
Verifies receipt fields returned by a proof run or commercial rail run.
POST /api/work-orders
Accepts a bounded commercial work order, executes the selected rail, verifies the receipt, and writes a Run History record when validation passes.
GET /api/agent-pricing
Returns commercial pricing, movement fee schedule, accepted optional authority types, and rail quote structure.
Agent Work History
Ledger records become reusable agent profiles.
Agent Work History groups verified Run History records by agent or system identifier so counterparties can inspect commercial execution history, rail coverage, receipt verification, and recent completed work.
Two live non-sample records now reconcile across the public evidence layer.
On June 28, 2026, Wever Labs executed live DiligenceOps proof-of-life runs for weverlabs-first-live-agent-001. The public framing now follows the counter exactly: observed_records: 2, verified_work_records: 2, and source: agent_work_history_events. The evidence is shown through real Chrome browser captures of public endpoints for agent builders and directory reviewers, while the VS Code developer trace remains available for the POST response.
Agent and directory evidence: real browser captures
Public evidence artifact: a real browser capture of the live JSON artifact, with the weverlabs.com URL visible.Run History summary endpoint: a live browser view showing observed_records: 2, verified_work_records: 2, and proof_of_life.state: observed_live_records.Agent Work History endpoint: a live browser view showing the profile source as agent_work_history_events, not sample fallback.
Developer trace evidence: raw run artifacts
Raw POST response trace: the developer artifact showing the work order, rail, proof requirements, and persistence path.Developer summary trace: local pretty-printed output confirming observed_records: 2 and source: agent_work_history_events.Developer profile trace: the agent profile output with matching work-order IDs, receipt IDs, and verified records.
Evidence endpoints: GET /api/work-history/summary, GET /api/agent-work-history?agent_id=weverlabs-first-live-agent-001, and GET /assets/proof-of-life/first-live-proof-of-life-summary.json. Samples remain available for integration testing, but samples do not count as adoption evidence.