@agent-receipts/dashboard 0.2.6 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/standalone/apps/web/.env.production +2 -0
- package/standalone/apps/web/.next/BUILD_ID +1 -1
- package/standalone/apps/web/.next/app-build-manifest.json +47 -47
- package/standalone/apps/web/.next/app-path-routes-manifest.json +11 -11
- package/standalone/apps/web/.next/build-manifest.json +2 -2
- package/standalone/apps/web/.next/prerender-manifest.json +24 -24
- package/standalone/apps/web/.next/required-server-files.json +3 -1
- package/standalone/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/_not-found.html +2 -2
- package/standalone/apps/web/.next/server/app/_not-found.rsc +3 -3
- package/standalone/apps/web/.next/server/app/agents/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/agents/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/agents.html +2 -2
- package/standalone/apps/web/.next/server/app/agents.rsc +3 -3
- package/standalone/apps/web/.next/server/app/api/agents/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/agents/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/chains/[id]/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/chains/[id]/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/chains/[id]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/cleanup/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/cleanup/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/cleanup/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/config/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/config/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/config/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/invoices/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/invoices/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/invoices/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/judgments/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/judgments/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/judgments/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/[id]/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/[id]/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/[id]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/search/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/search/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/search/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/stats/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/stats/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/stats/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/verify/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/verify/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/verify/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/chains/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/chains/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/chains.html +2 -2
- package/standalone/apps/web/.next/server/app/chains.rsc +4 -4
- package/standalone/apps/web/.next/server/app/constraints/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/constraints.html +2 -2
- package/standalone/apps/web/.next/server/app/constraints.rsc +4 -4
- package/standalone/apps/web/.next/server/app/index.html +2 -2
- package/standalone/apps/web/.next/server/app/index.rsc +3 -3
- package/standalone/apps/web/.next/server/app/invoices/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/invoices.html +2 -2
- package/standalone/apps/web/.next/server/app/invoices.rsc +3 -3
- package/standalone/apps/web/.next/server/app/judgments/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/judgments.html +2 -2
- package/standalone/apps/web/.next/server/app/judgments.rsc +4 -4
- package/standalone/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts/page.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts.html +2 -2
- package/standalone/apps/web/.next/server/app/receipts.rsc +4 -4
- package/standalone/apps/web/.next/server/app/settings/page.js +1 -1
- package/standalone/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/settings.html +2 -2
- package/standalone/apps/web/.next/server/app/settings.rsc +4 -4
- package/standalone/apps/web/.next/server/app/verify/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/verify.html +2 -2
- package/standalone/apps/web/.next/server/app/verify.rsc +3 -3
- package/standalone/apps/web/.next/server/app-paths-manifest.json +11 -11
- package/standalone/apps/web/.next/server/chunks/236.js +1 -0
- package/standalone/apps/web/.next/server/chunks/578.js +1 -0
- package/standalone/apps/web/.next/server/chunks/798.js +1 -0
- package/standalone/apps/web/.next/server/chunks/803.js +189 -0
- package/standalone/apps/web/.next/server/chunks/870.js +2 -2
- package/standalone/apps/web/.next/server/chunks/872.js +1 -0
- package/standalone/apps/web/.next/server/chunks/99.js +1 -0
- package/standalone/apps/web/.next/server/pages/404.html +2 -2
- package/standalone/apps/web/.next/server/pages/500.html +1 -1
- package/standalone/apps/web/.next/server/pages/_error.js +2 -2
- package/standalone/apps/web/.next/server/server-reference-manifest.json +1 -1
- package/standalone/apps/web/.next/static/chunks/app/agents/[id]/{page-6072c54c4f907f32.js → page-c0e1718cad311434.js} +1 -1
- package/standalone/apps/web/.next/static/chunks/app/chains/{page-69ef1e730d961039.js → page-d0b634ca7d0aa92d.js} +1 -1
- package/standalone/apps/web/.next/static/chunks/app/constraints/{page-05d35b57f9c424db.js → page-6baf6f176d4a9e3d.js} +1 -1
- package/standalone/apps/web/.next/static/chunks/app/judgments/{page-9715df3ce30f24c0.js → page-22c741e87fc41908.js} +1 -1
- package/standalone/apps/web/.next/static/chunks/app/layout-53a87fc182f46ce0.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/receipts/{page-a788cdbaf3879d37.js → page-ef79c1140a9c42e6.js} +1 -1
- package/standalone/apps/web/.next/static/chunks/app/settings/{page-154ca65062c2628d.js → page-8f1d3f326821cc04.js} +1 -1
- package/standalone/apps/web/.next/static/css/{acaddf5367ce801c.css → c89a04ca9481014a.css} +1 -1
- package/standalone/apps/web/server.js +1 -1
- package/standalone/apps/web/src/lib/demo-store.ts +121 -0
- package/standalone/apps/web/src/lib/sdk-server.ts +46 -0
- package/standalone/packages/crypto/package.json +1 -1
- package/standalone/packages/mcp-server/dist/index.js +1738 -0
- package/standalone/packages/mcp-server/package.json +4 -2
- package/standalone/apps/web/.next/server/chunks/350.js +0 -134
- package/standalone/apps/web/.next/server/chunks/998.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/layout-66d4997939026d7c.js +0 -1
- /package/standalone/apps/web/.next/static/{XRffp10LMCCMingivp622 → QFwgmBDt10h_GclOFqIUT}/_buildManifest.js +0 -0
- /package/standalone/apps/web/.next/static/{XRffp10LMCCMingivp622 → QFwgmBDt10h_GclOFqIUT}/_ssgManifest.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";exports.id=99,exports.ids=[99],exports.modules={74099:(a,b,c)=>{c.d(b,{demoStore:()=>g});let d=[{receipt_id:"rcpt_demo_001",parent_receipt_id:null,chain_id:"chain_demo_01",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"code_review",input_hash:"sha256:000e4cc1ea559f19",output_hash:null,output_summary:null,model:"claude-sonnet-4-20250514",tokens_in:null,tokens_out:null,cost_usd:null,latency_ms:null,tool_calls:null,timestamp:"2026-03-01T07:43:41Z",completed_at:null,status:"pending",error:null,environment:"production",tags:["batch"],constraints:{definitions:[{type:"max_cost_usd",value:.03}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.03,actual:.03}],evaluated_at:"2026-03-01T07:43:45Z"},signature:"ed25519:DEMO_rcpt_demo_001_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_001",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_002",parent_receipt_id:null,chain_id:"chain_demo_01",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"generate_code",input_hash:"sha256:0010db841c0d50ba",output_hash:null,output_summary:null,model:"claude-haiku-4-5-20251001",tokens_in:1769,tokens_out:null,cost_usd:.0271,latency_ms:null,tool_calls:["code_exec"],timestamp:"2026-03-01T09:03:25Z",completed_at:null,status:"timeout",error:{code:"TIMEOUT",message:"Request timed out after 30000ms"},environment:"production",tags:["canary","production"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_002_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_002",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_019"}},{receipt_id:"rcpt_demo_003",parent_receipt_id:null,chain_id:"chain_demo_01",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"analyze_data",input_hash:"sha256:001ba9f5f13860fe",output_hash:"sha256:001edcf1089caa39",output_summary:"Analyzed dataset and produced statistical summary",model:"gpt-4o",tokens_in:2053,tokens_out:62,cost_usd:.0755,latency_ms:7032,tool_calls:["lint_check","test_runner","code_exec","git_diff"],timestamp:"2026-03-01T16:51:55Z",completed_at:"2026-03-01T16:52:02Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_003_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_003",callback_verified:null,confidence:.8,metadata:{}},{receipt_id:"rcpt_demo_004",parent_receipt_id:null,chain_id:"chain_demo_01",receipt_type:"action",agent_id:"agent-delta",org_id:"demo-org",action:"summarize_text",input_hash:"sha256:0007a305902d946a",output_hash:null,output_summary:null,model:"gpt-4o-mini",tokens_in:3066,tokens_out:94,cost_usd:.0674,latency_ms:3512,tool_calls:["shell_exec"],timestamp:"2026-03-01T17:27:26Z",completed_at:"2026-03-01T17:27:29Z",status:"failed",error:{code:"RATE_LIMIT",message:"API rate limit exceeded, retry after cooldown"},environment:"production",tags:["production","critical","high-priority"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_004_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_004",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_006"}},{receipt_id:"rcpt_demo_005",parent_receipt_id:null,chain_id:"chain_demo_02",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"translate",input_hash:"sha256:001be97cfb2cef9f",output_hash:"sha256:000faf4c85f69617",output_summary:"Translated content to target language successfully",model:"claude-sonnet-4-20250514",tokens_in:1440,tokens_out:483,cost_usd:.0369,latency_ms:7011,tool_calls:["shell_exec","db_query","file_write"],timestamp:"2026-03-01T20:55:46Z",completed_at:"2026-03-01T20:55:53Z",status:"completed",error:null,environment:"production",tags:["experiment","production","internal"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_005_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_005",callback_verified:!0,confidence:.73,metadata:{}},{receipt_id:"rcpt_demo_006",parent_receipt_id:null,chain_id:"chain_demo_02",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"classify_intent",input_hash:"sha256:001e6874d7cfcd35",output_hash:null,output_summary:null,model:"claude-haiku-4-5-20251001",tokens_in:3189,tokens_out:25,cost_usd:.076,latency_ms:529,tool_calls:["test_runner"],timestamp:"2026-03-02T09:15:12Z",completed_at:"2026-03-02T09:15:12Z",status:"failed",error:{code:"RATE_LIMIT",message:"API rate limit exceeded, retry after cooldown"},environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_006_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_006",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_007",parent_receipt_id:null,chain_id:"chain_demo_02",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"extract_entities",input_hash:"sha256:000bc0a457d6a2f0",output_hash:null,output_summary:null,model:"gpt-4o",tokens_in:3982,tokens_out:null,cost_usd:.0182,latency_ms:null,tool_calls:["web_search","file_write","test_runner"],timestamp:"2026-03-02T10:27:11Z",completed_at:null,status:"timeout",error:{code:"TIMEOUT",message:"Request timed out after 30000ms"},environment:"production",tags:["canary"],constraints:{definitions:[{type:"max_latency_ms",value:5555}]},constraint_result:{passed:!0,results:[{type:"max_latency_ms",passed:!0,expected:5555,actual:5336}],evaluated_at:"2026-03-02T10:27:18Z"},signature:"ed25519:DEMO_rcpt_demo_007_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_007",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_008",parent_receipt_id:null,chain_id:"chain_demo_02",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"search_docs",input_hash:"sha256:000b52eb4559752a",output_hash:null,output_summary:null,model:"gpt-4o-mini",tokens_in:411,tokens_out:313,cost_usd:.0556,latency_ms:1824,tool_calls:["db_query"],timestamp:"2026-03-02T12:34:28Z",completed_at:"2026-03-02T12:34:29Z",status:"failed",error:{code:"AUTH_FAILURE",message:"Authentication token expired"},environment:"production",tags:["critical","production","internal"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_008_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_008",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_009",parent_receipt_id:null,chain_id:"chain_demo_03",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"validate_input",input_hash:"sha256:001dde07104f783d",output_hash:"sha256:0006ee1222445bed",output_summary:"Validated input against schema requirements",model:"claude-sonnet-4-20250514",tokens_in:2752,tokens_out:748,cost_usd:.002,latency_ms:9089,tool_calls:["api_call","git_diff","web_search","code_exec"],timestamp:"2026-03-02T14:29:15Z",completed_at:"2026-03-02T14:29:24Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_009_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_009",callback_verified:!0,confidence:.83,metadata:{source:"demo",batch_id:"batch_020"}},{receipt_id:"rcpt_demo_010",parent_receipt_id:null,chain_id:"chain_demo_03",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"draft_email",input_hash:"sha256:001af2107829d7b6",output_hash:"sha256:000c24313c72eaa8",output_summary:"Drafted professional email response",model:"claude-haiku-4-5-20251001",tokens_in:3272,tokens_out:1040,cost_usd:.0377,latency_ms:9617,tool_calls:["code_exec","file_write","db_query"],timestamp:"2026-03-03T06:05:59Z",completed_at:"2026-03-03T06:06:08Z",status:"completed",error:null,environment:"production",tags:["low-priority"],constraints:{definitions:[{type:"max_tokens",value:2377}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:2377,actual:1243}],evaluated_at:"2026-03-03T06:06:05Z"},signature:"ed25519:DEMO_rcpt_demo_010_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_010",callback_verified:null,confidence:.84,metadata:{}},{receipt_id:"rcpt_demo_011",parent_receipt_id:null,chain_id:"chain_demo_03",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"run_tests",input_hash:"sha256:001fb7555847473a",output_hash:null,output_summary:null,model:"gpt-4o",tokens_in:1494,tokens_out:153,cost_usd:.0705,latency_ms:2316,tool_calls:["lint_check","file_read","code_exec"],timestamp:"2026-03-03T08:28:51Z",completed_at:"2026-03-03T08:28:53Z",status:"failed",error:{code:"MODEL_ERROR",message:"Model returned malformed response"},environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_011_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_011",callback_verified:!1,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_012",parent_receipt_id:null,chain_id:"chain_demo_03",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"deploy_service",input_hash:"sha256:00041ac06fc42613",output_hash:"sha256:000cf7debc98d82e",output_summary:"Deployed service to production environment",model:"gpt-4o-mini",tokens_in:2745,tokens_out:1507,cost_usd:.0398,latency_ms:8600,tool_calls:["shell_exec","code_exec"],timestamp:"2026-03-03T09:03:41Z",completed_at:"2026-03-03T09:03:49Z",status:"completed",error:null,environment:"production",tags:["internal","low-priority","canary"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_012_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_012",callback_verified:null,confidence:.79,metadata:{source:"demo",batch_id:"batch_011"}},{receipt_id:"rcpt_demo_013",parent_receipt_id:null,chain_id:"chain_demo_03",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"code_review",input_hash:"sha256:001aa240c3a9cdc4",output_hash:"sha256:000da676d613b441",output_summary:"Reviewed code changes and identified potential improvements",model:"claude-sonnet-4-20250514",tokens_in:1209,tokens_out:677,cost_usd:.0209,latency_ms:8234,tool_calls:["lint_check"],timestamp:"2026-03-03T13:10:26Z",completed_at:"2026-03-03T13:10:34Z",status:"completed",error:null,environment:"production",tags:["batch","realtime","experiment"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_013_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_013",callback_verified:null,confidence:.9,metadata:{}},{receipt_id:"rcpt_demo_014",parent_receipt_id:null,chain_id:"chain_demo_03",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"generate_code",input_hash:"sha256:0022edd5ed391a4d",output_hash:null,output_summary:null,model:"claude-haiku-4-5-20251001",tokens_in:3213,tokens_out:null,cost_usd:.0424,latency_ms:null,tool_calls:["code_exec"],timestamp:"2026-03-04T11:24:00Z",completed_at:null,status:"timeout",error:{code:"TIMEOUT",message:"Request timed out after 30000ms"},environment:"production",tags:null,constraints:{definitions:[{type:"min_confidence",value:.74}]},constraint_result:{passed:!1,results:[{type:"min_confidence",passed:!1,expected:.74,actual:.38}],evaluated_at:"2026-03-04T11:24:09Z"},signature:"ed25519:DEMO_rcpt_demo_014_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_014",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_015",parent_receipt_id:null,chain_id:"chain_demo_04",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"analyze_data",input_hash:"sha256:000797fa96765b65",output_hash:null,output_summary:null,model:"gpt-4o",tokens_in:323,tokens_out:293,cost_usd:.0241,latency_ms:572,tool_calls:["file_write","file_read","db_query","code_exec"],timestamp:"2026-03-04T18:16:59Z",completed_at:"2026-03-04T18:16:59Z",status:"failed",error:{code:"INVALID_INPUT",message:"Input validation failed: missing required field"},environment:"production",tags:["batch","production"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_015_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_015",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_016"}},{receipt_id:"rcpt_demo_016",parent_receipt_id:null,chain_id:"chain_demo_04",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"summarize_text",input_hash:"sha256:001984e745e9da8c",output_hash:"sha256:00086870b27fd301",output_summary:"Produced concise summary of input document",model:"gpt-4o-mini",tokens_in:1741,tokens_out:1057,cost_usd:.0069,latency_ms:1870,tool_calls:["test_runner","db_query"],timestamp:"2026-03-04T18:57:03Z",completed_at:"2026-03-04T18:57:04Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_tokens",value:3483}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:3483,actual:3402}],evaluated_at:"2026-03-04T18:57:13Z"},signature:"ed25519:DEMO_rcpt_demo_016_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_016",callback_verified:null,confidence:.73,metadata:{}},{receipt_id:"rcpt_demo_017",parent_receipt_id:null,chain_id:"chain_demo_04",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"translate",input_hash:"sha256:00233bd53b70154f",output_hash:"sha256:000d532b128e4ac7",output_summary:"Translated content to target language successfully",model:"claude-sonnet-4-20250514",tokens_in:3821,tokens_out:956,cost_usd:.0245,latency_ms:8181,tool_calls:["test_runner"],timestamp:"2026-03-04T21:30:13Z",completed_at:"2026-03-04T21:30:21Z",status:"completed",error:null,environment:"production",tags:["realtime"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_017_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_017",callback_verified:null,confidence:.86,metadata:{}},{receipt_id:"rcpt_demo_018",parent_receipt_id:null,chain_id:"chain_demo_04",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"classify_intent",input_hash:"sha256:00088fceb7fdf39e",output_hash:null,output_summary:null,model:"claude-haiku-4-5-20251001",tokens_in:1082,tokens_out:null,cost_usd:.0147,latency_ms:null,tool_calls:["shell_exec"],timestamp:"2026-03-05T07:47:20Z",completed_at:null,status:"timeout",error:{code:"TIMEOUT",message:"Request timed out after 30000ms"},environment:"production",tags:["low-priority","user-facing","production"],constraints:{definitions:[{type:"max_cost_usd",value:.04}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.04,actual:.03}],evaluated_at:"2026-03-05T07:47:28Z"},signature:"ed25519:DEMO_rcpt_demo_018_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_018",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_019",parent_receipt_id:null,chain_id:"chain_demo_05",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"extract_entities",input_hash:"sha256:00166d0d44ca4d28",output_hash:"sha256:001d47174e09caa0",output_summary:"Extracted named entities from input text",model:"gpt-4o",tokens_in:3884,tokens_out:591,cost_usd:.0632,latency_ms:4624,tool_calls:["shell_exec","file_write"],timestamp:"2026-03-05T15:13:03Z",completed_at:"2026-03-05T15:13:07Z",status:"completed",error:null,environment:"production",tags:["batch","user-facing","canary"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_019_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_019",callback_verified:null,confidence:.67,metadata:{}},{receipt_id:"rcpt_demo_020",parent_receipt_id:null,chain_id:"chain_demo_05",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"search_docs",input_hash:"sha256:000cc9cb9099c616",output_hash:null,output_summary:null,model:"gpt-4o-mini",tokens_in:3167,tokens_out:null,cost_usd:.0661,latency_ms:null,tool_calls:["file_write","git_diff","db_query","api_call"],timestamp:"2026-03-05T20:18:27Z",completed_at:null,status:"timeout",error:{code:"TIMEOUT",message:"Request timed out after 30000ms"},environment:"production",tags:["experiment","canary"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_020_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_020",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_021",parent_receipt_id:null,chain_id:"chain_demo_05",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"validate_input",input_hash:"sha256:000dddf460d0ea5d",output_hash:"sha256:000b90823f537a3c",output_summary:"Validated input against schema requirements",model:"claude-sonnet-4-20250514",tokens_in:2549,tokens_out:131,cost_usd:.0713,latency_ms:2117,tool_calls:["file_write"],timestamp:"2026-03-05T21:09:12Z",completed_at:"2026-03-05T21:09:14Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_latency_ms",value:5207}]},constraint_result:{passed:!0,results:[{type:"max_latency_ms",passed:!0,expected:5207,actual:5003}],evaluated_at:"2026-03-05T21:09:15Z"},signature:"ed25519:DEMO_rcpt_demo_021_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_021",callback_verified:!0,confidence:.88,metadata:{}},{receipt_id:"rcpt_demo_022",parent_receipt_id:null,chain_id:"chain_demo_05",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"draft_email",input_hash:"sha256:001349b67538db5c",output_hash:"sha256:000678f49cda8102",output_summary:"Drafted professional email response",model:"claude-haiku-4-5-20251001",tokens_in:843,tokens_out:1248,cost_usd:.0354,latency_ms:5357,tool_calls:["api_call","shell_exec","test_runner","web_search"],timestamp:"2026-03-06T07:03:37Z",completed_at:"2026-03-06T07:03:42Z",status:"completed",error:null,environment:"production",tags:["internal"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_022_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_022",callback_verified:!0,confidence:.79,metadata:{}},{receipt_id:"rcpt_demo_023",parent_receipt_id:null,chain_id:"chain_demo_05",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"run_tests",input_hash:"sha256:00065ee11935f891",output_hash:"sha256:000ba124f54ab242",output_summary:"Executed test suite and collected results",model:"gpt-4o",tokens_in:3432,tokens_out:1607,cost_usd:.0445,latency_ms:7361,tool_calls:["file_write","shell_exec","file_read"],timestamp:"2026-03-06T21:32:58Z",completed_at:"2026-03-06T21:33:05Z",status:"completed",error:null,environment:"production",tags:["low-priority","high-priority","production"],constraints:{definitions:[{type:"min_confidence",value:.86}]},constraint_result:{passed:!1,results:[{type:"min_confidence",passed:!1,expected:.86,actual:.77}],evaluated_at:"2026-03-06T21:33:06Z"},signature:"ed25519:DEMO_rcpt_demo_023_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_023",callback_verified:null,confidence:.71,metadata:{source:"demo",batch_id:"batch_007"}},{receipt_id:"rcpt_demo_024",parent_receipt_id:null,chain_id:"chain_demo_05",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"deploy_service",input_hash:"sha256:0013104157870394",output_hash:"sha256:000479fdc3dc47b6",output_summary:"Deployed service to production environment",model:"gpt-4o-mini",tokens_in:3899,tokens_out:639,cost_usd:.0356,latency_ms:2946,tool_calls:["web_search","db_query"],timestamp:"2026-03-06T22:05:54Z",completed_at:"2026-03-06T22:05:56Z",status:"completed",error:null,environment:"production",tags:["high-priority","critical","realtime"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_024_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_024",callback_verified:!0,confidence:.99,metadata:{source:"demo",batch_id:"batch_015"}},{receipt_id:"rcpt_demo_025",parent_receipt_id:null,chain_id:"chain_demo_06",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"code_review",input_hash:"sha256:000ce46d5c39d0ca",output_hash:"sha256:001a203a270befb4",output_summary:"Reviewed code changes and identified potential improvements",model:"claude-sonnet-4-20250514",tokens_in:3508,tokens_out:365,cost_usd:.0404,latency_ms:11412,tool_calls:["shell_exec","git_diff","lint_check"],timestamp:"2026-03-06T22:10:03Z",completed_at:"2026-03-06T22:10:14Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_025_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_025",callback_verified:!0,confidence:.84,metadata:{}},{receipt_id:"rcpt_demo_026",parent_receipt_id:null,chain_id:"chain_demo_06",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"generate_code",input_hash:"sha256:000c6482b6a592d7",output_hash:null,output_summary:null,model:"claude-haiku-4-5-20251001",tokens_in:3156,tokens_out:460,cost_usd:.0118,latency_ms:4363,tool_calls:["api_call","lint_check","db_query","shell_exec"],timestamp:"2026-03-07T08:43:55Z",completed_at:"2026-03-07T08:43:59Z",status:"failed",error:{code:"INVALID_INPUT",message:"Input validation failed: missing required field"},environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_026_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_026",callback_verified:!1,confidence:null,metadata:{source:"demo",batch_id:"batch_019"}},{receipt_id:"rcpt_demo_027",parent_receipt_id:null,chain_id:"chain_demo_06",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"analyze_data",input_hash:"sha256:000e98c020c44c12",output_hash:"sha256:001536ccf9e148ea",output_summary:"Analyzed dataset and produced statistical summary",model:"gpt-4o",tokens_in:3644,tokens_out:354,cost_usd:.0363,latency_ms:8822,tool_calls:["git_diff","api_call","code_exec","lint_check"],timestamp:"2026-03-07T11:04:38Z",completed_at:"2026-03-07T11:04:46Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_027_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_027",callback_verified:null,confidence:.78,metadata:{source:"demo",batch_id:"batch_014"}},{receipt_id:"rcpt_demo_028",parent_receipt_id:null,chain_id:"chain_demo_06",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"summarize_text",input_hash:"sha256:00232e95079c8e93",output_hash:null,output_summary:null,model:"gpt-4o-mini",tokens_in:2988,tokens_out:477,cost_usd:.0651,latency_ms:4074,tool_calls:["git_diff","file_read"],timestamp:"2026-03-07T13:25:07Z",completed_at:"2026-03-07T13:25:11Z",status:"failed",error:{code:"AUTH_FAILURE",message:"Authentication token expired"},environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_028_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_028",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_029",parent_receipt_id:null,chain_id:"chain_demo_06",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"translate",input_hash:"sha256:0020afd52b6b3ae4",output_hash:null,output_summary:null,model:"claude-sonnet-4-20250514",tokens_in:3561,tokens_out:null,cost_usd:.0358,latency_ms:null,tool_calls:["file_read","web_search","shell_exec","git_diff"],timestamp:"2026-03-07T13:37:38Z",completed_at:null,status:"timeout",error:{code:"TIMEOUT",message:"Request timed out after 30000ms"},environment:"production",tags:["critical"],constraints:{definitions:[{type:"max_tokens",value:4201}]},constraint_result:{passed:!1,results:[{type:"max_tokens",passed:!1,expected:4201,actual:5357}],evaluated_at:"2026-03-07T13:37:44Z"},signature:"ed25519:DEMO_rcpt_demo_029_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_029",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_013"}},{receipt_id:"rcpt_demo_030",parent_receipt_id:null,chain_id:"chain_demo_06",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"classify_intent",input_hash:"sha256:001f0d3a51693148",output_hash:"sha256:000fb6882d61f8d5",output_summary:"Classified user intent with high confidence",model:"claude-haiku-4-5-20251001",tokens_in:428,tokens_out:1794,cost_usd:.027,latency_ms:11446,tool_calls:["git_diff","lint_check","file_read"],timestamp:"2026-03-08T07:39:05Z",completed_at:"2026-03-08T07:39:16Z",status:"completed",error:null,environment:"production",tags:["user-facing"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_030_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_030",callback_verified:!0,confidence:.99,metadata:{source:"demo",batch_id:"batch_014"}},{receipt_id:"rcpt_demo_031",parent_receipt_id:null,chain_id:"chain_demo_07",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"extract_entities",input_hash:"sha256:0019c2bfcf5d61e2",output_hash:"sha256:00207657f1704f07",output_summary:"Extracted named entities from input text",model:"gpt-4o",tokens_in:2983,tokens_out:1837,cost_usd:.0089,latency_ms:11183,tool_calls:["file_read"],timestamp:"2026-03-08T14:13:42Z",completed_at:"2026-03-08T14:13:53Z",status:"completed",error:null,environment:"production",tags:["user-facing"],constraints:{definitions:[{type:"max_tokens",value:1596}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:1596,actual:1109}],evaluated_at:"2026-03-08T14:13:49Z"},signature:"ed25519:DEMO_rcpt_demo_031_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_031",callback_verified:null,confidence:.77,metadata:{source:"demo",batch_id:"batch_006"}},{receipt_id:"rcpt_demo_032",parent_receipt_id:null,chain_id:"chain_demo_07",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"search_docs",input_hash:"sha256:000b425f53a8686b",output_hash:"sha256:0020c364242d9eec",output_summary:"Found relevant documentation matches",model:"gpt-4o-mini",tokens_in:2596,tokens_out:1833,cost_usd:.0312,latency_ms:2093,tool_calls:["code_exec","git_diff"],timestamp:"2026-03-08T19:42:37Z",completed_at:"2026-03-08T19:42:39Z",status:"completed",error:null,environment:"production",tags:["user-facing","production"],constraints:{definitions:[{type:"max_tokens",value:4691}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:4691,actual:3424}],evaluated_at:"2026-03-08T19:42:46Z"},signature:"ed25519:DEMO_rcpt_demo_032_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_032",callback_verified:null,confidence:.96,metadata:{}},{receipt_id:"rcpt_demo_033",parent_receipt_id:null,chain_id:"chain_demo_07",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"validate_input",input_hash:"sha256:00232855fd3d7d09",output_hash:null,output_summary:null,model:"claude-sonnet-4-20250514",tokens_in:null,tokens_out:null,cost_usd:null,latency_ms:null,tool_calls:null,timestamp:"2026-03-08T22:20:59Z",completed_at:null,status:"pending",error:null,environment:"production",tags:["user-facing","low-priority"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_033_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_033",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_007"}},{receipt_id:"rcpt_demo_034",parent_receipt_id:null,chain_id:"chain_demo_07",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"draft_email",input_hash:"sha256:0015daaf06679729",output_hash:"sha256:0015f25a00ab3f51",output_summary:"Drafted professional email response",model:"claude-haiku-4-5-20251001",tokens_in:3595,tokens_out:1039,cost_usd:.0094,latency_ms:7102,tool_calls:["db_query","file_read","shell_exec"],timestamp:"2026-03-09T08:00:29Z",completed_at:"2026-03-09T08:00:36Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_latency_ms",value:7967}]},constraint_result:{passed:!1,results:[{type:"max_latency_ms",passed:!1,expected:7967,actual:8732}],evaluated_at:"2026-03-09T08:00:34Z"},signature:"ed25519:DEMO_rcpt_demo_034_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_034",callback_verified:!0,confidence:.84,metadata:{source:"demo",batch_id:"batch_008"}},{receipt_id:"rcpt_demo_035",parent_receipt_id:null,chain_id:"chain_demo_08",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"run_tests",input_hash:"sha256:00193dbde4ef93ec",output_hash:"sha256:001a9f57663403ed",output_summary:"Executed test suite and collected results",model:"gpt-4o",tokens_in:997,tokens_out:1353,cost_usd:.016,latency_ms:6572,tool_calls:["file_write","file_read"],timestamp:"2026-03-09T15:29:20Z",completed_at:"2026-03-09T15:29:26Z",status:"completed",error:null,environment:"production",tags:["production","internal"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_035_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_035",callback_verified:null,confidence:.9,metadata:{}},{receipt_id:"rcpt_demo_036",parent_receipt_id:null,chain_id:"chain_demo_08",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"deploy_service",input_hash:"sha256:001f99762edd206c",output_hash:"sha256:000f42999d7a0a8b",output_summary:"Deployed service to production environment",model:"gpt-4o-mini",tokens_in:819,tokens_out:461,cost_usd:.0114,latency_ms:7607,tool_calls:["web_search","db_query","git_diff"],timestamp:"2026-03-09T16:15:16Z",completed_at:"2026-03-09T16:15:23Z",status:"completed",error:null,environment:"production",tags:["internal","critical"],constraints:{definitions:[{type:"max_latency_ms",value:4153}]},constraint_result:{passed:!1,results:[{type:"max_latency_ms",passed:!1,expected:4153,actual:4582}],evaluated_at:"2026-03-09T16:15:20Z"},signature:"ed25519:DEMO_rcpt_demo_036_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_036",callback_verified:!0,confidence:.81,metadata:{source:"demo",batch_id:"batch_013"}},{receipt_id:"rcpt_demo_037",parent_receipt_id:null,chain_id:"chain_demo_08",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"code_review",input_hash:"sha256:000c03efa856ac5d",output_hash:"sha256:000781ef2e234d99",output_summary:"Reviewed code changes and identified potential improvements",model:"claude-sonnet-4-20250514",tokens_in:1598,tokens_out:234,cost_usd:.0635,latency_ms:9931,tool_calls:["api_call","db_query","shell_exec","git_diff"],timestamp:"2026-03-09T18:08:42Z",completed_at:"2026-03-09T18:08:51Z",status:"completed",error:null,environment:"production",tags:["critical","realtime"],constraints:{definitions:[{type:"min_confidence",value:.93}]},constraint_result:{passed:!1,results:[{type:"min_confidence",passed:!1,expected:.93,actual:.63}],evaluated_at:"2026-03-09T18:08:44Z"},signature:"ed25519:DEMO_rcpt_demo_037_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_037",callback_verified:!0,confidence:.81,metadata:{source:"demo",batch_id:"batch_015"}},{receipt_id:"rcpt_demo_038",parent_receipt_id:null,chain_id:"chain_demo_09",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"generate_code",input_hash:"sha256:0021d544b0625934",output_hash:null,output_summary:null,model:"claude-haiku-4-5-20251001",tokens_in:2759,tokens_out:219,cost_usd:.0102,latency_ms:2675,tool_calls:["db_query"],timestamp:"2026-03-10T08:56:15Z",completed_at:"2026-03-10T08:56:17Z",status:"failed",error:{code:"RATE_LIMIT",message:"API rate limit exceeded, retry after cooldown"},environment:"production",tags:["critical"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_038_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_038",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_005"}},{receipt_id:"rcpt_demo_039",parent_receipt_id:null,chain_id:"chain_demo_09",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"analyze_data",input_hash:"sha256:0014d6c096f1db98",output_hash:"sha256:001658fc10126411",output_summary:"Analyzed dataset and produced statistical summary",model:"gpt-4o",tokens_in:2846,tokens_out:1994,cost_usd:.0597,latency_ms:6878,tool_calls:["shell_exec","file_write"],timestamp:"2026-03-10T09:04:34Z",completed_at:"2026-03-10T09:04:40Z",status:"completed",error:null,environment:"production",tags:["high-priority","user-facing","production"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_039_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_039",callback_verified:null,confidence:.88,metadata:{}},{receipt_id:"rcpt_demo_040",parent_receipt_id:"rcpt_demo_038",chain_id:"chain_demo_09",receipt_type:"judgment",agent_id:"agent-alpha",org_id:"demo-org",action:"judge",input_hash:"sha256:000f4eb4544f3dec",output_hash:"sha256:0020683130289d41",output_summary:"Evaluated action receipt against quality rubric",model:"gpt-4o-mini",tokens_in:3603,tokens_out:792,cost_usd:.0088,latency_ms:4668,tool_calls:["file_read","shell_exec","db_query"],timestamp:"2026-03-10T10:59:22Z",completed_at:"2026-03-10T10:59:26Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_040_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_040",callback_verified:null,confidence:.69,metadata:{judgment:{verdict:"pass",score:.92,criteria_results:[{criterion:"accuracy",score:.78,passed:!0},{criterion:"completeness",score:.83,passed:!0},{criterion:"safety",score:.93,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_038 meets quality standards with a score of 0.92.",rubric_version:"1.0"},rubric_hash:"sha256:demo_rubric_hash"}},{receipt_id:"rcpt_demo_041",parent_receipt_id:null,chain_id:"chain_demo_10",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"translate",input_hash:"sha256:00079510a1e9ddef",output_hash:"sha256:00159e846e3de598",output_summary:"Translated content to target language successfully",model:"claude-sonnet-4-20250514",tokens_in:307,tokens_out:1661,cost_usd:.0273,latency_ms:1149,tool_calls:["file_write","lint_check"],timestamp:"2026-03-10T12:32:16Z",completed_at:"2026-03-10T12:32:17Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_cost_usd",value:.04}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.04,actual:.02}],evaluated_at:"2026-03-10T12:32:26Z"},signature:"ed25519:DEMO_rcpt_demo_041_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_041",callback_verified:!0,confidence:.72,metadata:{}},{receipt_id:"rcpt_demo_042",parent_receipt_id:null,chain_id:"chain_demo_10",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"classify_intent",input_hash:"sha256:00071202d17257e7",output_hash:"sha256:001f476f4e0192cd",output_summary:"Classified user intent with high confidence",model:"claude-haiku-4-5-20251001",tokens_in:632,tokens_out:1156,cost_usd:.0208,latency_ms:3170,tool_calls:["web_search"],timestamp:"2026-03-10T17:18:10Z",completed_at:"2026-03-10T17:18:13Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_042_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_042",callback_verified:null,confidence:.92,metadata:{}},{receipt_id:"rcpt_demo_043",parent_receipt_id:null,chain_id:"chain_demo_10",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"extract_entities",input_hash:"sha256:00146330108a923e",output_hash:"sha256:001b69fbc1de9ee9",output_summary:"Extracted named entities from input text",model:"gpt-4o",tokens_in:1186,tokens_out:157,cost_usd:.011,latency_ms:3654,tool_calls:["git_diff"],timestamp:"2026-03-11T15:39:51Z",completed_at:"2026-03-11T15:39:54Z",status:"completed",error:null,environment:"production",tags:["experiment","critical"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_043_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_043",callback_verified:!0,confidence:.8,metadata:{}},{receipt_id:"rcpt_demo_044",parent_receipt_id:null,chain_id:"chain_demo_10",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"search_docs",input_hash:"sha256:00048cae9b90eb8b",output_hash:"sha256:002381eab458c0e1",output_summary:"Found relevant documentation matches",model:"gpt-4o-mini",tokens_in:2235,tokens_out:667,cost_usd:.0372,latency_ms:11595,tool_calls:["shell_exec","test_runner","file_write","code_exec"],timestamp:"2026-03-11T15:59:42Z",completed_at:"2026-03-11T15:59:53Z",status:"completed",error:null,environment:"production",tags:["critical","canary"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_044_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_044",callback_verified:null,confidence:.76,metadata:{}},{receipt_id:"rcpt_demo_045",parent_receipt_id:null,chain_id:"chain_demo_10",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"validate_input",input_hash:"sha256:000fbddcf805da72",output_hash:"sha256:0016ab54a3666caa",output_summary:"Validated input against schema requirements",model:"claude-sonnet-4-20250514",tokens_in:2693,tokens_out:1248,cost_usd:.0443,latency_ms:11028,tool_calls:["git_diff","lint_check","shell_exec"],timestamp:"2026-03-11T20:53:34Z",completed_at:"2026-03-11T20:53:45Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_045_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_045",callback_verified:!0,confidence:.89,metadata:{source:"demo",batch_id:"batch_018"}},{receipt_id:"rcpt_demo_046",parent_receipt_id:null,chain_id:"chain_demo_10",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"draft_email",input_hash:"sha256:001150a0dbd24063",output_hash:null,output_summary:null,model:"claude-haiku-4-5-20251001",tokens_in:null,tokens_out:null,cost_usd:null,latency_ms:null,tool_calls:null,timestamp:"2026-03-11T22:00:42Z",completed_at:null,status:"pending",error:null,environment:"production",tags:["internal","low-priority"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_046_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_046",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_047",parent_receipt_id:null,chain_id:"chain_demo_s_047",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"run_tests",input_hash:"sha256:000f87c4e606f52c",output_hash:null,output_summary:null,model:"gpt-4o",tokens_in:1380,tokens_out:228,cost_usd:.0257,latency_ms:978,tool_calls:["git_diff","file_write"],timestamp:"2026-03-12T09:47:35Z",completed_at:"2026-03-12T09:47:35Z",status:"failed",error:{code:"TIMEOUT",message:"Operation exceeded maximum allowed time"},environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_047_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_047",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_048",parent_receipt_id:null,chain_id:"chain_demo_s_048",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"deploy_service",input_hash:"sha256:00222a2a3ae91348",output_hash:"sha256:001586ce348aa092",output_summary:"Deployed service to production environment",model:"gpt-4o-mini",tokens_in:3425,tokens_out:316,cost_usd:.045,latency_ms:6905,tool_calls:["file_write","shell_exec","api_call"],timestamp:"2026-03-12T09:56:08Z",completed_at:"2026-03-12T09:56:14Z",status:"completed",error:null,environment:"production",tags:["production","user-facing"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_048_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_048",callback_verified:null,confidence:.85,metadata:{}},{receipt_id:"rcpt_demo_049",parent_receipt_id:null,chain_id:"chain_demo_s_049",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"code_review",input_hash:"sha256:000704057dad812f",output_hash:"sha256:001e9acafe67920e",output_summary:"Reviewed code changes and identified potential improvements",model:"claude-sonnet-4-20250514",tokens_in:733,tokens_out:1394,cost_usd:.0391,latency_ms:4285,tool_calls:["file_write","db_query","code_exec"],timestamp:"2026-03-12T10:17:18Z",completed_at:"2026-03-12T10:17:22Z",status:"completed",error:null,environment:"production",tags:["canary","experiment","production"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_049_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_049",callback_verified:null,confidence:.86,metadata:{source:"demo",batch_id:"batch_009"}},{receipt_id:"rcpt_demo_050",parent_receipt_id:"rcpt_demo_048",chain_id:"chain_demo_s_050",receipt_type:"judgment",agent_id:"agent-delta",org_id:"demo-org",action:"judge",input_hash:"sha256:000ec913fbc53fb9",output_hash:"sha256:00095b91a656a620",output_summary:"Evaluated action receipt against quality rubric",model:"claude-haiku-4-5-20251001",tokens_in:2978,tokens_out:1611,cost_usd:.0254,latency_ms:5277,tool_calls:["test_runner","shell_exec"],timestamp:"2026-03-12T14:07:56Z",completed_at:"2026-03-12T14:08:01Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_050_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_050",callback_verified:null,confidence:.9,metadata:{judgment:{verdict:"pass",score:.97,criteria_results:[{criterion:"accuracy",score:.64,passed:!0},{criterion:"completeness",score:.77,passed:!0},{criterion:"safety",score:.88,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_048 meets quality standards with a score of 0.97.",rubric_version:"1.0"},rubric_hash:"sha256:demo_rubric_hash"}},{receipt_id:"rcpt_demo_051",parent_receipt_id:null,chain_id:"chain_demo_s_051",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"analyze_data",input_hash:"sha256:0021ad816ba532f0",output_hash:"sha256:0016a1c236144fae",output_summary:"Analyzed dataset and produced statistical summary",model:"gpt-4o",tokens_in:1615,tokens_out:688,cost_usd:.058,latency_ms:3378,tool_calls:["file_read"],timestamp:"2026-03-13T12:43:40Z",completed_at:"2026-03-13T12:43:43Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_051_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_051",callback_verified:null,confidence:.91,metadata:{}},{receipt_id:"rcpt_demo_052",parent_receipt_id:null,chain_id:"chain_demo_s_052",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"summarize_text",input_hash:"sha256:0010ce7d15f04ec7",output_hash:"sha256:000a736eeab4c32d",output_summary:"Produced concise summary of input document",model:"gpt-4o-mini",tokens_in:2811,tokens_out:918,cost_usd:.0394,latency_ms:8059,tool_calls:["api_call"],timestamp:"2026-03-13T12:45:21Z",completed_at:"2026-03-13T12:45:29Z",status:"completed",error:null,environment:"production",tags:["canary","low-priority"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_052_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_052",callback_verified:null,confidence:.83,metadata:{}},{receipt_id:"rcpt_demo_053",parent_receipt_id:null,chain_id:"chain_demo_s_053",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"translate",input_hash:"sha256:000a4fec96c74261",output_hash:"sha256:0007f1b9693784c0",output_summary:"Translated content to target language successfully",model:"claude-sonnet-4-20250514",tokens_in:324,tokens_out:65,cost_usd:.0171,latency_ms:10619,tool_calls:["db_query","api_call","file_write"],timestamp:"2026-03-13T14:32:31Z",completed_at:"2026-03-13T14:32:41Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_053_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_053",callback_verified:null,confidence:.9,metadata:{}},{receipt_id:"rcpt_demo_054",parent_receipt_id:null,chain_id:"chain_demo_s_054",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"classify_intent",input_hash:"sha256:000ee2d57329a2b6",output_hash:"sha256:0010424cb73a0a23",output_summary:"Classified user intent with high confidence",model:"claude-haiku-4-5-20251001",tokens_in:2149,tokens_out:1194,cost_usd:.0668,latency_ms:4570,tool_calls:["shell_exec"],timestamp:"2026-03-13T14:57:58Z",completed_at:"2026-03-13T14:58:02Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_054_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_054",callback_verified:null,confidence:.96,metadata:{source:"demo",batch_id:"batch_019"}},{receipt_id:"rcpt_demo_055",parent_receipt_id:null,chain_id:"chain_demo_s_055",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"extract_entities",input_hash:"sha256:001a41b60c4ec209",output_hash:null,output_summary:null,model:"gpt-4o",tokens_in:null,tokens_out:null,cost_usd:null,latency_ms:null,tool_calls:null,timestamp:"2026-03-14T07:00:21Z",completed_at:null,status:"pending",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_tokens",value:1085}]},constraint_result:{passed:!1,results:[{type:"max_tokens",passed:!1,expected:1085,actual:1381}],evaluated_at:"2026-03-14T07:00:24Z"},signature:"ed25519:DEMO_rcpt_demo_055_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_055",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_020"}},{receipt_id:"rcpt_demo_056",parent_receipt_id:null,chain_id:"chain_demo_s_056",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"search_docs",input_hash:"sha256:00118708bb562e12",output_hash:"sha256:0006f0ba7cf6a081",output_summary:"Found relevant documentation matches",model:"gpt-4o-mini",tokens_in:3507,tokens_out:1462,cost_usd:.0737,latency_ms:8338,tool_calls:["shell_exec","test_runner"],timestamp:"2026-03-14T07:05:40Z",completed_at:"2026-03-14T07:05:48Z",status:"completed",error:null,environment:"production",tags:["user-facing","internal"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_056_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_056",callback_verified:null,confidence:.73,metadata:{source:"demo",batch_id:"batch_003"}},{receipt_id:"rcpt_demo_057",parent_receipt_id:null,chain_id:"chain_demo_s_057",receipt_type:"action",agent_id:"agent-delta",org_id:"demo-org",action:"validate_input",input_hash:"sha256:000ebb946b7d64ad",output_hash:"sha256:001ad42efea82c09",output_summary:"Validated input against schema requirements",model:"claude-sonnet-4-20250514",tokens_in:2273,tokens_out:1094,cost_usd:.0163,latency_ms:2668,tool_calls:["code_exec","file_write"],timestamp:"2026-03-14T10:40:16Z",completed_at:"2026-03-14T10:40:18Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_cost_usd",value:.08}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.08,actual:.08}],evaluated_at:"2026-03-14T10:40:19Z"},signature:"ed25519:DEMO_rcpt_demo_057_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_057",callback_verified:null,confidence:.72,metadata:{source:"demo",batch_id:"batch_016"}},{receipt_id:"rcpt_demo_058",parent_receipt_id:null,chain_id:"chain_demo_s_058",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"draft_email",input_hash:"sha256:001fc73c915bdf87",output_hash:null,output_summary:null,model:"claude-haiku-4-5-20251001",tokens_in:3212,tokens_out:306,cost_usd:.0365,latency_ms:4818,tool_calls:["api_call","web_search","git_diff"],timestamp:"2026-03-14T19:53:17Z",completed_at:"2026-03-14T19:53:21Z",status:"failed",error:{code:"MODEL_ERROR",message:"Model returned malformed response"},environment:"production",tags:null,constraints:{definitions:[{type:"min_confidence",value:.9}]},constraint_result:{passed:!1,results:[{type:"min_confidence",passed:!1,expected:.9,actual:.88}],evaluated_at:"2026-03-14T19:53:23Z"},signature:"ed25519:DEMO_rcpt_demo_058_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_058",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_010"}},{receipt_id:"rcpt_demo_059",parent_receipt_id:null,chain_id:"chain_demo_s_059",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"run_tests",input_hash:"sha256:00182e99b86b2492",output_hash:"sha256:0022d4198205fd7e",output_summary:"Executed test suite and collected results",model:"gpt-4o",tokens_in:333,tokens_out:805,cost_usd:.0667,latency_ms:1416,tool_calls:["test_runner"],timestamp:"2026-03-15T09:04:56Z",completed_at:"2026-03-15T09:04:57Z",status:"completed",error:null,environment:"production",tags:["low-priority","experiment"],constraints:{definitions:[{type:"max_latency_ms",value:6684}]},constraint_result:{passed:!1,results:[{type:"max_latency_ms",passed:!1,expected:6684,actual:8202}],evaluated_at:"2026-03-15T09:05:06Z"},signature:"ed25519:DEMO_rcpt_demo_059_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_059",callback_verified:!0,confidence:.97,metadata:{source:"demo",batch_id:"batch_011"}},{receipt_id:"rcpt_demo_060",parent_receipt_id:"rcpt_demo_058",chain_id:"chain_demo_s_060",receipt_type:"judgment",agent_id:"agent-gamma",org_id:"demo-org",action:"judge",input_hash:"sha256:0020532474620558",output_hash:"sha256:000e8af07b24d9dd",output_summary:"Evaluated action receipt against quality rubric",model:"gpt-4o-mini",tokens_in:717,tokens_out:176,cost_usd:.0366,latency_ms:9014,tool_calls:["lint_check"],timestamp:"2026-03-15T10:34:02Z",completed_at:"2026-03-15T10:34:11Z",status:"completed",error:null,environment:"production",tags:["realtime"],constraints:{definitions:[{type:"max_tokens",value:3146}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:3146,actual:2888}],evaluated_at:"2026-03-15T10:34:05Z"},signature:"ed25519:DEMO_rcpt_demo_060_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_060",callback_verified:!0,confidence:.89,metadata:{judgment:{verdict:"pass",score:.74,criteria_results:[{criterion:"accuracy",score:.97,passed:!0},{criterion:"completeness",score:.69,passed:!0},{criterion:"safety",score:.95,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_058 meets quality standards with a score of 0.74.",rubric_version:"1.0"},rubric_hash:"sha256:demo_rubric_hash"}},{receipt_id:"rcpt_demo_061",parent_receipt_id:null,chain_id:"chain_demo_s_061",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"code_review",input_hash:"sha256:000e1a51b5a61974",output_hash:"sha256:00156853bcf80aa3",output_summary:"Reviewed code changes and identified potential improvements",model:"claude-sonnet-4-20250514",tokens_in:3332,tokens_out:1342,cost_usd:.0521,latency_ms:1657,tool_calls:["db_query","test_runner","web_search","git_diff"],timestamp:"2026-03-15T11:47:28Z",completed_at:"2026-03-15T11:47:29Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"min_confidence",value:.78}]},constraint_result:{passed:!0,results:[{type:"min_confidence",passed:!0,expected:.78,actual:.8}],evaluated_at:"2026-03-15T11:47:35Z"},signature:"ed25519:DEMO_rcpt_demo_061_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_061",callback_verified:!0,confidence:.88,metadata:{}},{receipt_id:"rcpt_demo_062",parent_receipt_id:null,chain_id:"chain_demo_s_062",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"generate_code",input_hash:"sha256:000e10606f70dbbe",output_hash:"sha256:0007a46174f360c1",output_summary:"Generated implementation based on specifications",model:"claude-haiku-4-5-20251001",tokens_in:1368,tokens_out:1194,cost_usd:.0308,latency_ms:2188,tool_calls:["shell_exec"],timestamp:"2026-03-15T19:35:00Z",completed_at:"2026-03-15T19:35:02Z",status:"completed",error:null,environment:"production",tags:["internal"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_062_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_062",callback_verified:!0,confidence:.76,metadata:{source:"demo",batch_id:"batch_011"}},{receipt_id:"rcpt_demo_063",parent_receipt_id:null,chain_id:"chain_demo_s_063",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"analyze_data",input_hash:"sha256:000605a0cc70fcbc",output_hash:"sha256:001e930cf07f87ec",output_summary:"Analyzed dataset and produced statistical summary",model:"gpt-4o",tokens_in:886,tokens_out:513,cost_usd:.08,latency_ms:8767,tool_calls:["lint_check"],timestamp:"2026-03-16T07:19:23Z",completed_at:"2026-03-16T07:19:31Z",status:"completed",error:null,environment:"production",tags:["experiment","production","internal"],constraints:{definitions:[{type:"max_cost_usd",value:.06}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.06,actual:.04}],evaluated_at:"2026-03-16T07:19:26Z"},signature:"ed25519:DEMO_rcpt_demo_063_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_063",callback_verified:!0,confidence:.95,metadata:{source:"demo",batch_id:"batch_020"}},{receipt_id:"rcpt_demo_064",parent_receipt_id:null,chain_id:"chain_demo_s_064",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"summarize_text",input_hash:"sha256:00193242020939e9",output_hash:null,output_summary:null,model:"gpt-4o-mini",tokens_in:3053,tokens_out:234,cost_usd:.0045,latency_ms:1556,tool_calls:["git_diff","db_query"],timestamp:"2026-03-16T07:57:22Z",completed_at:"2026-03-16T07:57:23Z",status:"failed",error:{code:"RATE_LIMIT",message:"API rate limit exceeded, retry after cooldown"},environment:"production",tags:["realtime","experiment"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_064_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_064",callback_verified:!1,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_065",parent_receipt_id:null,chain_id:"chain_demo_s_065",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"translate",input_hash:"sha256:0021dc62526c0417",output_hash:"sha256:00230e0636cd8158",output_summary:"Translated content to target language successfully",model:"claude-sonnet-4-20250514",tokens_in:3802,tokens_out:1760,cost_usd:.0163,latency_ms:8484,tool_calls:["git_diff","db_query","shell_exec","lint_check"],timestamp:"2026-03-16T10:27:08Z",completed_at:"2026-03-16T10:27:16Z",status:"completed",error:null,environment:"production",tags:["realtime"],constraints:{definitions:[{type:"max_cost_usd",value:.09}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.09,actual:.05}],evaluated_at:"2026-03-16T10:27:16Z"},signature:"ed25519:DEMO_rcpt_demo_065_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_065",callback_verified:!0,confidence:.92,metadata:{source:"demo",batch_id:"batch_018"}},{receipt_id:"rcpt_demo_066",parent_receipt_id:null,chain_id:"chain_demo_s_066",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"classify_intent",input_hash:"sha256:0008aec668221fea",output_hash:null,output_summary:null,model:"claude-haiku-4-5-20251001",tokens_in:3586,tokens_out:73,cost_usd:.0235,latency_ms:4426,tool_calls:["git_diff","lint_check","web_search"],timestamp:"2026-03-16T17:37:35Z",completed_at:"2026-03-16T17:37:39Z",status:"failed",error:{code:"MODEL_ERROR",message:"Model returned malformed response"},environment:"production",tags:["realtime"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_066_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_066",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_001"}},{receipt_id:"rcpt_demo_067",parent_receipt_id:null,chain_id:"chain_demo_s_067",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"extract_entities",input_hash:"sha256:00062a02a35fb6a3",output_hash:"sha256:000abcea04c0c6ef",output_summary:"Extracted named entities from input text",model:"gpt-4o",tokens_in:2156,tokens_out:815,cost_usd:.0196,latency_ms:7295,tool_calls:["api_call"],timestamp:"2026-03-17T09:22:49Z",completed_at:"2026-03-17T09:22:56Z",status:"completed",error:null,environment:"production",tags:["internal","batch","experiment"],constraints:{definitions:[{type:"max_tokens",value:3851}]},constraint_result:{passed:!1,results:[{type:"max_tokens",passed:!1,expected:3851,actual:4485}],evaluated_at:"2026-03-17T09:22:57Z"},signature:"ed25519:DEMO_rcpt_demo_067_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_067",callback_verified:null,confidence:.66,metadata:{}},{receipt_id:"rcpt_demo_068",parent_receipt_id:null,chain_id:"chain_demo_s_068",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"search_docs",input_hash:"sha256:00151d4bcb0d6af9",output_hash:"sha256:001ad300957925d1",output_summary:"Found relevant documentation matches",model:"gpt-4o-mini",tokens_in:177,tokens_out:574,cost_usd:.018,latency_ms:2098,tool_calls:["file_write","db_query","code_exec","web_search"],timestamp:"2026-03-17T10:59:59Z",completed_at:"2026-03-17T11:00:01Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_tokens",value:1257}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:1257,actual:739}],evaluated_at:"2026-03-17T11:00:07Z"},signature:"ed25519:DEMO_rcpt_demo_068_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_068",callback_verified:!0,confidence:.73,metadata:{source:"demo",batch_id:"batch_001"}},{receipt_id:"rcpt_demo_069",parent_receipt_id:null,chain_id:"chain_demo_s_069",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"validate_input",input_hash:"sha256:00039a4f12a919a1",output_hash:null,output_summary:null,model:"claude-sonnet-4-20250514",tokens_in:1090,tokens_out:377,cost_usd:.0123,latency_ms:4910,tool_calls:["code_exec","shell_exec","web_search"],timestamp:"2026-03-17T12:43:15Z",completed_at:"2026-03-17T12:43:19Z",status:"failed",error:{code:"INVALID_INPUT",message:"Input validation failed: missing required field"},environment:"production",tags:["experiment"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_069_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_069",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_070",parent_receipt_id:"rcpt_demo_068",chain_id:"chain_demo_s_070",receipt_type:"judgment",agent_id:"agent-alpha",org_id:"demo-org",action:"judge",input_hash:"sha256:001f7fd308bb469d",output_hash:"sha256:0004f2211d2145d0",output_summary:"Evaluated action receipt against quality rubric",model:"claude-haiku-4-5-20251001",tokens_in:3321,tokens_out:1089,cost_usd:.0448,latency_ms:9112,tool_calls:["api_call","db_query","file_read","web_search"],timestamp:"2026-03-17T19:39:47Z",completed_at:"2026-03-17T19:39:56Z",status:"completed",error:null,environment:"production",tags:["realtime","critical"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_070_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_070",callback_verified:!0,confidence:.91,metadata:{judgment:{verdict:"pass",score:.88,criteria_results:[{criterion:"accuracy",score:.73,passed:!0},{criterion:"completeness",score:.52,passed:!0},{criterion:"safety",score:.91,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_068 meets quality standards with a score of 0.88.",rubric_version:"1.0"},rubric_hash:"sha256:demo_rubric_hash"}},{receipt_id:"rcpt_demo_071",parent_receipt_id:null,chain_id:"chain_demo_s_071",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"run_tests",input_hash:"sha256:0019ce1f9fdd7757",output_hash:null,output_summary:null,model:"gpt-4o",tokens_in:3501,tokens_out:408,cost_usd:.0551,latency_ms:1634,tool_calls:["web_search","test_runner","file_write","api_call"],timestamp:"2026-03-18T06:11:47Z",completed_at:"2026-03-18T06:11:48Z",status:"failed",error:{code:"RATE_LIMIT",message:"API rate limit exceeded, retry after cooldown"},environment:"production",tags:["production","user-facing"],constraints:{definitions:[{type:"max_latency_ms",value:4634}]},constraint_result:{passed:!1,results:[{type:"max_latency_ms",passed:!1,expected:4634,actual:5600}],evaluated_at:"2026-03-18T06:11:53Z"},signature:"ed25519:DEMO_rcpt_demo_071_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_071",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_017"}},{receipt_id:"rcpt_demo_072",parent_receipt_id:null,chain_id:"chain_demo_s_072",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"deploy_service",input_hash:"sha256:0009ab034a61c57f",output_hash:"sha256:000ef9d3ee05104d",output_summary:"Deployed service to production environment",model:"gpt-4o-mini",tokens_in:2039,tokens_out:568,cost_usd:.0039,latency_ms:9697,tool_calls:["api_call"],timestamp:"2026-03-18T11:56:26Z",completed_at:"2026-03-18T11:56:35Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_tokens",value:4643}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:4643,actual:3807}],evaluated_at:"2026-03-18T11:56:34Z"},signature:"ed25519:DEMO_rcpt_demo_072_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_072",callback_verified:null,confidence:.92,metadata:{source:"demo",batch_id:"batch_013"}},{receipt_id:"rcpt_demo_073",parent_receipt_id:null,chain_id:"chain_demo_s_073",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"code_review",input_hash:"sha256:00136e63d499c0c0",output_hash:null,output_summary:null,model:"claude-sonnet-4-20250514",tokens_in:null,tokens_out:null,cost_usd:null,latency_ms:null,tool_calls:null,timestamp:"2026-03-18T13:55:10Z",completed_at:null,status:"pending",error:null,environment:"production",tags:["user-facing","critical","high-priority"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_073_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_073",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_074",parent_receipt_id:null,chain_id:"chain_demo_s_074",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"generate_code",input_hash:"sha256:0006d5f9f7016993",output_hash:"sha256:000e0bcfb945e570",output_summary:"Generated implementation based on specifications",model:"claude-haiku-4-5-20251001",tokens_in:3468,tokens_out:419,cost_usd:.0441,latency_ms:10670,tool_calls:["db_query","git_diff","shell_exec"],timestamp:"2026-03-18T16:50:59Z",completed_at:"2026-03-18T16:51:09Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_074_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_074",callback_verified:!0,confidence:.8,metadata:{}},{receipt_id:"rcpt_demo_075",parent_receipt_id:null,chain_id:"chain_demo_s_075",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"analyze_data",input_hash:"sha256:001ce1489fa9914b",output_hash:"sha256:0005635f97705c8a",output_summary:"Analyzed dataset and produced statistical summary",model:"gpt-4o",tokens_in:2618,tokens_out:940,cost_usd:.0227,latency_ms:6576,tool_calls:["shell_exec"],timestamp:"2026-03-19T07:54:30Z",completed_at:"2026-03-19T07:54:36Z",status:"completed",error:null,environment:"production",tags:["batch","production","canary"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_075_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_075",callback_verified:null,confidence:.94,metadata:{source:"demo",batch_id:"batch_015"}},{receipt_id:"rcpt_demo_076",parent_receipt_id:null,chain_id:"chain_demo_s_076",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"summarize_text",input_hash:"sha256:000fcdd6017c669c",output_hash:"sha256:0015b45d97d6c6dc",output_summary:"Produced concise summary of input document",model:"gpt-4o-mini",tokens_in:1066,tokens_out:1644,cost_usd:.052,latency_ms:1901,tool_calls:["test_runner"],timestamp:"2026-03-19T09:24:55Z",completed_at:"2026-03-19T09:24:56Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_076_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_076",callback_verified:null,confidence:.8,metadata:{}},{receipt_id:"rcpt_demo_077",parent_receipt_id:null,chain_id:"chain_demo_s_077",receipt_type:"action",agent_id:"agent-delta",org_id:"demo-org",action:"translate",input_hash:"sha256:000d9cf10aac0f34",output_hash:"sha256:000c78854b101cdc",output_summary:"Translated content to target language successfully",model:"claude-sonnet-4-20250514",tokens_in:2450,tokens_out:331,cost_usd:.0428,latency_ms:2059,tool_calls:["file_write","file_read"],timestamp:"2026-03-19T13:17:10Z",completed_at:"2026-03-19T13:17:12Z",status:"completed",error:null,environment:"production",tags:["experiment","high-priority"],constraints:{definitions:[{type:"max_latency_ms",value:5144}]},constraint_result:{passed:!1,results:[{type:"max_latency_ms",passed:!1,expected:5144,actual:5761}],evaluated_at:"2026-03-19T13:17:18Z"},signature:"ed25519:DEMO_rcpt_demo_077_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_077",callback_verified:!0,confidence:.96,metadata:{}},{receipt_id:"rcpt_demo_078",parent_receipt_id:null,chain_id:"chain_demo_s_078",receipt_type:"action",agent_id:"agent-delta",org_id:"demo-org",action:"classify_intent",input_hash:"sha256:001204a0b7bb931a",output_hash:"sha256:00204f78d0f9b50c",output_summary:"Classified user intent with high confidence",model:"claude-haiku-4-5-20251001",tokens_in:919,tokens_out:301,cost_usd:.0117,latency_ms:8847,tool_calls:["file_write","api_call","lint_check","git_diff"],timestamp:"2026-03-19T19:51:42Z",completed_at:"2026-03-19T19:51:50Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"min_confidence",value:.91}]},constraint_result:{passed:!0,results:[{type:"min_confidence",passed:!0,expected:.91,actual:.97}],evaluated_at:"2026-03-19T19:51:45Z"},signature:"ed25519:DEMO_rcpt_demo_078_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_078",callback_verified:null,confidence:.83,metadata:{source:"demo",batch_id:"batch_017"}},{receipt_id:"rcpt_demo_079",parent_receipt_id:null,chain_id:"chain_demo_s_079",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"extract_entities",input_hash:"sha256:000464d0233eb8c9",output_hash:"sha256:0015480a012a36f3",output_summary:"Extracted named entities from input text",model:"gpt-4o",tokens_in:3344,tokens_out:334,cost_usd:.0197,latency_ms:4092,tool_calls:["git_diff","lint_check","web_search"],timestamp:"2026-03-20T12:25:21Z",completed_at:"2026-03-20T12:25:25Z",status:"completed",error:null,environment:"production",tags:["critical"],constraints:{definitions:[{type:"max_tokens",value:3153}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:3153,actual:2612}],evaluated_at:"2026-03-20T12:25:28Z"},signature:"ed25519:DEMO_rcpt_demo_079_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_079",callback_verified:null,confidence:.76,metadata:{source:"demo",batch_id:"batch_003"}},{receipt_id:"rcpt_demo_080",parent_receipt_id:"rcpt_demo_078",chain_id:"chain_demo_s_080",receipt_type:"judgment",agent_id:"agent-alpha",org_id:"demo-org",action:"judge",input_hash:"sha256:00141bb552e21f69",output_hash:"sha256:0007a8cffcf89ee4",output_summary:"Evaluated action receipt against quality rubric",model:"gpt-4o-mini",tokens_in:2731,tokens_out:201,cost_usd:.0365,latency_ms:5994,tool_calls:["web_search","shell_exec"],timestamp:"2026-03-20T13:12:52Z",completed_at:"2026-03-20T13:12:57Z",status:"completed",error:null,environment:"production",tags:["critical"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_080_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_080",callback_verified:!0,confidence:.83,metadata:{judgment:{verdict:"pass",score:.72,criteria_results:[{criterion:"accuracy",score:.66,passed:!0},{criterion:"completeness",score:.97,passed:!0},{criterion:"safety",score:.85,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_078 meets quality standards with a score of 0.72.",rubric_version:"1.0"},rubric_hash:"sha256:demo_rubric_hash"}},{receipt_id:"rcpt_demo_081",parent_receipt_id:null,chain_id:"chain_demo_s_081",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"validate_input",input_hash:"sha256:0009d598e4ee2b7d",output_hash:"sha256:002227ed475999fa",output_summary:"Validated input against schema requirements",model:"claude-sonnet-4-20250514",tokens_in:3765,tokens_out:631,cost_usd:.0678,latency_ms:9301,tool_calls:["web_search","db_query","file_write"],timestamp:"2026-03-20T13:14:01Z",completed_at:"2026-03-20T13:14:10Z",status:"completed",error:null,environment:"production",tags:["canary"],constraints:{definitions:[{type:"max_cost_usd",value:.03}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.03,actual:.03}],evaluated_at:"2026-03-20T13:14:11Z"},signature:"ed25519:DEMO_rcpt_demo_081_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_081",callback_verified:!0,confidence:.97,metadata:{}},{receipt_id:"rcpt_demo_082",parent_receipt_id:null,chain_id:"chain_demo_s_082",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"draft_email",input_hash:"sha256:0021e7fcb069e279",output_hash:"sha256:001c39b648fccfcd",output_summary:"Drafted professional email response",model:"claude-haiku-4-5-20251001",tokens_in:3480,tokens_out:1819,cost_usd:.0032,latency_ms:1474,tool_calls:["code_exec","shell_exec","file_read"],timestamp:"2026-03-20T14:55:04Z",completed_at:"2026-03-20T14:55:05Z",status:"completed",error:null,environment:"production",tags:["experiment","user-facing","canary"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_082_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_082",callback_verified:null,confidence:.81,metadata:{source:"demo",batch_id:"batch_013"}},{receipt_id:"rcpt_demo_083",parent_receipt_id:null,chain_id:"chain_demo_s_083",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"run_tests",input_hash:"sha256:00130c7b0f2cafce",output_hash:"sha256:000a14da1bac2e78",output_summary:"Executed test suite and collected results",model:"gpt-4o",tokens_in:2920,tokens_out:172,cost_usd:.0135,latency_ms:1995,tool_calls:["test_runner","web_search","api_call"],timestamp:"2026-03-20T20:22:19Z",completed_at:"2026-03-20T20:22:20Z",status:"completed",error:null,environment:"production",tags:["internal","high-priority"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_083_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_083",callback_verified:null,confidence:.69,metadata:{}},{receipt_id:"rcpt_demo_084",parent_receipt_id:null,chain_id:"chain_demo_s_084",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"deploy_service",input_hash:"sha256:000b7c7217df396d",output_hash:"sha256:0006a692c8d70e9a",output_summary:"Deployed service to production environment",model:"gpt-4o-mini",tokens_in:1090,tokens_out:1005,cost_usd:.0107,latency_ms:6028,tool_calls:["db_query"],timestamp:"2026-03-21T14:11:37Z",completed_at:"2026-03-21T14:11:43Z",status:"completed",error:null,environment:"production",tags:["high-priority","realtime","batch"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_084_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_084",callback_verified:null,confidence:.93,metadata:{source:"demo",batch_id:"batch_011"}},{receipt_id:"rcpt_demo_085",parent_receipt_id:null,chain_id:"chain_demo_s_085",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"code_review",input_hash:"sha256:00137f48cd912a1d",output_hash:null,output_summary:null,model:"claude-sonnet-4-20250514",tokens_in:null,tokens_out:null,cost_usd:null,latency_ms:null,tool_calls:null,timestamp:"2026-03-21T14:22:41Z",completed_at:null,status:"pending",error:null,environment:"production",tags:["low-priority","production"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_085_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_085",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_086",parent_receipt_id:null,chain_id:"chain_demo_s_086",receipt_type:"action",agent_id:"agent-delta",org_id:"demo-org",action:"generate_code",input_hash:"sha256:0016383fdbda3466",output_hash:"sha256:00051c19ff1dd539",output_summary:"Generated implementation based on specifications",model:"claude-haiku-4-5-20251001",tokens_in:2170,tokens_out:986,cost_usd:.0774,latency_ms:7242,tool_calls:["db_query"],timestamp:"2026-03-21T16:01:07Z",completed_at:"2026-03-21T16:01:14Z",status:"completed",error:null,environment:"production",tags:["low-priority","user-facing","production"],constraints:{definitions:[{type:"max_tokens",value:1548}]},constraint_result:{passed:!1,results:[{type:"max_tokens",passed:!1,expected:1548,actual:1866}],evaluated_at:"2026-03-21T16:01:13Z"},signature:"ed25519:DEMO_rcpt_demo_086_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_086",callback_verified:null,confidence:.94,metadata:{source:"demo",batch_id:"batch_012"}},{receipt_id:"rcpt_demo_087",parent_receipt_id:null,chain_id:"chain_demo_s_087",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"analyze_data",input_hash:"sha256:000cc9b832668495",output_hash:"sha256:000fea76b7997a06",output_summary:"Analyzed dataset and produced statistical summary",model:"gpt-4o",tokens_in:2435,tokens_out:1200,cost_usd:.0164,latency_ms:1638,tool_calls:["lint_check","db_query","file_write","git_diff"],timestamp:"2026-03-21T22:25:43Z",completed_at:"2026-03-21T22:25:44Z",status:"completed",error:null,environment:"production",tags:["internal","canary"],constraints:{definitions:[{type:"min_confidence",value:.89}]},constraint_result:{passed:!1,results:[{type:"min_confidence",passed:!1,expected:.89,actual:.59}],evaluated_at:"2026-03-21T22:25:52Z"},signature:"ed25519:DEMO_rcpt_demo_087_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_087",callback_verified:null,confidence:.84,metadata:{}},{receipt_id:"rcpt_demo_088",parent_receipt_id:null,chain_id:"chain_demo_s_088",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"summarize_text",input_hash:"sha256:00142bde1e0dcbfa",output_hash:null,output_summary:null,model:"gpt-4o-mini",tokens_in:661,tokens_out:375,cost_usd:.0273,latency_ms:518,tool_calls:["web_search","lint_check","test_runner","git_diff"],timestamp:"2026-03-22T14:02:06Z",completed_at:"2026-03-22T14:02:06Z",status:"failed",error:{code:"AUTH_FAILURE",message:"Authentication token expired"},environment:"production",tags:["batch","high-priority"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_088_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_088",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_010"}},{receipt_id:"rcpt_demo_089",parent_receipt_id:null,chain_id:"chain_demo_s_089",receipt_type:"action",agent_id:"agent-delta",org_id:"demo-org",action:"translate",input_hash:"sha256:001590f85a3678ce",output_hash:"sha256:0012bfcff185931d",output_summary:"Translated content to target language successfully",model:"claude-sonnet-4-20250514",tokens_in:3492,tokens_out:1093,cost_usd:.0431,latency_ms:9111,tool_calls:["api_call"],timestamp:"2026-03-22T16:27:38Z",completed_at:"2026-03-22T16:27:47Z",status:"completed",error:null,environment:"production",tags:["high-priority"],constraints:{definitions:[{type:"max_latency_ms",value:7889}]},constraint_result:{passed:!0,results:[{type:"max_latency_ms",passed:!0,expected:7889,actual:6939}],evaluated_at:"2026-03-22T16:27:48Z"},signature:"ed25519:DEMO_rcpt_demo_089_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_089",callback_verified:null,confidence:.85,metadata:{source:"demo",batch_id:"batch_002"}},{receipt_id:"rcpt_demo_090",parent_receipt_id:"rcpt_demo_088",chain_id:"chain_demo_s_090",receipt_type:"judgment",agent_id:"agent-beta",org_id:"demo-org",action:"judge",input_hash:"sha256:001e78566b131647",output_hash:"sha256:00084813061aa765",output_summary:"Evaluated action receipt against quality rubric",model:"claude-haiku-4-5-20251001",tokens_in:2247,tokens_out:1338,cost_usd:.058,latency_ms:3593,tool_calls:["file_read","file_write"],timestamp:"2026-03-22T19:22:46Z",completed_at:"2026-03-22T19:22:49Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_tokens",value:1620}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:1620,actual:1345}],evaluated_at:"2026-03-22T19:22:50Z"},signature:"ed25519:DEMO_rcpt_demo_090_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_090",callback_verified:!0,confidence:.8,metadata:{judgment:{verdict:"pass",score:.76,criteria_results:[{criterion:"accuracy",score:.91,passed:!0},{criterion:"completeness",score:.96,passed:!0},{criterion:"safety",score:.97,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_088 meets quality standards with a score of 0.76.",rubric_version:"1.0"},rubric_hash:"sha256:demo_rubric_hash"}},{receipt_id:"rcpt_demo_091",parent_receipt_id:null,chain_id:"chain_demo_s_091",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"extract_entities",input_hash:"sha256:000df44d345cc685",output_hash:null,output_summary:null,model:"gpt-4o",tokens_in:2990,tokens_out:80,cost_usd:.042,latency_ms:710,tool_calls:["lint_check","shell_exec","api_call","file_write"],timestamp:"2026-03-22T22:07:24Z",completed_at:"2026-03-22T22:07:24Z",status:"failed",error:{code:"INVALID_INPUT",message:"Input validation failed: missing required field"},environment:"production",tags:["internal","experiment","canary"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_091_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_091",callback_verified:!1,confidence:null,metadata:{source:"demo",batch_id:"batch_007"}},{receipt_id:"rcpt_demo_092",parent_receipt_id:null,chain_id:"chain_demo_s_092",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"search_docs",input_hash:"sha256:0022fc2c9dd72bb3",output_hash:"sha256:001c3af3f0f6f7c4",output_summary:"Found relevant documentation matches",model:"gpt-4o-mini",tokens_in:2385,tokens_out:661,cost_usd:.0188,latency_ms:5371,tool_calls:["code_exec","git_diff","api_call"],timestamp:"2026-03-23T08:42:58Z",completed_at:"2026-03-23T08:43:03Z",status:"completed",error:null,environment:"production",tags:["user-facing","canary","critical"],constraints:{definitions:[{type:"max_tokens",value:4669}]},constraint_result:{passed:!1,results:[{type:"max_tokens",passed:!1,expected:4669,actual:5995}],evaluated_at:"2026-03-23T08:43:04Z"},signature:"ed25519:DEMO_rcpt_demo_092_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_092",callback_verified:null,confidence:.84,metadata:{source:"demo",batch_id:"batch_005"}},{receipt_id:"rcpt_demo_093",parent_receipt_id:null,chain_id:"chain_demo_s_093",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"validate_input",input_hash:"sha256:00188b3816060f8c",output_hash:"sha256:001b77b0e66ccfed",output_summary:"Validated input against schema requirements",model:"claude-sonnet-4-20250514",tokens_in:3025,tokens_out:211,cost_usd:.0284,latency_ms:5512,tool_calls:["code_exec","test_runner","db_query","git_diff"],timestamp:"2026-03-23T12:16:02Z",completed_at:"2026-03-23T12:16:07Z",status:"completed",error:null,environment:"production",tags:["critical"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_093_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_093",callback_verified:null,confidence:.86,metadata:{source:"demo",batch_id:"batch_008"}},{receipt_id:"rcpt_demo_094",parent_receipt_id:null,chain_id:"chain_demo_s_094",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"draft_email",input_hash:"sha256:000b00e44816d5e4",output_hash:null,output_summary:null,model:"claude-haiku-4-5-20251001",tokens_in:3807,tokens_out:null,cost_usd:.043,latency_ms:null,tool_calls:["file_write"],timestamp:"2026-03-23T12:23:27Z",completed_at:null,status:"timeout",error:{code:"TIMEOUT",message:"Request timed out after 30000ms"},environment:"production",tags:["low-priority","critical","batch"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_094_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_094",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_095",parent_receipt_id:null,chain_id:"chain_demo_s_095",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"run_tests",input_hash:"sha256:0022d88a31aa67c3",output_hash:null,output_summary:null,model:"gpt-4o",tokens_in:null,tokens_out:null,cost_usd:null,latency_ms:null,tool_calls:null,timestamp:"2026-03-23T19:00:33Z",completed_at:null,status:"pending",error:null,environment:"production",tags:["low-priority","realtime"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_095_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_095",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_010"}},{receipt_id:"rcpt_demo_096",parent_receipt_id:null,chain_id:"chain_demo_s_096",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"deploy_service",input_hash:"sha256:00066a5b6991a94f",output_hash:"sha256:0015eccb4bc38cb1",output_summary:"Deployed service to production environment",model:"gpt-4o-mini",tokens_in:1269,tokens_out:1372,cost_usd:.0057,latency_ms:6062,tool_calls:["lint_check","file_read"],timestamp:"2026-03-24T09:46:57Z",completed_at:"2026-03-24T09:47:03Z",status:"completed",error:null,environment:"production",tags:["high-priority"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_096_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_096",callback_verified:!0,confidence:.95,metadata:{}},{receipt_id:"rcpt_demo_097",parent_receipt_id:null,chain_id:"chain_demo_s_097",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"code_review",input_hash:"sha256:0022574664852c7a",output_hash:"sha256:00212f9d8414f13e",output_summary:"Reviewed code changes and identified potential improvements",model:"claude-sonnet-4-20250514",tokens_in:3327,tokens_out:1064,cost_usd:.0157,latency_ms:7304,tool_calls:["file_read","test_runner","db_query"],timestamp:"2026-03-24T15:32:19Z",completed_at:"2026-03-24T15:32:26Z",status:"completed",error:null,environment:"production",tags:["internal"],constraints:{definitions:[{type:"max_tokens",value:4642}]},constraint_result:{passed:!1,results:[{type:"max_tokens",passed:!1,expected:4642,actual:5806}],evaluated_at:"2026-03-24T15:32:28Z"},signature:"ed25519:DEMO_rcpt_demo_097_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_097",callback_verified:null,confidence:.75,metadata:{}},{receipt_id:"rcpt_demo_098",parent_receipt_id:null,chain_id:"chain_demo_s_098",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"generate_code",input_hash:"sha256:000bc9024abc8735",output_hash:"sha256:000982d65cbc8cdf",output_summary:"Generated implementation based on specifications",model:"claude-haiku-4-5-20251001",tokens_in:1454,tokens_out:382,cost_usd:.0588,latency_ms:2645,tool_calls:["api_call"],timestamp:"2026-03-24T16:39:20Z",completed_at:"2026-03-24T16:39:22Z",status:"completed",error:null,environment:"production",tags:["realtime","batch","high-priority"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_098_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_098",callback_verified:null,confidence:.93,metadata:{source:"demo",batch_id:"batch_003"}},{receipt_id:"rcpt_demo_099",parent_receipt_id:null,chain_id:"chain_demo_s_099",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"analyze_data",input_hash:"sha256:000b7d7f9458c0b6",output_hash:"sha256:000be5d8a6861e73",output_summary:"Analyzed dataset and produced statistical summary",model:"gpt-4o",tokens_in:856,tokens_out:337,cost_usd:.0387,latency_ms:2362,tool_calls:["code_exec","git_diff","db_query","web_search"],timestamp:"2026-03-24T19:20:25Z",completed_at:"2026-03-24T19:20:27Z",status:"completed",error:null,environment:"production",tags:["canary","production","user-facing"],constraints:{definitions:[{type:"max_cost_usd",value:.02}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.02,actual:.01}],evaluated_at:"2026-03-24T19:20:30Z"},signature:"ed25519:DEMO_rcpt_demo_099_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_099",callback_verified:!0,confidence:.87,metadata:{}},{receipt_id:"rcpt_demo_100",parent_receipt_id:"rcpt_demo_098",chain_id:"chain_demo_s_100",receipt_type:"judgment",agent_id:"agent-alpha",org_id:"demo-org",action:"judge",input_hash:"sha256:000cfe719593ff05",output_hash:"sha256:0017388102dddb66",output_summary:"Evaluated action receipt against quality rubric",model:"gpt-4o-mini",tokens_in:2927,tokens_out:290,cost_usd:.0515,latency_ms:5895,tool_calls:["code_exec","web_search"],timestamp:"2026-03-25T11:39:36Z",completed_at:"2026-03-25T11:39:41Z",status:"completed",error:null,environment:"production",tags:["canary","internal"],constraints:{definitions:[{type:"max_tokens",value:4102}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:4102,actual:3814}],evaluated_at:"2026-03-25T11:39:40Z"},signature:"ed25519:DEMO_rcpt_demo_100_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_100",callback_verified:null,confidence:.79,metadata:{judgment:{verdict:"pass",score:.89,criteria_results:[{criterion:"accuracy",score:.87,passed:!0},{criterion:"completeness",score:.8,passed:!0},{criterion:"safety",score:.96,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_098 meets quality standards with a score of 0.89.",rubric_version:"1.0"},rubric_hash:"sha256:demo_rubric_hash"}},{receipt_id:"rcpt_demo_101",parent_receipt_id:null,chain_id:"chain_demo_s_101",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"translate",input_hash:"sha256:000724b53533dc8c",output_hash:"sha256:001e12cfb495e01f",output_summary:"Translated content to target language successfully",model:"claude-sonnet-4-20250514",tokens_in:2982,tokens_out:790,cost_usd:.0072,latency_ms:9453,tool_calls:["test_runner","lint_check"],timestamp:"2026-03-25T12:26:42Z",completed_at:"2026-03-25T12:26:51Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_101_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_101",callback_verified:!0,confidence:.76,metadata:{source:"demo",batch_id:"batch_004"}},{receipt_id:"rcpt_demo_102",parent_receipt_id:null,chain_id:"chain_demo_s_102",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"classify_intent",input_hash:"sha256:001636a45c4e6f8d",output_hash:null,output_summary:null,model:"claude-haiku-4-5-20251001",tokens_in:null,tokens_out:null,cost_usd:null,latency_ms:null,tool_calls:null,timestamp:"2026-03-25T15:35:08Z",completed_at:null,status:"pending",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_tokens",value:4312}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:4312,actual:2347}],evaluated_at:"2026-03-25T15:35:11Z"},signature:"ed25519:DEMO_rcpt_demo_102_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_102",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_015"}},{receipt_id:"rcpt_demo_103",parent_receipt_id:null,chain_id:"chain_demo_s_103",receipt_type:"action",agent_id:"agent-delta",org_id:"demo-org",action:"extract_entities",input_hash:"sha256:000d6a0573588136",output_hash:"sha256:00043fd65def623f",output_summary:"Extracted named entities from input text",model:"gpt-4o",tokens_in:336,tokens_out:1194,cost_usd:.0375,latency_ms:10039,tool_calls:["db_query","file_read","code_exec","test_runner"],timestamp:"2026-03-25T18:43:47Z",completed_at:"2026-03-25T18:43:57Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_latency_ms",value:7433}]},constraint_result:{passed:!1,results:[{type:"max_latency_ms",passed:!1,expected:7433,actual:9627}],evaluated_at:"2026-03-25T18:43:49Z"},signature:"ed25519:DEMO_rcpt_demo_103_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_103",callback_verified:null,confidence:.79,metadata:{source:"demo",batch_id:"batch_016"}},{receipt_id:"rcpt_demo_104",parent_receipt_id:null,chain_id:"chain_demo_s_104",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"search_docs",input_hash:"sha256:0022dc0049017b7a",output_hash:"sha256:0018388d5f79377d",output_summary:"Found relevant documentation matches",model:"gpt-4o-mini",tokens_in:837,tokens_out:1624,cost_usd:.0117,latency_ms:7498,tool_calls:["api_call","shell_exec","git_diff","lint_check"],timestamp:"2026-03-26T06:19:18Z",completed_at:"2026-03-26T06:19:25Z",status:"completed",error:null,environment:"production",tags:["high-priority","critical"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_104_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_104",callback_verified:null,confidence:.88,metadata:{source:"demo",batch_id:"batch_018"}},{receipt_id:"rcpt_demo_105",parent_receipt_id:null,chain_id:"chain_demo_s_105",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"validate_input",input_hash:"sha256:001479c60965fd88",output_hash:"sha256:001ad81bc5605180",output_summary:"Validated input against schema requirements",model:"claude-sonnet-4-20250514",tokens_in:585,tokens_out:415,cost_usd:.0794,latency_ms:6497,tool_calls:["file_read","test_runner"],timestamp:"2026-03-26T12:27:50Z",completed_at:"2026-03-26T12:27:56Z",status:"completed",error:null,environment:"production",tags:["experiment","high-priority"],constraints:{definitions:[{type:"max_cost_usd",value:.03}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.03,actual:.02}],evaluated_at:"2026-03-26T12:27:55Z"},signature:"ed25519:DEMO_rcpt_demo_105_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_105",callback_verified:!0,confidence:.83,metadata:{}},{receipt_id:"rcpt_demo_106",parent_receipt_id:null,chain_id:"chain_demo_s_106",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"draft_email",input_hash:"sha256:001c110142321b62",output_hash:"sha256:001fd53a9473c9e9",output_summary:"Drafted professional email response",model:"claude-haiku-4-5-20251001",tokens_in:231,tokens_out:1707,cost_usd:.0532,latency_ms:2648,tool_calls:["code_exec"],timestamp:"2026-03-26T15:25:35Z",completed_at:"2026-03-26T15:25:37Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"max_latency_ms",value:6657}]},constraint_result:{passed:!0,results:[{type:"max_latency_ms",passed:!0,expected:6657,actual:6512}],evaluated_at:"2026-03-26T15:25:36Z"},signature:"ed25519:DEMO_rcpt_demo_106_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_106",callback_verified:null,confidence:.68,metadata:{}},{receipt_id:"rcpt_demo_107",parent_receipt_id:null,chain_id:"chain_demo_s_107",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"run_tests",input_hash:"sha256:001c630281e3ecd1",output_hash:"sha256:0008097bb3399dd7",output_summary:"Executed test suite and collected results",model:"gpt-4o",tokens_in:1059,tokens_out:1155,cost_usd:.0182,latency_ms:7991,tool_calls:["code_exec","api_call","lint_check"],timestamp:"2026-03-26T16:29:28Z",completed_at:"2026-03-26T16:29:35Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_107_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_107",callback_verified:null,confidence:.95,metadata:{source:"demo",batch_id:"batch_017"}},{receipt_id:"rcpt_demo_108",parent_receipt_id:null,chain_id:"chain_demo_s_108",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"deploy_service",input_hash:"sha256:001fb41c3c3dff10",output_hash:null,output_summary:null,model:"gpt-4o-mini",tokens_in:1227,tokens_out:41,cost_usd:.045,latency_ms:2661,tool_calls:["shell_exec","lint_check"],timestamp:"2026-03-27T11:42:05Z",completed_at:"2026-03-27T11:42:07Z",status:"failed",error:{code:"INVALID_INPUT",message:"Input validation failed: missing required field"},environment:"production",tags:["high-priority","experiment"],constraints:{definitions:[{type:"max_tokens",value:2672}]},constraint_result:{passed:!0,results:[{type:"max_tokens",passed:!0,expected:2672,actual:1654}],evaluated_at:"2026-03-27T11:42:12Z"},signature:"ed25519:DEMO_rcpt_demo_108_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_108",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_109",parent_receipt_id:null,chain_id:"chain_demo_s_109",receipt_type:"action",agent_id:"agent-delta",org_id:"demo-org",action:"code_review",input_hash:"sha256:001ebb4be276974e",output_hash:null,output_summary:null,model:"claude-sonnet-4-20250514",tokens_in:null,tokens_out:null,cost_usd:null,latency_ms:null,tool_calls:null,timestamp:"2026-03-27T15:32:42Z",completed_at:null,status:"pending",error:null,environment:"production",tags:["batch","low-priority","production"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_109_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_109",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_014"}},{receipt_id:"rcpt_demo_110",parent_receipt_id:"rcpt_demo_108",chain_id:"chain_demo_s_110",receipt_type:"judgment",agent_id:"agent-gamma",org_id:"demo-org",action:"judge",input_hash:"sha256:000a0f3ae60de506",output_hash:"sha256:00183f4ef9529d84",output_summary:"Evaluated action receipt against quality rubric",model:"claude-haiku-4-5-20251001",tokens_in:2270,tokens_out:324,cost_usd:.0317,latency_ms:9930,tool_calls:["git_diff"],timestamp:"2026-03-27T20:43:13Z",completed_at:"2026-03-27T20:43:22Z",status:"completed",error:null,environment:"production",tags:["experiment"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_110_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_110",callback_verified:!0,confidence:.9,metadata:{judgment:{verdict:"fail",score:.67,criteria_results:[{criterion:"accuracy",score:.71,passed:!0},{criterion:"completeness",score:.84,passed:!0},{criterion:"safety",score:.92,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_108 meets quality standards with a score of 0.67.",rubric_version:"1.0"},rubric_hash:"sha256:demo_rubric_hash"}},{receipt_id:"rcpt_demo_111",parent_receipt_id:null,chain_id:"chain_demo_s_111",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"analyze_data",input_hash:"sha256:00156f9950aaae7d",output_hash:"sha256:0012e4b0dc54e510",output_summary:"Analyzed dataset and produced statistical summary",model:"gpt-4o",tokens_in:3395,tokens_out:1609,cost_usd:.0474,latency_ms:3882,tool_calls:["api_call","db_query"],timestamp:"2026-03-27T22:30:50Z",completed_at:"2026-03-27T22:30:53Z",status:"completed",error:null,environment:"production",tags:["realtime"],constraints:{definitions:[{type:"max_latency_ms",value:6923}]},constraint_result:{passed:!1,results:[{type:"max_latency_ms",passed:!1,expected:6923,actual:8526}],evaluated_at:"2026-03-27T22:31:00Z"},signature:"ed25519:DEMO_rcpt_demo_111_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_111",callback_verified:!0,confidence:.97,metadata:{source:"demo",batch_id:"batch_013"}},{receipt_id:"rcpt_demo_112",parent_receipt_id:null,chain_id:"chain_demo_s_112",receipt_type:"action",agent_id:"agent-delta",org_id:"demo-org",action:"summarize_text",input_hash:"sha256:0014a1281c22b0b5",output_hash:null,output_summary:null,model:"gpt-4o-mini",tokens_in:1417,tokens_out:407,cost_usd:.0234,latency_ms:4722,tool_calls:["db_query","test_runner","api_call"],timestamp:"2026-03-28T10:01:02Z",completed_at:"2026-03-28T10:01:06Z",status:"failed",error:{code:"MODEL_ERROR",message:"Model returned malformed response"},environment:"production",tags:["low-priority","critical"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_112_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_112",callback_verified:!1,confidence:null,metadata:{source:"demo",batch_id:"batch_011"}},{receipt_id:"rcpt_demo_113",parent_receipt_id:null,chain_id:"chain_demo_s_113",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"translate",input_hash:"sha256:000aa22c81fb2a18",output_hash:"sha256:000838e56289374b",output_summary:"Translated content to target language successfully",model:"claude-sonnet-4-20250514",tokens_in:1381,tokens_out:897,cost_usd:.0046,latency_ms:6873,tool_calls:["db_query"],timestamp:"2026-03-28T13:43:19Z",completed_at:"2026-03-28T13:43:25Z",status:"completed",error:null,environment:"production",tags:["canary","high-priority","user-facing"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_113_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_113",callback_verified:null,confidence:.7,metadata:{}},{receipt_id:"rcpt_demo_114",parent_receipt_id:null,chain_id:"chain_demo_s_114",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"classify_intent",input_hash:"sha256:000e5ad254189b94",output_hash:"sha256:001bfaf1e6a6aa89",output_summary:"Classified user intent with high confidence",model:"claude-haiku-4-5-20251001",tokens_in:2145,tokens_out:1177,cost_usd:.0527,latency_ms:4826,tool_calls:["git_diff","test_runner","web_search","api_call"],timestamp:"2026-03-28T13:51:12Z",completed_at:"2026-03-28T13:51:16Z",status:"completed",error:null,environment:"production",tags:["batch"],constraints:{definitions:[{type:"max_tokens",value:1753}]},constraint_result:{passed:!1,results:[{type:"max_tokens",passed:!1,expected:1753,actual:2162}],evaluated_at:"2026-03-28T13:51:21Z"},signature:"ed25519:DEMO_rcpt_demo_114_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_114",callback_verified:null,confidence:.89,metadata:{source:"demo",batch_id:"batch_002"}},{receipt_id:"rcpt_demo_115",parent_receipt_id:null,chain_id:"chain_demo_s_115",receipt_type:"verification",agent_id:"agent-alpha",org_id:"demo-org",action:"extract_entities",input_hash:"sha256:0003c1ca687235f1",output_hash:"sha256:0007f3d30e59096e",output_summary:"Extracted named entities from input text",model:"gpt-4o",tokens_in:3971,tokens_out:1725,cost_usd:.0538,latency_ms:2017,tool_calls:["file_write","web_search"],timestamp:"2026-03-28T16:05:52Z",completed_at:"2026-03-28T16:05:54Z",status:"completed",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"min_confidence",value:.72}]},constraint_result:{passed:!0,results:[{type:"min_confidence",passed:!0,expected:.72,actual:.73}],evaluated_at:"2026-03-28T16:06:02Z"},signature:"ed25519:DEMO_rcpt_demo_115_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_115",callback_verified:null,confidence:.82,metadata:{source:"demo",batch_id:"batch_016"}},{receipt_id:"rcpt_demo_116",parent_receipt_id:null,chain_id:"chain_demo_s_116",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"search_docs",input_hash:"sha256:0015348f2d0593c6",output_hash:null,output_summary:null,model:"gpt-4o-mini",tokens_in:null,tokens_out:null,cost_usd:null,latency_ms:null,tool_calls:null,timestamp:"2026-03-29T08:29:26Z",completed_at:null,status:"pending",error:null,environment:"production",tags:null,constraints:{definitions:[{type:"min_confidence",value:.83}]},constraint_result:{passed:!1,results:[{type:"min_confidence",passed:!1,expected:.83,actual:.61}],evaluated_at:"2026-03-29T08:29:35Z"},signature:"ed25519:DEMO_rcpt_demo_116_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_116",callback_verified:null,confidence:null,metadata:{source:"demo",batch_id:"batch_014"}},{receipt_id:"rcpt_demo_117",parent_receipt_id:null,chain_id:"chain_demo_s_117",receipt_type:"arbitration",agent_id:"agent-gamma",org_id:"demo-org",action:"validate_input",input_hash:"sha256:000b4382cae4a555",output_hash:"sha256:001762bcd5e8f592",output_summary:"Validated input against schema requirements",model:"claude-sonnet-4-20250514",tokens_in:538,tokens_out:1930,cost_usd:.0086,latency_ms:3737,tool_calls:["api_call","db_query","shell_exec"],timestamp:"2026-03-29T12:45:44Z",completed_at:"2026-03-29T12:45:47Z",status:"completed",error:null,environment:"production",tags:null,constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_117_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_117",callback_verified:null,confidence:.98,metadata:{}},{receipt_id:"rcpt_demo_118",parent_receipt_id:null,chain_id:"chain_demo_s_118",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"draft_email",input_hash:"sha256:001878e5b969cf7f",output_hash:"sha256:001f0407a2a4e4af",output_summary:"Drafted professional email response",model:"claude-haiku-4-5-20251001",tokens_in:1328,tokens_out:1450,cost_usd:.0664,latency_ms:4500,tool_calls:["file_write"],timestamp:"2026-03-29T13:30:39Z",completed_at:"2026-03-29T13:30:43Z",status:"completed",error:null,environment:"production",tags:["experiment","low-priority"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_118_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_118",callback_verified:null,confidence:.67,metadata:{}},{receipt_id:"rcpt_demo_119",parent_receipt_id:null,chain_id:"chain_demo_s_119",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"run_tests",input_hash:"sha256:0015a8fdf994a6be",output_hash:"sha256:001f01e89ef8bf69",output_summary:"Executed test suite and collected results",model:"gpt-4o",tokens_in:3562,tokens_out:938,cost_usd:.0519,latency_ms:8989,tool_calls:["lint_check"],timestamp:"2026-03-29T18:31:25Z",completed_at:"2026-03-29T18:31:33Z",status:"completed",error:null,environment:"production",tags:["realtime"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_119_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_119",callback_verified:null,confidence:.96,metadata:{source:"demo",batch_id:"batch_019"}},{receipt_id:"rcpt_demo_120",parent_receipt_id:null,chain_id:"chain_demo_s_120",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"deploy_service",input_hash:"sha256:002054a7ec8d0688",output_hash:"sha256:001595c42fca8f53",output_summary:"Deployed service to production environment",model:"gpt-4o-mini",tokens_in:3885,tokens_out:202,cost_usd:.0551,latency_ms:1562,tool_calls:["web_search"],timestamp:"2026-03-30T13:09:41Z",completed_at:"2026-03-30T13:09:42Z",status:"completed",error:null,environment:"production",tags:["production","realtime"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_120_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_120",callback_verified:!0,confidence:.85,metadata:{source:"demo",batch_id:"batch_013"}}],e={agentId:"agent-alpha",orgId:"demo-org",environment:"production",dataDir:"/demo"};class f{async list(a,b=1,c=50,d="timestamp:desc"){let e=[...this.receipts];a&&(a.agent_id&&(e=e.filter(b=>b.agent_id===a.agent_id)),a.action&&(e=e.filter(b=>b.action===a.action)),a.status&&(e=e.filter(b=>b.status===a.status)),a.environment&&(e=e.filter(b=>b.environment===a.environment)),a.receipt_type&&(e=e.filter(b=>b.receipt_type===a.receipt_type)),a.chain_id&&(e=e.filter(b=>b.chain_id===a.chain_id)),a.parent_receipt_id&&(e=e.filter(b=>b.parent_receipt_id===a.parent_receipt_id)),a.tag&&(e=e.filter(b=>b.tags?.includes(a.tag))),a.from&&(e=e.filter(b=>b.timestamp>=a.from)),a.to&&(e=e.filter(b=>b.timestamp<=a.to)));let[f,g]=d.split(":"),h="created_at"===f?"timestamp":f;e.sort((a,b)=>{let c=a[h]??"",d=b[h]??"",e=c<d?-1:+(c>d);return"asc"===g?e:-e});let i=e.length,j=Math.max(1,Math.ceil(i/c)),k=(b-1)*c;return{data:e.slice(k,k+c),pagination:{page:b,limit:c,total:i,total_pages:j,has_next:b<j,has_prev:b>1}}}async get(a){return this.receipts.find(b=>b.receipt_id===a)??null}async exists(a){return this.receipts.some(b=>b.receipt_id===a)}async getChain(a){return this.receipts.filter(b=>b.chain_id===a).sort((a,b)=>a.timestamp.localeCompare(b.timestamp))}async count(a){return a?(await this.list(a,1,1)).pagination.total:this.receipts.length}async delete(a){return!1}async cleanup(){return{deleted:0,total:this.receipts.length}}getPublicKey(){return"a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2"}getConfig(){return{...e}}async update(a){}constructor(){this.receipts=d}}let g=new f}};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--QFwgmBDt10h_GclOFqIUT--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/c89a04ca9481014a.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-acfef48110e09a0e.js"/><script src="/_next/static/chunks/8e6518bb-8ba80b673620744d.js" async=""></script><script src="/_next/static/chunks/743-1f01386e3a1c3b1c.js" async=""></script><script src="/_next/static/chunks/main-app-d3c171e7aef05d2f.js" async=""></script><script src="/_next/static/chunks/702-fda62c486b5bb5f8.js" async=""></script><script src="/_next/static/chunks/935-f80c248ba99512e2.js" async=""></script><script src="/_next/static/chunks/app/layout-53a87fc182f46ce0.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Agent Receipts — Mission Control</title><meta name="description" content="Verifiable, signed, immutable proof that an autonomous action happened."/><script>
|
|
2
2
|
try {
|
|
3
3
|
const theme = localStorage.getItem('theme')
|
|
4
4
|
if (theme === 'dark' || (!theme && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
|
|
5
5
|
document.documentElement.classList.add('dark')
|
|
6
6
|
}
|
|
7
7
|
} catch {}
|
|
8
|
-
</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-screen"><aside class="hidden md:flex flex-col bg-bg-primary border-r border-border h-screen sticky top-0 transition-all duration-200 w-56"><div class="flex items-center h-14 border-b border-border px-4"><a class="flex items-center gap-2 min-w-0" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-database w-5 h-5 text-primary shrink-0"><ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M3 5V19A9 3 0 0 0 21 19V5"></path><path d="M3 12A9 3 0 0 0 21 12"></path></svg><span class="font-semibold text-sm text-text-primary truncate">Agent Receipts</span></a></div><nav class="flex-1 py-2 overflow-y-auto"><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard w-4 h-4 shrink-0"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span>Overview</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/receipts"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-receipt w-4 h-4 shrink-0"><path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"></path><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"></path><path d="M12 17.5v-11"></path></svg><span>Receipts</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/chains"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link2 w-4 h-4 shrink-0"><path d="M9 17H7A5 5 0 0 1 7 7h2"></path><path d="M15 7h2a5 5 0 1 1 0 10h-2"></path><line x1="8" x2="16" y1="12" y2="12"></line></svg><span>Chains</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/agents"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot w-4 h-4 shrink-0"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg><span>Agents</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/constraints"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-check-big w-4 h-4 shrink-0"><path d="M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5"></path><path d="m9 11 3 3L22 4"></path></svg><span>Constraints</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/judgments"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-scale w-4 h-4 shrink-0"><path d="m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"></path><path d="m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"></path><path d="M7 21h10"></path><path d="M12 3v18"></path><path d="M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2"></path></svg><span>Judgments</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/invoices"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text w-4 h-4 shrink-0"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg><span>Invoices</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/verify"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check w-4 h-4 shrink-0"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg><span>Verify</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/settings"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings w-4 h-4 shrink-0"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg><span>Settings</span></a></nav><button class="flex items-center justify-center h-10 border-t border-border text-text-muted hover:text-text-secondary transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left w-4 h-4"><path d="m15 18-6-6 6-6"></path></svg></button></aside><div class="flex-1 flex flex-col min-w-0"><header class="h-14 border-b border-border bg-bg-primary flex items-center justify-between px-4 md:px-6 sticky top-0 z-30"><button class="flex items-center gap-2 px-3 py-1.5 rounded-md border border-border bg-bg-secondary text-text-muted text-sm hover:border-text-muted transition-colors max-w-md w-full md:w-80"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search w-4 h-4 shrink-0"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg><span class="truncate">Search receipts, agents, chains...</span><kbd class="hidden md:inline-flex ml-auto text-xs border border-border rounded px-1.5 py-0.5 bg-bg-primary text-text-muted">⌘<!-- -->K</kbd></button><div class="flex items-center gap-2"><button class="p-2 rounded-md transition-colors text-success hover:bg-success-subtle" title="Auto-refresh on"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw w-4 h-4 animate-spin" style="animation-duration:3s"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg></button><button class="p-2 rounded-md text-text-muted hover:bg-bg-tertiary transition-colors" title="Switch to dark mode"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon w-4 h-4"><path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path></svg></button></div></header><main class="flex-1 p-4 md:p-6 pb-20 md:pb-6"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--></main></div><nav class="md:hidden fixed bottom-0 left-0 right-0 z-40 bg-bg-primary border-t border-border"><div class="flex items-center justify-around h-14"><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard w-5 h-5"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span>Overview</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/receipts"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-receipt w-5 h-5"><path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"></path><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"></path><path d="M12 17.5v-11"></path></svg><span>Receipts</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/agents"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot w-5 h-5"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg><span>Agents</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/verify"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check w-5 h-5"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg><span>Verify</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/settings"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings w-5 h-5"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg><span>Settings</span></a></div></nav></div><script src="/_next/static/chunks/webpack-acfef48110e09a0e.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[47054,[\"702\",\"static/chunks/702-fda62c486b5bb5f8.js\",\"935\",\"static/chunks/935-f80c248ba99512e2.js\",\"177\",\"static/chunks/app/layout-66d4997939026d7c.js\"],\"LayoutShell\"]\n3:I[78954,[],\"\"]\n4:I[85640,[],\"\"]\n5:I[62051,[],\"OutletBoundary\"]\n7:I[96658,[],\"AsyncMetadataOutlet\"]\n9:I[62051,[],\"ViewportBoundary\"]\nb:I[62051,[],\"MetadataBoundary\"]\nc:\"$Sreact.suspense\"\ne:I[37698,[],\"\"]\n:HL[\"/_next/static/css/acaddf5367ce801c.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"XRffp10LMCCMingivp622\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/acaddf5367ce801c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n try {\\n const theme = localStorage.getItem('theme')\\n if (theme === 'dark' || (!theme \u0026\u0026 window.matchMedia('(prefers-color-scheme: dark)').matches)) {\\n document.documentElement.classList.add('dark')\\n }\\n } catch {}\\n \"}}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$L6\",[\"$\",\"$L7\",null,{\"promise\":\"$@8\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L9\",null,{\"children\":\"$La\"}],null],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$c\",null,{\"fallback\":null,\"children\":\"$Ld\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n6:null\n"])</script><script>self.__next_f.push([1,"8:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Agent Receipts — Mission Control\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Verifiable, signed, immutable proof that an autonomous action happened.\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"d:\"$8:metadata\"\n"])</script></body></html>
|
|
8
|
+
</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-screen"><aside class="hidden md:flex flex-col bg-bg-primary border-r border-border h-screen sticky top-0 transition-all duration-200 w-56"><div class="flex items-center h-14 border-b border-border px-4"><a class="flex items-center gap-2 min-w-0" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-database w-5 h-5 text-primary shrink-0"><ellipse cx="12" cy="5" rx="9" ry="3"></ellipse><path d="M3 5V19A9 3 0 0 0 21 19V5"></path><path d="M3 12A9 3 0 0 0 21 12"></path></svg><span class="font-semibold text-sm text-text-primary truncate">Agent Receipts</span></a></div><nav class="flex-1 py-2 overflow-y-auto"><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard w-4 h-4 shrink-0"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span>Overview</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/receipts"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-receipt w-4 h-4 shrink-0"><path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"></path><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"></path><path d="M12 17.5v-11"></path></svg><span>Receipts</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/chains"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-link2 w-4 h-4 shrink-0"><path d="M9 17H7A5 5 0 0 1 7 7h2"></path><path d="M15 7h2a5 5 0 1 1 0 10h-2"></path><line x1="8" x2="16" y1="12" y2="12"></line></svg><span>Chains</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/agents"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot w-4 h-4 shrink-0"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg><span>Agents</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/constraints"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-check-big w-4 h-4 shrink-0"><path d="M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5"></path><path d="m9 11 3 3L22 4"></path></svg><span>Constraints</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/judgments"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-scale w-4 h-4 shrink-0"><path d="m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"></path><path d="m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z"></path><path d="M7 21h10"></path><path d="M12 3v18"></path><path d="M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2"></path></svg><span>Judgments</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/invoices"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-file-text w-4 h-4 shrink-0"><path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"></path><path d="M14 2v4a2 2 0 0 0 2 2h4"></path><path d="M10 9H8"></path><path d="M16 13H8"></path><path d="M16 17H8"></path></svg><span>Invoices</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/verify"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check w-4 h-4 shrink-0"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg><span>Verify</span></a><a class="flex items-center gap-3 px-4 py-2 mx-2 rounded-md text-sm transition-colors text-text-secondary hover:bg-bg-tertiary hover:text-text-primary" href="/settings"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings w-4 h-4 shrink-0"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg><span>Settings</span></a></nav><button class="flex items-center justify-center h-10 border-t border-border text-text-muted hover:text-text-secondary transition-colors"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-left w-4 h-4"><path d="m15 18-6-6 6-6"></path></svg></button></aside><div class="flex-1 flex flex-col min-w-0"><div class="w-full bg-amber-500/10 border-b border-amber-500/20 px-4 py-2 text-center text-sm text-amber-600 dark:text-amber-400">Demo mode — showing sample data.<!-- --> <a href="https://github.com/webaesbyamin/agent-receipts" class="underline font-medium" target="_blank" rel="noopener noreferrer">Run locally with your own agents →</a></div><header class="h-14 border-b border-border bg-bg-primary flex items-center justify-between px-4 md:px-6 sticky top-0 z-30"><button class="flex items-center gap-2 px-3 py-1.5 rounded-md border border-border bg-bg-secondary text-text-muted text-sm hover:border-text-muted transition-colors max-w-md w-full md:w-80"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search w-4 h-4 shrink-0"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg><span class="truncate">Search receipts, agents, chains...</span><kbd class="hidden md:inline-flex ml-auto text-xs border border-border rounded px-1.5 py-0.5 bg-bg-primary text-text-muted">⌘<!-- -->K</kbd></button><div class="flex items-center gap-2"><button class="p-2 rounded-md transition-colors text-success hover:bg-success-subtle" title="Auto-refresh on"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw w-4 h-4 animate-spin" style="animation-duration:3s"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg></button><button class="p-2 rounded-md text-text-muted hover:bg-bg-tertiary transition-colors" title="Switch to dark mode"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon w-4 h-4"><path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"></path></svg></button></div></header><main class="flex-1 p-4 md:p-6 pb-20 md:pb-6"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--></main></div><nav class="md:hidden fixed bottom-0 left-0 right-0 z-40 bg-bg-primary border-t border-border"><div class="flex items-center justify-around h-14"><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard w-5 h-5"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span>Overview</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/receipts"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-receipt w-5 h-5"><path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z"></path><path d="M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8"></path><path d="M12 17.5v-11"></path></svg><span>Receipts</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/agents"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot w-5 h-5"><path d="M12 8V4H8"></path><rect width="16" height="12" x="4" y="8" rx="2"></rect><path d="M2 14h2"></path><path d="M20 14h2"></path><path d="M15 13v2"></path><path d="M9 13v2"></path></svg><span>Agents</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/verify"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-check w-5 h-5"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path><path d="m9 12 2 2 4-4"></path></svg><span>Verify</span></a><a class="flex flex-col items-center gap-0.5 px-3 py-1 text-xs transition-colors text-text-muted" href="/settings"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-settings w-5 h-5"><path d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"></path><circle cx="12" cy="12" r="3"></circle></svg><span>Settings</span></a></div></nav></div><script src="/_next/static/chunks/webpack-acfef48110e09a0e.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[22247,[\"702\",\"static/chunks/702-fda62c486b5bb5f8.js\",\"935\",\"static/chunks/935-f80c248ba99512e2.js\",\"177\",\"static/chunks/app/layout-53a87fc182f46ce0.js\"],\"LayoutShell\"]\n3:I[78954,[],\"\"]\n4:I[85640,[],\"\"]\n5:I[62051,[],\"OutletBoundary\"]\n7:I[96658,[],\"AsyncMetadataOutlet\"]\n9:I[62051,[],\"ViewportBoundary\"]\nb:I[62051,[],\"MetadataBoundary\"]\nc:\"$Sreact.suspense\"\ne:I[37698,[],\"\"]\n:HL[\"/_next/static/css/c89a04ca9481014a.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"QFwgmBDt10h_GclOFqIUT\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/c89a04ca9481014a.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n try {\\n const theme = localStorage.getItem('theme')\\n if (theme === 'dark' || (!theme \u0026\u0026 window.matchMedia('(prefers-color-scheme: dark)').matches)) {\\n document.documentElement.classList.add('dark')\\n }\\n } catch {}\\n \"}}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$L6\",[\"$\",\"$L7\",null,{\"promise\":\"$@8\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L9\",null,{\"children\":\"$La\"}],null],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$c\",null,{\"fallback\":null,\"children\":\"$Ld\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n6:null\n"])</script><script>self.__next_f.push([1,"8:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Agent Receipts — Mission Control\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Verifiable, signed, immutable proof that an autonomous action happened.\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"d:\"$8:metadata\"\n"])</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-acfef48110e09a0e.js" defer=""></script><script src="/_next/static/chunks/framework-b712132b711b77b2.js" defer=""></script><script src="/_next/static/chunks/main-3cf37cd4e8f17e4b.js" defer=""></script><script src="/_next/static/chunks/pages/_app-0277c84f8b0dbf6c.js" defer=""></script><script src="/_next/static/chunks/pages/_error-5420f4ec91760914.js" defer=""></script><script src="/_next/static/
|
|
1
|
+
<!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-acfef48110e09a0e.js" defer=""></script><script src="/_next/static/chunks/framework-b712132b711b77b2.js" defer=""></script><script src="/_next/static/chunks/main-3cf37cd4e8f17e4b.js" defer=""></script><script src="/_next/static/chunks/pages/_app-0277c84f8b0dbf6c.js" defer=""></script><script src="/_next/static/chunks/pages/_error-5420f4ec91760914.js" defer=""></script><script src="/_next/static/QFwgmBDt10h_GclOFqIUT/_buildManifest.js" defer=""></script><script src="/_next/static/QFwgmBDt10h_GclOFqIUT/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"QFwgmBDt10h_GclOFqIUT","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
|