@agent-receipts/dashboard 0.2.11 → 0.3.1
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 +6 -5
- package/standalone/apps/web/.next/BUILD_ID +1 -1
- package/standalone/apps/web/.next/app-build-manifest.json +235 -158
- package/standalone/apps/web/.next/app-path-routes-manifest.json +21 -11
- package/standalone/apps/web/.next/build-manifest.json +13 -13
- package/standalone/apps/web/.next/prerender-manifest.json +72 -24
- package/standalone/apps/web/.next/routes-manifest.json +36 -0
- package/standalone/apps/web/.next/server/app/_not-found/page.js +2 -2
- package/standalone/apps/web/.next/server/app/_not-found/page.js.nft.json +1 -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.js +2 -2
- package/standalone/apps/web/.next/server/app/agents/[id]/page.js.nft.json +1 -1
- 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.js +2 -2
- package/standalone/apps/web/.next/server/app/agents/page.js.nft.json +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 +4 -4
- 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/memory/audit/route.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/audit/route.js.nft.json +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/audit/route_client-reference-manifest.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/entities/[id]/route.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/entities/[id]/route.js.nft.json +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/entities/[id]/route_client-reference-manifest.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/entities/route.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/entities/route.js.nft.json +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/entities/route_client-reference-manifest.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/forget/route.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/forget/route.js.nft.json +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/forget/route_client-reference-manifest.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/observe/route.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/observe/route.js.nft.json +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/observe/route_client-reference-manifest.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/provenance/[obsId]/route.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/provenance/[obsId]/route.js.nft.json +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/provenance/[obsId]/route_client-reference-manifest.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/recall/route.js +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/recall/route.js.nft.json +1 -0
- package/standalone/apps/web/.next/server/app/api/memory/recall/route_client-reference-manifest.js +1 -0
- 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.js +2 -2
- package/standalone/apps/web/.next/server/app/chains/[id]/page.js.nft.json +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.js +2 -2
- package/standalone/apps/web/.next/server/app/chains/page.js.nft.json +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.js +2 -2
- package/standalone/apps/web/.next/server/app/constraints/page.js.nft.json +1 -1
- 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/get-started/page.js +2 -2
- package/standalone/apps/web/.next/server/app/get-started/page.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/get-started/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/get-started.html +3 -3
- package/standalone/apps/web/.next/server/app/get-started.rsc +4 -4
- package/standalone/apps/web/.next/server/app/how-it-works/page.js +2 -2
- package/standalone/apps/web/.next/server/app/how-it-works/page.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/how-it-works/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/how-it-works.html +3 -3
- package/standalone/apps/web/.next/server/app/how-it-works.rsc +4 -4
- package/standalone/apps/web/.next/server/app/icon.svg/route.js +1 -1
- package/standalone/apps/web/.next/server/app/icon.svg/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/index.html +2 -2
- package/standalone/apps/web/.next/server/app/index.rsc +4 -4
- package/standalone/apps/web/.next/server/app/invoices/page.js +2 -2
- package/standalone/apps/web/.next/server/app/invoices/page.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/invoices/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/invoices.html +3 -3
- package/standalone/apps/web/.next/server/app/invoices.rsc +4 -4
- package/standalone/apps/web/.next/server/app/judgments/page.js +2 -2
- package/standalone/apps/web/.next/server/app/judgments/page.js.nft.json +1 -1
- 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/memory/[entityId]/page.js +2 -0
- package/standalone/apps/web/.next/server/app/memory/[entityId]/page.js.nft.json +1 -0
- package/standalone/apps/web/.next/server/app/memory/[entityId]/page_client-reference-manifest.js +1 -0
- package/standalone/apps/web/.next/server/app/memory/audit/page.js +2 -0
- package/standalone/apps/web/.next/server/app/memory/audit/page.js.nft.json +1 -0
- package/standalone/apps/web/.next/server/app/memory/audit/page_client-reference-manifest.js +1 -0
- package/standalone/apps/web/.next/server/app/memory/audit.html +9 -0
- package/standalone/apps/web/.next/server/app/memory/audit.meta +7 -0
- package/standalone/apps/web/.next/server/app/memory/audit.rsc +21 -0
- package/standalone/apps/web/.next/server/app/memory/page.js +2 -0
- package/standalone/apps/web/.next/server/app/memory/page.js.nft.json +1 -0
- package/standalone/apps/web/.next/server/app/memory/page_client-reference-manifest.js +1 -0
- package/standalone/apps/web/.next/server/app/memory.html +9 -0
- package/standalone/apps/web/.next/server/app/memory.meta +7 -0
- package/standalone/apps/web/.next/server/app/memory.rsc +21 -0
- package/standalone/apps/web/.next/server/app/page.js +2 -2
- package/standalone/apps/web/.next/server/app/page.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts/[id]/page.js +2 -2
- package/standalone/apps/web/.next/server/app/receipts/[id]/page.js.nft.json +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 +2 -2
- package/standalone/apps/web/.next/server/app/receipts/page.js.nft.json +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 +2 -2
- package/standalone/apps/web/.next/server/app/settings/page.js.nft.json +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.js +2 -2
- package/standalone/apps/web/.next/server/app/verify/page.js.nft.json +1 -1
- 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 +4 -4
- package/standalone/apps/web/.next/server/app-paths-manifest.json +21 -11
- package/standalone/apps/web/.next/server/chunks/1725.js +1 -0
- package/standalone/apps/web/.next/server/chunks/4099.js +1 -0
- package/standalone/apps/web/.next/server/chunks/4236.js +1 -0
- package/standalone/apps/web/.next/server/chunks/4319.js +1 -0
- package/standalone/apps/web/.next/server/chunks/4640.js +8 -0
- package/standalone/apps/web/.next/server/chunks/4886.js +1 -0
- package/standalone/apps/web/.next/server/chunks/578.js +1 -1
- package/standalone/apps/web/.next/server/chunks/5783.js +6 -0
- package/standalone/apps/web/.next/server/chunks/6568.js +1 -0
- package/standalone/apps/web/.next/server/chunks/6803.js +345 -0
- package/standalone/apps/web/.next/server/chunks/6872.js +1 -0
- package/standalone/apps/web/.next/server/chunks/{955.js → 7955.js} +1 -1
- package/standalone/apps/web/.next/server/chunks/808.js +1 -0
- package/standalone/apps/web/.next/server/chunks/9295.js +9 -0
- package/standalone/apps/web/.next/server/middleware-build-manifest.js +1 -1
- 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/_document.js +1 -1
- package/standalone/apps/web/.next/server/pages/_document.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/pages/_error.js +2 -2
- package/standalone/apps/web/.next/server/pages/_error.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/webpack-runtime.js +1 -1
- package/standalone/apps/web/.next/static/chunks/1577-52a37d87918977e4.js +1 -0
- package/standalone/apps/web/.next/static/chunks/2702-4afe85cf1319178b.js +1 -0
- package/standalone/apps/web/.next/static/chunks/5388-497db038071971af.js +1 -0
- package/standalone/apps/web/.next/static/chunks/5935-25e4517f9bfb3e54.js +1 -0
- package/standalone/apps/web/.next/static/chunks/7493-21c65d3cf41d96fa.js +1 -0
- package/standalone/apps/web/.next/static/chunks/9743-b93c9a67bf15f28e.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/_not-found/page-dfe859f15ff21004.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/agents/[id]/page-bd27daddc88ea13c.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/agents/page-67d8a1e928ffad08.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/agents/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/chains/[id]/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/cleanup/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/config/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/invoices/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/judgments/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/memory/audit/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/memory/entities/[id]/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/memory/entities/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/memory/forget/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/memory/observe/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/memory/provenance/[obsId]/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/memory/recall/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/receipts/[id]/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/receipts/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/search/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/stats/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/api/verify/route-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/chains/[id]/page-45d744cdd6495e6b.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/chains/page-bd595389b36e9ec3.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/constraints/page-d814c6768a5ac3cd.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/get-started/layout-08c70580b96dfffc.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/get-started/page-3f1e33bbce2134ae.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/how-it-works/page-fd39b30017b3bb8f.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/invoices/page-9923d5bbee5a89c9.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/judgments/page-dd290557c6948b22.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/layout-34e5620f9fbf2601.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/memory/[entityId]/page-6faf1a99bcc27c06.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/memory/audit/page-276a1a1a5423380f.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/memory/page-e20ae73fade64e1c.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/page-b758df33c161f189.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/receipts/[id]/page-3b95a98a03395684.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/receipts/page-665b6e374ca41d0c.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/settings/page-a775a2f3752a1cdd.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/verify/page-7a654fc6b29b44a8.js +1 -0
- package/standalone/apps/web/.next/static/chunks/framework-6c19635498a17075.js +1 -0
- package/standalone/apps/web/.next/static/chunks/main-07cb75c461ef6926.js +1 -0
- package/standalone/apps/web/.next/static/chunks/main-app-5ae62731e5401157.js +1 -0
- package/standalone/apps/web/.next/static/chunks/pages/{_app-0277c84f8b0dbf6c.js → _app-b8da3f21cdb968e8.js} +1 -1
- package/standalone/apps/web/.next/static/chunks/pages/_error-797d67047bd0e506.js +1 -0
- package/standalone/apps/web/.next/static/chunks/{webpack-acfef48110e09a0e.js → webpack-631fa6a7d974b7cd.js} +1 -1
- package/standalone/apps/web/.next/static/css/90a952694ea5745a.css +5 -0
- package/standalone/apps/web/.next/static/nfGBKWJnAAcZ1it0v5lJ4/_buildManifest.js +1 -0
- package/standalone/apps/web/src/lib/demo-memory-store.ts +238 -0
- package/standalone/apps/web/src/lib/sdk-server.ts +24 -1
- package/standalone/node_modules/.pnpm/postcss@8.4.31/node_modules/postcss/package.json +0 -0
- package/standalone/packages/crypto/package.json +1 -1
- package/standalone/packages/mcp-server/dist/index.js +827 -0
- package/standalone/packages/mcp-server/package.json +1 -1
- package/standalone/apps/web/.next/server/chunks/236.js +0 -1
- package/standalone/apps/web/.next/server/chunks/319.js +0 -1
- package/standalone/apps/web/.next/server/chunks/568.js +0 -1
- package/standalone/apps/web/.next/server/chunks/640.js +0 -8
- package/standalone/apps/web/.next/server/chunks/718.js +0 -9
- package/standalone/apps/web/.next/server/chunks/783.js +0 -6
- package/standalone/apps/web/.next/server/chunks/798.js +0 -1
- package/standalone/apps/web/.next/server/chunks/803.js +0 -189
- package/standalone/apps/web/.next/server/chunks/872.js +0 -1
- package/standalone/apps/web/.next/server/chunks/99.js +0 -1
- package/standalone/apps/web/.next/static/_nYBCMM2RKAoZB_aY16vH/_buildManifest.js +0 -1
- package/standalone/apps/web/.next/static/chunks/388-350fe7358149b937.js +0 -1
- package/standalone/apps/web/.next/static/chunks/493-829b6213ada29da8.js +0 -1
- package/standalone/apps/web/.next/static/chunks/577-d18d2ca2465d6f72.js +0 -1
- package/standalone/apps/web/.next/static/chunks/702-fda62c486b5bb5f8.js +0 -1
- package/standalone/apps/web/.next/static/chunks/743-1f01386e3a1c3b1c.js +0 -1
- package/standalone/apps/web/.next/static/chunks/935-f80c248ba99512e2.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/_not-found/page-d6caa906bf90ce7d.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/agents/[id]/page-fe1560a72adbddc7.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/agents/page-ab0dfc5113e3ab45.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/api/agents/route-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/api/chains/[id]/route-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/api/cleanup/route-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/api/config/route-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/api/invoices/route-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/api/judgments/route-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/api/receipts/[id]/route-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/api/receipts/route-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/api/search/route-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/api/stats/route-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/api/verify/route-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/chains/[id]/page-ba935d4fadcbc557.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/chains/page-a3f21d8d62ffa174.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/constraints/page-ebfd1721530940c7.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/get-started/layout-3752a720184a6696.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/get-started/page-72febd5ba59689bb.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/how-it-works/page-46a028e3d817a15f.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/invoices/page-71a064dd2e94a214.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/judgments/page-5062f4bb5a918305.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/layout-43fe6d25823e2373.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/page-deece9e5e4e6c9dc.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/receipts/[id]/page-024badaf0b4aa9db.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/receipts/page-dfc039aadf7a6869.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/settings/page-1f33c77dcca141ce.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/verify/page-1631d147709caa76.js +0 -1
- package/standalone/apps/web/.next/static/chunks/framework-b712132b711b77b2.js +0 -1
- package/standalone/apps/web/.next/static/chunks/main-3cf37cd4e8f17e4b.js +0 -1
- package/standalone/apps/web/.next/static/chunks/main-app-d3c171e7aef05d2f.js +0 -1
- package/standalone/apps/web/.next/static/chunks/pages/_error-5420f4ec91760914.js +0 -1
- package/standalone/apps/web/.next/static/css/b5d5599054174bf1.css +0 -5
- /package/standalone/apps/web/.next/static/{_nYBCMM2RKAoZB_aY16vH → nfGBKWJnAAcZ1it0v5lJ4}/_ssgManifest.js +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
exports.id=872,exports.ids=[872],exports.modules={1242:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),function(a,b){Object.keys(a).forEach(function(c){"default"===c||Object.prototype.hasOwnProperty.call(b,c)||Object.defineProperty(b,c,{enumerable:!0,get:function(){return a[c]}})})}(c(6996),b)},1757:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"NextResponse",{enumerable:!0,get:function(){return l}});let d=c(10419),e=c(65865),f=c(99991),g=c(89908),h=c(10419),i=Symbol("internal response"),j=new Set([301,302,303,307,308]);function k(a,b){var c;if(null==a||null==(c=a.request)?void 0:c.headers){if(!(a.request.headers instanceof Headers))throw Object.defineProperty(Error("request.headers must be an instance of Headers"),"__NEXT_ERROR_CODE",{value:"E119",enumerable:!1,configurable:!0});let c=[];for(let[d,e]of a.request.headers)b.set("x-middleware-request-"+d,e),c.push(d);b.set("x-middleware-override-headers",c.join(","))}}class l extends Response{constructor(a,b={}){super(a,b);let c=this.headers,j=new Proxy(new h.ResponseCookies(c),{get(a,e,f){switch(e){case"delete":case"set":return(...f)=>{let g=Reflect.apply(a[e],a,f),i=new Headers(c);return g instanceof h.ResponseCookies&&c.set("x-middleware-set-cookie",g.getAll().map(a=>(0,d.stringifyCookie)(a)).join(",")),k(b,i),g};default:return g.ReflectAdapter.get(a,e,f)}}});this[i]={cookies:j,url:b.url?new e.NextURL(b.url,{headers:(0,f.toNodeOutgoingHttpHeaders)(c),nextConfig:b.nextConfig}):void 0}}[Symbol.for("edge-runtime.inspect.custom")](){return{cookies:this.cookies,url:this.url,body:this.body,bodyUsed:this.bodyUsed,headers:Object.fromEntries(this.headers),ok:this.ok,redirected:this.redirected,status:this.status,statusText:this.statusText,type:this.type}}get cookies(){return this[i].cookies}static json(a,b){let c=Response.json(a,b);return new l(c.body,c)}static redirect(a,b){let c="number"==typeof b?b:(null==b?void 0:b.status)??307;if(!j.has(c))throw Object.defineProperty(RangeError('Failed to execute "redirect" on "response": Invalid status code'),"__NEXT_ERROR_CODE",{value:"E529",enumerable:!1,configurable:!0});let d="object"==typeof b?b:{},e=new Headers(null==d?void 0:d.headers);return e.set("Location",(0,f.validateURL)(a)),new l(null,{...d,headers:e,status:c})}static rewrite(a,b){let c=new Headers(null==b?void 0:b.headers);return c.set("x-middleware-rewrite",(0,f.validateURL)(a)),k(b,c),new l(null,{...b,headers:c})}static next(a){let b=new Headers(null==a?void 0:a.headers);return b.set("x-middleware-next","1"),k(a,b),new l(null,{...a,headers:b})}}},2974:(a,b)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"URLPattern",{enumerable:!0,get:function(){return c}});let c="undefined"==typeof URLPattern?void 0:URLPattern},6996:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"after",{enumerable:!0,get:function(){return e}});let d=c(29294);function e(a){let b=d.workAsyncStorage.getStore();if(!b)throw Object.defineProperty(Error("`after` was called outside a request scope. Read more: https://nextjs.org/docs/messages/next-dynamic-api-wrong-context"),"__NEXT_ERROR_CODE",{value:"E468",enumerable:!1,configurable:!0});let{afterContext:c}=b;return c.after(a)}},9145:(a,b,c)=>{"use strict";var d=c(76142);c.o(d,"NextResponse")&&c.d(b,{NextResponse:function(){return d.NextResponse}})},10541:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{isBot:function(){return e},userAgent:function(){return g},userAgentFromString:function(){return f}});let d=function(a){return a&&a.__esModule?a:{default:a}}(c(26044));function e(a){return/Googlebot|Mediapartners-Google|AdsBot-Google|googleweblight|Storebot-Google|Google-PageRenderer|Google-InspectionTool|Bingbot|BingPreview|Slurp|DuckDuckBot|baiduspider|yandex|sogou|LinkedInBot|bitlybot|tumblr|vkShare|quora link preview|facebookexternalhit|facebookcatalog|Twitterbot|applebot|redditbot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|ia_archiver/i.test(a)}function f(a){return{...(0,d.default)(a),isBot:void 0!==a&&e(a)}}function g({headers:a}){return f(a.get("user-agent")||void 0)}},26044:(a,b,c)=>{var d;(()=>{var e={226:function(e,f){!function(g,h){"use strict";var i="function",j="undefined",k="object",l="string",m="major",n="model",o="name",p="type",q="vendor",r="version",s="architecture",t="console",u="mobile",v="tablet",w="smarttv",x="wearable",y="embedded",z="Amazon",A="Apple",B="ASUS",C="BlackBerry",D="Browser",E="Chrome",F="Firefox",G="Google",H="Huawei",I="Microsoft",J="Motorola",K="Opera",L="Samsung",M="Sharp",N="Sony",O="Xiaomi",P="Zebra",Q="Facebook",R="Chromium OS",S="Mac OS",T=function(a,b){var c={};for(var d in a)b[d]&&b[d].length%2==0?c[d]=b[d].concat(a[d]):c[d]=a[d];return c},U=function(a){for(var b={},c=0;c<a.length;c++)b[a[c].toUpperCase()]=a[c];return b},V=function(a,b){return typeof a===l&&-1!==W(b).indexOf(W(a))},W=function(a){return a.toLowerCase()},X=function(a,b){if(typeof a===l)return a=a.replace(/^\s\s*/,""),typeof b===j?a:a.substring(0,350)},Y=function(a,b){for(var c,d,e,f,g,j,l=0;l<b.length&&!g;){var m=b[l],n=b[l+1];for(c=d=0;c<m.length&&!g&&m[c];)if(g=m[c++].exec(a))for(e=0;e<n.length;e++)j=g[++d],typeof(f=n[e])===k&&f.length>0?2===f.length?typeof f[1]==i?this[f[0]]=f[1].call(this,j):this[f[0]]=f[1]:3===f.length?typeof f[1]!==i||f[1].exec&&f[1].test?this[f[0]]=j?j.replace(f[1],f[2]):void 0:this[f[0]]=j?f[1].call(this,j,f[2]):void 0:4===f.length&&(this[f[0]]=j?f[3].call(this,j.replace(f[1],f[2])):h):this[f]=j||h;l+=2}},Z=function(a,b){for(var c in b)if(typeof b[c]===k&&b[c].length>0){for(var d=0;d<b[c].length;d++)if(V(b[c][d],a))return"?"===c?h:c}else if(V(b[c],a))return"?"===c?h:c;return a},$={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},_={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[r,[o,"Chrome"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[r,[o,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[o,r],[/opios[\/ ]+([\w\.]+)/i],[r,[o,K+" Mini"]],[/\bopr\/([\w\.]+)/i],[r,[o,K]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i,/(ba?idubrowser)[\/ ]?([\w\.]+)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i,/(heytap|ovi)browser\/([\d\.]+)/i,/(weibo)__([\d\.]+)/i],[o,r],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[r,[o,"UC"+D]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i],[r,[o,"WeChat(Win) Desktop"]],[/micromessenger\/([\w\.]+)/i],[r,[o,"WeChat"]],[/konqueror\/([\w\.]+)/i],[r,[o,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[r,[o,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[r,[o,"Yandex"]],[/(avast|avg)\/([\w\.]+)/i],[[o,/(.+)/,"$1 Secure "+D],r],[/\bfocus\/([\w\.]+)/i],[r,[o,F+" Focus"]],[/\bopt\/([\w\.]+)/i],[r,[o,K+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[r,[o,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[r,[o,"Dolphin"]],[/coast\/([\w\.]+)/i],[r,[o,K+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[r,[o,"MIUI "+D]],[/fxios\/([-\w\.]+)/i],[r,[o,F]],[/\bqihu|(qi?ho?o?|360)browser/i],[[o,"360 "+D]],[/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i],[[o,/(.+)/,"$1 "+D],r],[/(comodo_dragon)\/([\w\.]+)/i],[[o,/_/g," "],r],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i],[o,r],[/(metasr)[\/ ]?([\w\.]+)/i,/(lbbrowser)/i,/\[(linkedin)app\]/i],[o],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[o,Q],r],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(chromium|instagram)[\/ ]([-\w\.]+)/i],[o,r],[/\bgsa\/([\w\.]+) .*safari\//i],[r,[o,"GSA"]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[r,[o,"TikTok"]],[/headlesschrome(?:\/([\w\.]+)| )/i],[r,[o,E+" Headless"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[o,E+" WebView"],r],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[r,[o,"Android "+D]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[o,r],[/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i],[r,[o,"Mobile Safari"]],[/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i],[r,o],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[o,[r,Z,{"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"}]],[/(webkit|khtml)\/([\w\.]+)/i],[o,r],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[o,"Netscape"],r],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[r,[o,F+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/(links) \(([\w\.]+)/i,/panasonic;(viera)/i],[o,r],[/(cobalt)\/([\w\.]+)/i],[o,[r,/master.|lts./,""]]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i],[[s,"amd64"]],[/(ia32(?=;))/i],[[s,W]],[/((?:i[346]|x)86)[;\)]/i],[[s,"ia32"]],[/\b(aarch64|arm(v?8e?l?|_?64))\b/i],[[s,"arm64"]],[/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i],[[s,"armhf"]],[/windows (ce|mobile); ppc;/i],[[s,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i],[[s,/ower/,"",W]],[/(sun4\w)[;\)]/i],[[s,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i],[[s,W]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[n,[q,L],[p,v]],[/\b((?:s[cgp]h|gt|sm)-\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]([-\w]+)/i,/sec-(sgh\w+)/i],[n,[q,L],[p,u]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[n,[q,A],[p,u]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[n,[q,A],[p,v]],[/(macintosh);/i],[n,[q,A]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[n,[q,M],[p,u]],[/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i],[n,[q,H],[p,v]],[/(?:huawei|honor)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[n,[q,H],[p,u]],[/\b(poco[\w ]+)(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i],[[n,/_/g," "],[q,O],[p,u]],[/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i],[[n,/_/g," "],[q,O],[p,v]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[n,[q,"OPPO"],[p,u]],[/vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[n,[q,"Vivo"],[p,u]],[/\b(rmx[12]\d{3})(?: bui|;|\))/i],[n,[q,"Realme"],[p,u]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ](\w*)/i,/((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i],[n,[q,J],[p,u]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[n,[q,J],[p,v]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[n,[q,"LG"],[p,v]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i,/\blg-?([\d\w]+) bui/i],[n,[q,"LG"],[p,u]],[/(ideatab[-\w ]+)/i,/lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i],[n,[q,"Lenovo"],[p,v]],[/(?:maemo|nokia).*(n900|lumia \d+)/i,/nokia[-_ ]?([-\w\.]*)/i],[[n,/_/g," "],[q,"Nokia"],[p,u]],[/(pixel c)\b/i],[n,[q,G],[p,v]],[/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i],[n,[q,G],[p,u]],[/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[n,[q,N],[p,u]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[n,"Xperia Tablet"],[q,N],[p,v]],[/ (kb2005|in20[12]5|be20[12][59])\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[n,[q,"OnePlus"],[p,u]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[n,[q,z],[p,v]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[n,/(.+)/g,"Fire Phone $1"],[q,z],[p,u]],[/(playbook);[-\w\),; ]+(rim)/i],[n,q,[p,v]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[n,[q,C],[p,u]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[n,[q,B],[p,v]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[n,[q,B],[p,u]],[/(nexus 9)/i],[n,[q,"HTC"],[p,v]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[q,[n,/_/g," "],[p,u]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[n,[q,"Acer"],[p,v]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[n,[q,"Meizu"],[p,u]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\w]*)/i,/(hp) ([\w ]+\w)/i,/(asus)-?(\w+)/i,/(microsoft); (lumia[\w ]+)/i,/(lenovo)[-_ ]?([-\w]+)/i,/(jolla)/i,/(oppo) ?([\w ]+) bui/i],[q,n,[p,u]],[/(kobo)\s(ereader|touch)/i,/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i,/(nook)[\w ]+build\/(\w+)/i,/(dell) (strea[kpr\d ]*[\dko])/i,/(le[- ]+pan)[- ]+(\w{1,9}) bui/i,/(trinity)[- ]*(t\d{3}) bui/i,/(gigaset)[- ]+(q\w{1,9}) bui/i,/(vodafone) ([\w ]+)(?:\)| bui)/i],[q,n,[p,v]],[/(surface duo)/i],[n,[q,I],[p,v]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[n,[q,"Fairphone"],[p,u]],[/(u304aa)/i],[n,[q,"AT&T"],[p,u]],[/\bsie-(\w*)/i],[n,[q,"Siemens"],[p,u]],[/\b(rct\w+) b/i],[n,[q,"RCA"],[p,v]],[/\b(venue[\d ]{2,7}) b/i],[n,[q,"Dell"],[p,v]],[/\b(q(?:mv|ta)\w+) b/i],[n,[q,"Verizon"],[p,v]],[/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i],[n,[q,"Barnes & Noble"],[p,v]],[/\b(tm\d{3}\w+) b/i],[n,[q,"NuVision"],[p,v]],[/\b(k88) b/i],[n,[q,"ZTE"],[p,v]],[/\b(nx\d{3}j) b/i],[n,[q,"ZTE"],[p,u]],[/\b(gen\d{3}) b.+49h/i],[n,[q,"Swiss"],[p,u]],[/\b(zur\d{3}) b/i],[n,[q,"Swiss"],[p,v]],[/\b((zeki)?tb.*\b) b/i],[n,[q,"Zeki"],[p,v]],[/\b([yr]\d{2}) b/i,/\b(dragon[- ]+touch |dt)(\w{5}) b/i],[[q,"Dragon Touch"],n,[p,v]],[/\b(ns-?\w{0,9}) b/i],[n,[q,"Insignia"],[p,v]],[/\b((nxa|next)-?\w{0,9}) b/i],[n,[q,"NextBook"],[p,v]],[/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[q,"Voice"],n,[p,u]],[/\b(lvtel\-)?(v1[12]) b/i],[[q,"LvTel"],n,[p,u]],[/\b(ph-1) /i],[n,[q,"Essential"],[p,u]],[/\b(v(100md|700na|7011|917g).*\b) b/i],[n,[q,"Envizen"],[p,v]],[/\b(trio[-\w\. ]+) b/i],[n,[q,"MachSpeed"],[p,v]],[/\btu_(1491) b/i],[n,[q,"Rotor"],[p,v]],[/(shield[\w ]+) b/i],[n,[q,"Nvidia"],[p,v]],[/(sprint) (\w+)/i],[q,n,[p,u]],[/(kin\.[onetw]{3})/i],[[n,/\./g," "],[q,I],[p,u]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[n,[q,P],[p,v]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[n,[q,P],[p,u]],[/smart-tv.+(samsung)/i],[q,[p,w]],[/hbbtv.+maple;(\d+)/i],[[n,/^/,"SmartTV"],[q,L],[p,w]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[q,"LG"],[p,w]],[/(apple) ?tv/i],[q,[n,A+" TV"],[p,w]],[/crkey/i],[[n,E+"cast"],[q,G],[p,w]],[/droid.+aft(\w)( bui|\))/i],[n,[q,z],[p,w]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[n,[q,M],[p,w]],[/(bravia[\w ]+)( bui|\))/i],[n,[q,N],[p,w]],[/(mitv-\w{5}) bui/i],[n,[q,O],[p,w]],[/Hbbtv.*(technisat) (.*);/i],[q,n,[p,w]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[q,X],[n,X],[p,w]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i],[[p,w]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[q,n,[p,t]],[/droid.+; (shield) bui/i],[n,[q,"Nvidia"],[p,t]],[/(playstation [345portablevi]+)/i],[n,[q,N],[p,t]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[n,[q,I],[p,t]],[/((pebble))app/i],[q,n,[p,x]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[n,[q,A],[p,x]],[/droid.+; (glass) \d/i],[n,[q,G],[p,x]],[/droid.+; (wt63?0{2,3})\)/i],[n,[q,P],[p,x]],[/(quest( 2| pro)?)/i],[n,[q,Q],[p,x]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[q,[p,y]],[/(aeobc)\b/i],[n,[q,z],[p,y]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i],[n,[p,u]],[/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i],[n,[p,v]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[p,v]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[p,u]],[/(android[-\w\. ]{0,9});.+buil/i],[n,[q,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[r,[o,"EdgeHTML"]],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[r,[o,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[o,r],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[r,o]],os:[[/microsoft (windows) (vista|xp)/i],[o,r],[/(windows) nt 6\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i,/(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i],[o,[r,Z,$]],[/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i],[[o,"Windows"],[r,Z,$]],[/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i,/ios;fbsv\/([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[r,/_/g,"."],[o,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+haiku)/i],[[o,S],[r,/_/g,"."]],[/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i],[r,o],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i,/(blackberry)\w*\/([\w\.]*)/i,/(tizen|kaios)[\/ ]([\w\.]+)/i,/\((series40);/i],[o,r],[/\(bb(10);/i],[r,[o,C]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i],[r,[o,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[r,[o,F+" OS"]],[/web0s;.+rt(tv)/i,/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i],[r,[o,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[r,[o,"watchOS"]],[/crkey\/([\d\.]+)/i],[r,[o,E+"cast"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[o,R],r],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\);]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/(mint)[\/\(\) ]?(\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/(hurd|linux) ?([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) (\w+)/i],[o,r],[/(sunos) ?([\w\.\d]*)/i],[[o,"Solaris"],r],[/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/(aix) ((\d)(?=\.|\)| )[\w\.])*/i,/\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[o,r]]},aa=function(a,b){if(typeof a===k&&(b=a,a=h),!(this instanceof aa))return new aa(a,b).getResult();var c=typeof g!==j&&g.navigator?g.navigator:h,d=a||(c&&c.userAgent?c.userAgent:""),e=c&&c.userAgentData?c.userAgentData:h,f=b?T(_,b):_,t=c&&c.userAgent==d;return this.getBrowser=function(){var a,b={};return b[o]=h,b[r]=h,Y.call(b,d,f.browser),b[m]=typeof(a=b[r])===l?a.replace(/[^\d\.]/g,"").split(".")[0]:h,t&&c&&c.brave&&typeof c.brave.isBrave==i&&(b[o]="Brave"),b},this.getCPU=function(){var a={};return a[s]=h,Y.call(a,d,f.cpu),a},this.getDevice=function(){var a={};return a[q]=h,a[n]=h,a[p]=h,Y.call(a,d,f.device),t&&!a[p]&&e&&e.mobile&&(a[p]=u),t&&"Macintosh"==a[n]&&c&&typeof c.standalone!==j&&c.maxTouchPoints&&c.maxTouchPoints>2&&(a[n]="iPad",a[p]=v),a},this.getEngine=function(){var a={};return a[o]=h,a[r]=h,Y.call(a,d,f.engine),a},this.getOS=function(){var a={};return a[o]=h,a[r]=h,Y.call(a,d,f.os),t&&!a[o]&&e&&"Unknown"!=e.platform&&(a[o]=e.platform.replace(/chrome os/i,R).replace(/macos/i,S)),a},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return d},this.setUA=function(a){return d=typeof a===l&&a.length>350?X(a,350):a,this},this.setUA(d),this};aa.VERSION="1.0.35",aa.BROWSER=U([o,r,m]),aa.CPU=U([s]),aa.DEVICE=U([n,q,p,t,u,w,v,x,y]),aa.ENGINE=aa.OS=U([o,r]),typeof f!==j?(e.exports&&(f=e.exports=aa),f.UAParser=aa):c.amdO?void 0===(d=(function(){return aa}).call(b,c,b,a))||(a.exports=d):typeof g!==j&&(g.UAParser=aa);var ab=typeof g!==j&&(g.jQuery||g.Zepto);if(ab&&!ab.ua){var ac=new aa;ab.ua=ac.getResult(),ab.ua.get=function(){return ac.getUA()},ab.ua.set=function(a){ac.setUA(a);var b=ac.getResult();for(var c in b)ab.ua[c]=b[c]}}}("object"==typeof window?window:this)}},f={};function g(a){var b=f[a];if(void 0!==b)return b.exports;var c=f[a]={exports:{}},d=!0;try{e[a].call(c.exports,c,c.exports,g),d=!1}finally{d&&delete f[a]}return c.exports}g.ab=__dirname+"/",a.exports=g(226)})()},35776:(a,b,c)=>{"use strict";a.exports=c(44870)},42805:(a,b,c)=>{"use strict";Object.defineProperty(b,"I",{enumerable:!0,get:function(){return g}});let d=c(6157),e=c(40120),f=c(99991);async function g(a,b,c,g){if((0,d.isNodeNextResponse)(b)){var h;b.statusCode=c.status,b.statusMessage=c.statusText;let d=["set-cookie","www-authenticate","proxy-authenticate","vary"];null==(h=c.headers)||h.forEach((a,c)=>{if("x-middleware-set-cookie"!==c.toLowerCase())if("set-cookie"===c.toLowerCase())for(let d of(0,f.splitCookiesString)(a))b.appendHeader(c,d);else{let e=void 0!==b.getHeader(c);(d.includes(c.toLowerCase())||!e)&&b.appendHeader(c,a)}});let{originalResponse:i}=b;c.body&&"HEAD"!==a.method?await (0,e.pipeToNodeResponse)(c.body,i,g):i.end()}}},66173:(a,b)=>{"use strict";function c(){throw Object.defineProperty(Error('ImageResponse moved from "next/server" to "next/og" since Next.js 14, please import from "next/og" instead'),"__NEXT_ERROR_CODE",{value:"E183",enumerable:!1,configurable:!0})}Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"ImageResponse",{enumerable:!0,get:function(){return c}})},73497:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"connection",{enumerable:!0,get:function(){return j}});let d=c(29294),e=c(63033),f=c(64370),g=c(61722),h=c(24023),i=c(65548);function j(){let a=d.workAsyncStorage.getStore(),b=e.workUnitAsyncStorage.getStore();if(a){if(b&&"after"===b.phase&&!(0,i.isRequestAPICallableInsideAfter)())throw Object.defineProperty(Error(`Route ${a.route} used "connection" inside "after(...)". The \`connection()\` function is used to indicate the subsequent code must only run when there is an actual Request, but "after(...)" executes after the request, so this function is not allowed in this scope. See more info here: https://nextjs.org/docs/canary/app/api-reference/functions/after`),"__NEXT_ERROR_CODE",{value:"E186",enumerable:!1,configurable:!0});if(a.forceStatic)return Promise.resolve(void 0);if(a.dynamicShouldError)throw Object.defineProperty(new g.StaticGenBailoutError(`Route ${a.route} with \`dynamic = "error"\` couldn't be rendered statically because it used \`connection\`. See more info here: https://nextjs.org/docs/app/building-your-application/rendering/static-and-dynamic#dynamic-rendering`),"__NEXT_ERROR_CODE",{value:"E562",enumerable:!1,configurable:!0});if(b)switch(b.type){case"cache":{let b=Object.defineProperty(Error(`Route ${a.route} used "connection" inside "use cache". The \`connection()\` function is used to indicate the subsequent code must only run when there is an actual request, but caches must be able to be produced before a request, so this function is not allowed in this scope. See more info here: https://nextjs.org/docs/messages/next-request-in-use-cache`),"__NEXT_ERROR_CODE",{value:"E752",enumerable:!1,configurable:!0});throw Error.captureStackTrace(b,j),a.invalidDynamicUsageError??=b,b}case"private-cache":{let b=Object.defineProperty(Error(`Route ${a.route} used "connection" inside "use cache: private". The \`connection()\` function is used to indicate the subsequent code must only run when there is an actual navigation request, but caches must be able to be produced before a navigation request, so this function is not allowed in this scope. See more info here: https://nextjs.org/docs/messages/next-request-in-use-cache`),"__NEXT_ERROR_CODE",{value:"E753",enumerable:!1,configurable:!0});throw Error.captureStackTrace(b,j),a.invalidDynamicUsageError??=b,b}case"unstable-cache":throw Object.defineProperty(Error(`Route ${a.route} used "connection" inside a function cached with "unstable_cache(...)". The \`connection()\` function is used to indicate the subsequent code must only run when there is an actual Request, but caches must be able to be produced before a Request so this function is not allowed in this scope. See more info here: https://nextjs.org/docs/app/api-reference/functions/unstable_cache`),"__NEXT_ERROR_CODE",{value:"E1",enumerable:!1,configurable:!0});case"prerender":case"prerender-client":case"prerender-runtime":return(0,h.makeHangingPromise)(b.renderSignal,a.route,"`connection()`");case"prerender-ppr":return(0,f.postponeWithTracking)(a.route,"connection",b.dynamicTracking);case"prerender-legacy":return(0,f.throwToInterruptStaticGeneration)("connection",a,b);case"request":return(0,f.trackDynamicDataInDynamicRender)(b),Promise.resolve(void 0)}}(0,e.throwForMissingRequestStore)("connection")}},76142:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{ImageResponse:function(){return d.ImageResponse},NextRequest:function(){return e.NextRequest},NextResponse:function(){return f.NextResponse},URLPattern:function(){return h.URLPattern},after:function(){return i.after},connection:function(){return j.connection},unstable_rootParams:function(){return k.unstable_rootParams},userAgent:function(){return g.userAgent},userAgentFromString:function(){return g.userAgentFromString}});let d=c(66173),e=c(67169),f=c(1757),g=c(10541),h=c(2974),i=c(1242),j=c(73497),k=c(80500)},80500:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{getRootParam:function(){return n},unstable_rootParams:function(){return m}});let d=c(59330),e=c(64370),f=c(29294),g=c(63033),h=c(24023),i=c(24778),j=c(19121),k=c(75854),l=new WeakMap;async function m(){(0,k.warnOnce)("`unstable_rootParams()` is deprecated and will be removed in an upcoming major release. Import specific root params from `next/root-params` instead.");let a=f.workAsyncStorage.getStore();if(!a)throw Object.defineProperty(new d.InvariantError("Missing workStore in unstable_rootParams"),"__NEXT_ERROR_CODE",{value:"E615",enumerable:!1,configurable:!0});let b=g.workUnitAsyncStorage.getStore();if(!b)throw Object.defineProperty(Error(`Route ${a.route} used \`unstable_rootParams()\` in Pages Router. This API is only available within App Router.`),"__NEXT_ERROR_CODE",{value:"E641",enumerable:!1,configurable:!0});switch(b.type){case"cache":case"unstable-cache":throw Object.defineProperty(Error(`Route ${a.route} used \`unstable_rootParams()\` inside \`"use cache"\` or \`unstable_cache\`. Support for this API inside cache scopes is planned for a future version of Next.js.`),"__NEXT_ERROR_CODE",{value:"E642",enumerable:!1,configurable:!0});case"prerender":case"prerender-client":case"prerender-ppr":case"prerender-legacy":return function(a,b,c){switch(c.type){case"prerender-client":{let a="`unstable_rootParams`";throw Object.defineProperty(new d.InvariantError(`${a} must not be used within a client component. Next.js should be preventing ${a} from being included in client components statically, but did not in this case.`),"__NEXT_ERROR_CODE",{value:"E693",enumerable:!1,configurable:!0})}case"prerender":{let d=c.fallbackRouteParams;if(d){for(let e in a)if(d.has(e)){let d=l.get(a);if(d)return d;let e=(0,h.makeHangingPromise)(c.renderSignal,b.route,"`unstable_rootParams`");return l.set(a,e),e}}break}case"prerender-ppr":{let d=c.fallbackRouteParams;if(d){for(let f in a)if(d.has(f))return function(a,b,c,d){let f=l.get(a);if(f)return f;let g={...a},h=Promise.resolve(g);return l.set(a,h),Object.keys(a).forEach(f=>{i.wellKnownProperties.has(f)||(b.has(f)?Object.defineProperty(g,f,{get(){let a=(0,i.describeStringPropertyAccess)("unstable_rootParams",f);"prerender-ppr"===d.type?(0,e.postponeWithTracking)(c.route,a,d.dynamicTracking):(0,e.throwToInterruptStaticGeneration)(a,c,d)},enumerable:!0}):h[f]=a[f])}),h}(a,d,b,c)}}}return Promise.resolve(a)}(b.rootParams,a,b);case"private-cache":case"prerender-runtime":case"request":return Promise.resolve(b.rootParams);default:return b}}function n(a){let b=`\`import('next/root-params').${a}()\``,c=f.workAsyncStorage.getStore();if(!c)throw Object.defineProperty(new d.InvariantError(`Missing workStore in ${b}`),"__NEXT_ERROR_CODE",{value:"E764",enumerable:!1,configurable:!0});let e=g.workUnitAsyncStorage.getStore();if(!e)throw Object.defineProperty(Error(`Route ${c.route} used ${b} outside of a Server Component. This is not allowed.`),"__NEXT_ERROR_CODE",{value:"E774",enumerable:!1,configurable:!0});let i=j.actionAsyncStorage.getStore();if(i){if(i.isAppRoute)throw Object.defineProperty(Error(`Route ${c.route} used ${b} inside a Route Handler. Support for this API in Route Handlers is planned for a future version of Next.js.`),"__NEXT_ERROR_CODE",{value:"E765",enumerable:!1,configurable:!0});if(i.isAction&&"action"===e.phase)throw Object.defineProperty(Error(`${b} was used inside a Server Action. This is not supported. Functions from 'next/root-params' can only be called in the context of a route.`),"__NEXT_ERROR_CODE",{value:"E766",enumerable:!1,configurable:!0})}switch(e.type){case"unstable-cache":case"cache":throw Object.defineProperty(Error(`Route ${c.route} used ${b} inside \`"use cache"\` or \`unstable_cache\`. Support for this API inside cache scopes is planned for a future version of Next.js.`),"__NEXT_ERROR_CODE",{value:"E760",enumerable:!1,configurable:!0});case"prerender":case"prerender-client":case"prerender-ppr":case"prerender-legacy":var k=a,l=c,m=e,n=b;if("prerender-client"===m.type)throw Object.defineProperty(new d.InvariantError(`${n} must not be used within a client component. Next.js should be preventing ${n} from being included in client components statically, but did not in this case.`),"__NEXT_ERROR_CODE",{value:"E693",enumerable:!1,configurable:!0});let p=m.rootParams;switch(m.type){case"prerender":if(m.fallbackRouteParams&&m.fallbackRouteParams.has(k))return(0,h.makeHangingPromise)(m.renderSignal,l.route,n);break;case"prerender-ppr":if(m.fallbackRouteParams&&m.fallbackRouteParams.has(k))return o(k,l,m,n)}return Promise.resolve(p[k])}return Promise.resolve(e.rootParams[a])}async function o(a,b,c,d){let f=(0,i.describeStringPropertyAccess)(d,a);switch(c.type){case"prerender-ppr":return(0,e.postponeWithTracking)(b.route,f,c.dynamicTracking);case"prerender-legacy":return(0,e.throwToInterruptStaticGeneration)(f,b,c)}}}};
|
|
@@ -1 +0,0 @@
|
|
|
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_cost_usd",value:2377}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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_cost_usd",value:3483}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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_cost_usd",value:4201}]},constraint_result:{passed:!1,results:[{type:"max_cost_usd",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_cost_usd",value:1596}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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_cost_usd",value:4691}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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:"Judgment: pass (score: 0.92) — Met accuracy and completeness criteria",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:.82,metadata:{verdict:"pass",score:.92,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:"development",tags:["dev","local"],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:"staging",tags:["staging","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:"test",tags:["test","ci"],constraints:{definitions:[{type:"required_fields",value:["output_hash","model"]}]},constraint_result:{passed:!0,results:[{type:"required_fields",passed:!0,expected:["output_hash","model"],actual:["output_hash","model"]}],evaluated_at:"2026-03-12T10:17:22Z"},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:"Judgment: pass (score: 0.97) — Met accuracy and completeness criteria",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:.91,metadata:{verdict:"pass",score:.97,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_cost_usd",value:1085}]},constraint_result:{passed:!1,results:[{type:"max_cost_usd",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:"Judgment: partial (score: 0.62) — Partially met accuracy and completeness criteria",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_cost_usd",value:3146}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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:.78,metadata:{verdict:"partial",score:.62,judgment:{verdict:"partial",score:.62,criteria_results:[{criterion:"accuracy",score:.58,passed:!1},{criterion:"completeness",score:.69,passed:!0},{criterion:"safety",score:.95,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_058 partially meets quality standards with a score of 0.62.",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_cost_usd",value:3851}]},constraint_result:{passed:!1,results:[{type:"max_cost_usd",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_cost_usd",value:1257}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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:"Judgment: pass (score: 0.88) — Met accuracy and completeness criteria",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:.87,metadata:{verdict:"pass",score:.88,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_cost_usd",value:4643}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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_cost_usd",value:3153}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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:"Judgment: partial (score: 0.55) — Partially met accuracy and completeness criteria",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:.76,metadata:{verdict:"partial",score:.55,judgment:{verdict:"partial",score:.55,criteria_results:[{criterion:"accuracy",score:.48,passed:!1},{criterion:"completeness",score:.61,passed:!1},{criterion:"safety",score:.85,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_078 partially meets quality standards with a score of 0.55.",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_cost_usd",value:1548}]},constraint_result:{passed:!1,results:[{type:"max_cost_usd",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:"Judgment: pass (score: 0.76) — Met accuracy and completeness criteria",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_cost_usd",value:1620}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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:.83,metadata:{verdict:"pass",score:.76,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_cost_usd",value:4669}]},constraint_result:{passed:!1,results:[{type:"max_cost_usd",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_cost_usd",value:4642}]},constraint_result:{passed:!1,results:[{type:"max_cost_usd",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:"Judgment: fail (score: 0.35) — Did not meet accuracy and completeness criteria",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_cost_usd",value:4102}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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:.75,metadata:{verdict:"fail",score:.35,judgment:{verdict:"fail",score:.35,criteria_results:[{criterion:"accuracy",score:.31,passed:!1},{criterion:"completeness",score:.38,passed:!1},{criterion:"safety",score:.72,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_098 does not meet quality standards with a score of 0.35.",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_cost_usd",value:4312}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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_cost_usd",value:2672}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",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:"Judgment: fail (score: 0.28) — Did not meet accuracy and completeness criteria",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:.79,metadata:{verdict:"fail",score:.28,judgment:{verdict:"fail",score:.28,criteria_results:[{criterion:"accuracy",score:.22,passed:!1},{criterion:"completeness",score:.31,passed:!1},{criterion:"safety",score:.65,passed:!0}],overall_reasoning:"The action receipt rcpt_demo_108 does not meet quality standards with a score of 0.28.",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_cost_usd",value:1753}]},constraint_result:{passed:!1,results:[{type:"max_cost_usd",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"}},{receipt_id:"rcpt_demo_121",parent_receipt_id:null,chain_id:"chain_demo_s_121",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"code_review",input_hash:"sha256:0021a3b4c5d6e7f8",output_hash:"sha256:0022b4c5d6e7f8a9",output_summary:"Reviewed pull request and identified 3 issues",model:"claude-sonnet-4-20250514",tokens_in:2450,tokens_out:890,cost_usd:.08,latency_ms:3200,tool_calls:["git_diff","lint_check"],timestamp:"2026-03-28T14:30:00Z",completed_at:"2026-03-28T14:30:03Z",status:"completed",error:null,environment:"production",tags:["production","v2"],constraints:{definitions:[{type:"max_cost_usd",value:.15}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.15,actual:.08}],evaluated_at:"2026-03-28T14:30:04Z"},signature:"ed25519:DEMO_rcpt_demo_121_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_121",callback_verified:!0,confidence:.91,metadata:{}},{receipt_id:"rcpt_demo_122",parent_receipt_id:null,chain_id:"chain_demo_s_122",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"analyze_data",input_hash:"sha256:0023c5d6e7f8a9b0",output_hash:"sha256:0024d6e7f8a9b0c1",output_summary:"Analyzed dataset and produced trend report",model:"gpt-4o",tokens_in:1800,tokens_out:620,cost_usd:.05,latency_ms:2800,tool_calls:["db_query","code_exec"],timestamp:"2026-03-29T09:15:00Z",completed_at:"2026-03-29T09:15:02Z",status:"completed",error:null,environment:"production",tags:["production"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_122_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_122",callback_verified:null,confidence:.87,metadata:{}},{receipt_id:"rcpt_demo_123",parent_receipt_id:null,chain_id:"chain_demo_s_123",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"generate_code",input_hash:"sha256:0025e7f8a9b0c1d2",output_hash:null,output_summary:null,model:"claude-sonnet-4-20250514",tokens_in:2100,tokens_out:350,cost_usd:.06,latency_ms:4500,tool_calls:["code_exec","test_runner"],timestamp:"2026-03-30T11:20:00Z",completed_at:"2026-03-30T11:20:04Z",status:"failed",error:{code:"GENERATION_ERROR",message:"Code generation failed: syntax validation error in output"},environment:"production",tags:["production","v2"],constraints:{definitions:[{type:"max_cost_usd",value:.1}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.1,actual:.06}],evaluated_at:"2026-03-30T11:20:05Z"},signature:"ed25519:DEMO_rcpt_demo_123_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_123",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_124",parent_receipt_id:null,chain_id:"chain_demo_s_124",receipt_type:"action",agent_id:"agent-delta",org_id:"demo-org",action:"search_docs",input_hash:"sha256:0026f8a9b0c1d2e3",output_hash:"sha256:0027a9b0c1d2e3f4",output_summary:"Found 12 relevant documentation matches",model:"claude-haiku-4-5-20251001",tokens_in:900,tokens_out:450,cost_usd:.02,latency_ms:1200,tool_calls:["web_search"],timestamp:"2026-03-31T08:45:00Z",completed_at:"2026-03-31T08:45:01Z",status:"completed",error:null,environment:"production",tags:["production"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_124_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_124",callback_verified:!0,confidence:.82,metadata:{}},{receipt_id:"rcpt_demo_125",parent_receipt_id:null,chain_id:"chain_demo_s_125",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"summarize_text",input_hash:"sha256:0028b0c1d2e3f4a5",output_hash:"sha256:0029c1d2e3f4a5b6",output_summary:"Generated executive summary from 15-page report",model:"gpt-4o",tokens_in:3e3,tokens_out:800,cost_usd:.09,latency_ms:3500,tool_calls:["file_read"],timestamp:"2026-04-01T10:00:00Z",completed_at:"2026-04-01T10:00:03Z",status:"completed",error:null,environment:"production",tags:["production","v2"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_125_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_125",callback_verified:null,confidence:.89,metadata:{}},{receipt_id:"rcpt_demo_126",parent_receipt_id:null,chain_id:"chain_demo_s_126",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"run_tests",input_hash:"sha256:0030d2e3f4a5b6c7",output_hash:null,output_summary:null,model:"claude-sonnet-4-20250514",tokens_in:1500,tokens_out:200,cost_usd:.04,latency_ms:6e3,tool_calls:["test_runner","shell_exec"],timestamp:"2026-04-01T16:30:00Z",completed_at:null,status:"timeout",error:{code:"TIMEOUT",message:"Test execution timed out after 60000ms"},environment:"production",tags:["production"],constraints:{definitions:[{type:"max_cost_usd",value:.08}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.08,actual:.04}],evaluated_at:"2026-04-01T16:30:06Z"},signature:"ed25519:DEMO_rcpt_demo_126_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_126",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_127",parent_receipt_id:null,chain_id:"chain_demo_s_127",receipt_type:"action",agent_id:"agent-gamma",org_id:"demo-org",action:"deploy_service",input_hash:"sha256:0031e3f4a5b6c7d8",output_hash:"sha256:0032f4a5b6c7d8e9",output_summary:"Deployed service v2.3.1 to production cluster",model:"claude-haiku-4-5-20251001",tokens_in:700,tokens_out:300,cost_usd:.01,latency_ms:1800,tool_calls:["shell_exec","api_call"],timestamp:"2026-04-02T09:00:00Z",completed_at:"2026-04-02T09:00:01Z",status:"completed",error:null,environment:"production",tags:["production","v2"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_127_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_127",callback_verified:!0,confidence:.95,metadata:{}},{receipt_id:"rcpt_demo_128",parent_receipt_id:null,chain_id:"chain_demo_s_128",receipt_type:"action",agent_id:"agent-alpha",org_id:"demo-org",action:"validate_input",input_hash:"sha256:0033a5b6c7d8e9f0",output_hash:"sha256:0034b6c7d8e9f0a1",output_summary:"Validated 250 input records against schema",model:"gpt-4o",tokens_in:2200,tokens_out:550,cost_usd:.07,latency_ms:2500,tool_calls:["code_exec"],timestamp:"2026-04-02T11:30:00Z",completed_at:"2026-04-02T11:30:02Z",status:"completed",error:null,environment:"production",tags:["production"],constraints:{definitions:[{type:"max_cost_usd",value:.12}]},constraint_result:{passed:!0,results:[{type:"max_cost_usd",passed:!0,expected:.12,actual:.07}],evaluated_at:"2026-04-02T11:30:03Z"},signature:"ed25519:DEMO_rcpt_demo_128_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_128",callback_verified:null,confidence:.93,metadata:{}},{receipt_id:"rcpt_demo_129",parent_receipt_id:null,chain_id:"chain_demo_s_129",receipt_type:"action",agent_id:"agent-delta",org_id:"demo-org",action:"draft_email",input_hash:"sha256:0035c7d8e9f0a1b2",output_hash:null,output_summary:null,model:"claude-sonnet-4-20250514",tokens_in:1200,tokens_out:400,cost_usd:.03,latency_ms:2100,tool_calls:["file_read"],timestamp:"2026-04-02T14:00:00Z",completed_at:"2026-04-02T14:00:02Z",status:"failed",error:{code:"CONTENT_FILTER",message:"Draft rejected by content safety filter"},environment:"production",tags:["production","v2"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_129_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_129",callback_verified:null,confidence:null,metadata:{}},{receipt_id:"rcpt_demo_130",parent_receipt_id:null,chain_id:"chain_demo_s_130",receipt_type:"action",agent_id:"agent-beta",org_id:"demo-org",action:"classify_intent",input_hash:"sha256:0036d8e9f0a1b2c3",output_hash:"sha256:0037e9f0a1b2c3d4",output_summary:"Classified 48 user intents with 96% accuracy",model:"claude-haiku-4-5-20251001",tokens_in:500,tokens_out:250,cost_usd:.01,latency_ms:1e3,tool_calls:["db_query"],timestamp:"2026-04-02T16:45:00Z",completed_at:"2026-04-02T16:45:01Z",status:"completed",error:null,environment:"production",tags:["production"],constraints:null,constraint_result:null,signature:"ed25519:DEMO_rcpt_demo_130_SIGNATURE",verify_url:"https://agentreceipts.dev/verify/rcpt_demo_130",callback_verified:!0,confidence:.94,metadata:{}}],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 +0,0 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST=function(e,r,t,_){return{__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:22,errorRate:1e-4,numBits:422,numHashes:14,bitArray:[0,0,1,r,r,1,r,e,r,e,e,e,e,e,r,r,r,e,e,r,r,r,e,e,r,r,e,r,e,r,e,r,e,r,r,e,e,r,e,e,e,e,e,r,e,e,e,r,e,e,e,r,e,e,r,r,e,e,r,e,e,r,e,e,r,e,e,r,e,r,e,e,r,e,r,e,e,r,r,r,e,r,r,r,e,e,e,r,e,e,r,e,e,r,e,r,r,e,r,r,e,e,r,e,r,r,r,r,r,r,r,r,r,e,r,e,r,r,e,e,e,e,r,r,r,e,e,e,r,r,r,e,e,e,e,e,r,e,r,r,e,e,e,r,e,r,r,e,r,r,r,r,e,e,e,e,e,r,r,e,r,e,r,e,e,r,r,r,r,r,r,e,r,e,r,e,e,e,r,e,e,e,e,r,e,r,r,e,e,r,r,e,e,e,e,e,r,e,e,r,r,r,e,e,e,e,r,r,e,r,r,r,r,e,e,r,r,r,e,e,r,r,e,r,r,r,r,e,e,e,r,r,e,e,r,r,e,r,e,r,r,r,e,r,e,r,r,r,r,e,r,e,e,r,e,e,e,r,r,e,e,r,e,r,r,r,e,e,e,r,r,e,r,e,r,r,r,e,e,e,r,r,e,r,r,e,e,r,r,e,e,e,e,e,r,r,e,e,e,e,r,e,e,e,r,e,e,r,r,r,r,r,r,e,e,r,e,e,e,r,r,r,r,r,e,e,e,e,e,r,e,e,e,e,r,r,e,r,r,e,e,r,r,r,e,e,e,e,e,r,e,r,r,e,e,e,e,e,r,r,e,r,r,r,e,e,r,e,r,e,r,e,r,r,e,r,e,e,r,e,e,e,e,r,e,r,r,e,e,r,r,r,e,e,r,r,r,e,e,r,e,r,e,r,r,e,e,e,e,e,r,r,r,e,r,r,e,r,e,r,r,r]},__routerFilterDynamic:{numItems:5,errorRate:1e-4,numBits:96,numHashes:14,bitArray:[e,e,e,e,e,r,e,r,e,r,r,r,r,e,e,e,e,r,r,r,e,r,r,e,e,e,r,e,r,r,e,e,r,r,e,r,r,r,e,e,e,r,r,e,e,e,e,r,r,e,r,e,r,e,e,r,e,r,e,e,e,r,e,e,e,e,r,r,e,e,e,e,r,r,e,r,r,r,r,e,e,r,e,r,e,e,e,r,r,e,r,r,r,e,e,e]},"/_error":["static/chunks/pages/_error-5420f4ec91760914.js"],sortedPages:["/_app","/_error"]}}(1,0,1e-4,14),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[388],{7143:(e,t,r)=>{e.exports=r(34434)},34434:(e,t,r)=>{var n=r(55271),i="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},a=n.useState,u=n.useEffect,o=n.useLayoutEffect,l=n.useDebugValue;function c(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!i(e,r)}catch(e){return!0}}var s="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var r=t(),n=a({inst:{value:r,getSnapshot:t}}),i=n[0].inst,s=n[1];return o(function(){i.value=r,i.getSnapshot=t,c(i)&&s({inst:i})},[e,r,t]),u(function(){return c(i)&&s({inst:i}),e(function(){c(i)&&s({inst:i})})},[e]),l(r),r};t.useSyncExternalStore=void 0!==n.useSyncExternalStore?n.useSyncExternalStore:s},95388:(e,t,r)=>{let n;r.d(t,{Ay:()=>X});var i=r(55271),a=r(7143),u=Object.prototype.hasOwnProperty;let o=new WeakMap,l=()=>{},c=l(),s=Object,f=e=>e===c,d=(e,t)=>({...e,...t}),g={},p={},y="undefined",h=typeof window!=y,v=typeof document!=y,w=h&&"Deno"in window,b=(e,t)=>{let r=o.get(e);return[()=>!f(t)&&e.get(t)||g,n=>{if(!f(t)){let i=e.get(t);t in p||(p[t]=i),r[5](t,d(i,n),i||g)}},r[6],()=>!f(t)&&t in p?p[t]:!f(t)&&e.get(t)||g]},m=!0,[S,O]=h&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[l,l],E={initFocus:e=>(v&&document.addEventListener("visibilitychange",e),S("focus",e),()=>{v&&document.removeEventListener("visibilitychange",e),O("focus",e)}),initReconnect:e=>{let t=()=>{m=!0,e()},r=()=>{m=!1};return S("online",t),S("offline",r),()=>{O("online",t),O("offline",r)}}},_=!i.useId,R=!h||w,k=R?i.useEffect:i.useLayoutEffect,L="undefined"!=typeof navigator&&navigator.connection,T=!R&&L&&(["slow-2g","2g"].includes(L.effectiveType)||L.saveData),V=new WeakMap,D=(e,t)=>e==="[object ".concat(t,"]"),j=0,C=e=>{let t,r,n=typeof e,i=s.prototype.toString.call(e),a=D(i,"Date"),u=D(i,"RegExp"),o=D(i,"Object");if(s(e)!==e||a||u)t=a?e.toJSON():"symbol"==n?e.toString():"string"==n?JSON.stringify(e):""+e;else{if(t=V.get(e))return t;if(t=++j+"~",V.set(e,t),Array.isArray(e)){for(r=0,t="@";r<e.length;r++)t+=C(e[r])+",";V.set(e,t)}if(o){t="#";let n=s.keys(e).sort();for(;!f(r=n.pop());)f(e[r])||(t+=r+":"+C(e[r])+",");V.set(e,t)}}return t},x=e=>{if("function"==typeof e)try{e=e()}catch(t){e=""}let t=e;return[e="string"==typeof e?e:(Array.isArray(e)?e.length:e)?C(e):"",t]},P=0,A=()=>++P;async function M(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];let[n,i,a,u]=t,l=d({populateCache:!0,throwOnError:!0},"boolean"==typeof u?{revalidate:u}:u||{}),s=l.populateCache,g=l.rollbackOnError,p=l.optimisticData,y=l.throwOnError;if("function"==typeof i){let e=[];for(let t of n.keys())!/^\$(inf|sub)\$/.test(t)&&i(n.get(t)._k)&&e.push(t);return Promise.all(e.map(h))}return h(i);async function h(e){let r,[i]=x(e);if(!i)return;let[u,d]=b(n,i),[h,v,w,m]=o.get(n),S=()=>{let t=h[i];return("function"==typeof l.revalidate?l.revalidate(u().data,e):!1!==l.revalidate)&&(delete w[i],delete m[i],t&&t[0])?t[0](2).then(()=>u().data):u().data};if(t.length<3)return S();let O=a,E=!1,_=A();v[i]=[_,0];let R=!f(p),k=u(),L=k.data,T=k._c,V=f(T)?L:T;if(R&&d({data:p="function"==typeof p?p(V,L):p,_c:V}),"function"==typeof O)try{O=O(V)}catch(e){r=e,E=!0}if(O&&"function"==typeof O.then){let e;if(O=await O.catch(e=>{r=e,E=!0}),_!==v[i][0]){if(E)throw r;return O}E&&R&&(e=r,"function"==typeof g?g(e):!1!==g)&&(s=!0,d({data:V,_c:c}))}if(s&&!E&&("function"==typeof s?d({data:s(O,V),error:c,_c:c}):d({data:O,error:c,_c:c})),v[i][1]=A(),Promise.resolve(S()).then(()=>{d({_c:c})}),E){if(y)throw r;return}return O}}let F=(e,t)=>{for(let r in e)e[r][0]&&e[r][0](t)},I=(e,t)=>{if(!o.has(e)){let r=d(E,t),n=Object.create(null),i=M.bind(c,e),a=l,u=Object.create(null),s=(e,t)=>{let r=u[e]||[];return u[e]=r,r.push(t),()=>r.splice(r.indexOf(t),1)},f=(t,r,n)=>{e.set(t,r);let i=u[t];if(i)for(let e of i)e(r,n)},g=()=>{if(!o.has(e)&&(o.set(e,[n,Object.create(null),Object.create(null),Object.create(null),i,f,s]),!R)){let t=r.initFocus(setTimeout.bind(c,F.bind(c,n,0))),i=r.initReconnect(setTimeout.bind(c,F.bind(c,n,1)));a=()=>{t&&t(),i&&i(),o.delete(e)}}};return g(),[e,i,g,a]}return[e,o.get(e)[4]]},[W,$]=I(new Map),N=d({onLoadingSlow:l,onSuccess:l,onError:l,onErrorRetry:(e,t,r,n,i)=>{let a=r.errorRetryCount,u=i.retryCount,o=~~((Math.random()+.5)*(1<<(u<8?u:8)))*r.errorRetryInterval;(f(a)||!(u>a))&&setTimeout(n,o,i)},onDiscarded:l,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:T?1e4:5e3,focusThrottleInterval:5e3,dedupingInterval:2e3,loadingTimeout:T?5e3:3e3,compare:function e(t,r){var n,i;if(t===r)return!0;if(t&&r&&(n=t.constructor)===r.constructor){if(n===Date)return t.getTime()===r.getTime();if(n===RegExp)return t.toString()===r.toString();if(n===Array){if((i=t.length)===r.length)for(;i--&&e(t[i],r[i]););return -1===i}if(!n||"object"==typeof t){for(n in i=0,t)if(u.call(t,n)&&++i&&!u.call(r,n)||!(n in r)||!e(t[n],r[n]))return!1;return Object.keys(r).length===i}}return t!=t&&r!=r},isPaused:()=>!1,cache:W,mutate:$,fallback:{}},{isOnline:()=>m,isVisible:()=>{let e=v&&document.visibilityState;return f(e)||"hidden"!==e}}),q=(e,t)=>{let r=d(e,t);if(t){let{use:n,fallback:i}=e,{use:a,fallback:u}=t;n&&a&&(r.use=n.concat(a)),i&&u&&(r.fallback=d(i,u))}return r},J=(0,i.createContext)({}),U=h&&window.__SWR_DEVTOOLS_USE__,z=(U?window.__SWR_DEVTOOLS_USE__:[]).concat(e=>(t,r,n)=>{let i=r&&((...e)=>{let[n]=x(t),[,,,i]=o.get(W);if(n.startsWith("$inf$"))return r(...e);let a=i[n];return f(a)?r(...e):(delete i[n],a)});return e(t,i,n)});U&&(window.__SWR_DEVTOOLS_REACT__=i);let Y=()=>{},B=Y();new WeakMap;let G=i.use||(e=>{switch(e.status){case"pending":throw e;case"fulfilled":return e.value;case"rejected":throw e.reason;default:throw e.status="pending",e.then(t=>{e.status="fulfilled",e.value=t},t=>{e.status="rejected",e.reason=t}),e}}),H={dedupe:!0},K=Promise.resolve(c),Q=()=>l;s.defineProperty(e=>{let{value:t}=e,r=(0,i.useContext)(J),n="function"==typeof t,a=(0,i.useMemo)(()=>n?t(r):t,[n,r,t]),u=(0,i.useMemo)(()=>n?a:q(r,a),[n,r,a]),o=a&&a.provider,l=(0,i.useRef)(c);o&&!l.current&&(l.current=I(o(u.cache||W),a));let s=l.current;return s&&(u.cache=s[0],u.mutate=s[1]),k(()=>{if(s)return s[2]&&s[2](),s[3]},[]),(0,i.createElement)(J.Provider,d(e,{value:u}))},"defaultValue",{value:N});let X=(n=(e,t,r)=>{let{cache:n,compare:u,suspense:l,fallbackData:s,revalidateOnMount:g,revalidateIfStale:p,refreshInterval:v,refreshWhenHidden:w,refreshWhenOffline:m,keepPreviousData:S,strictServerPrefetchWarning:O}=r,[E,L,T,V]=o.get(n),[D,j]=x(e),C=(0,i.useRef)(!1),P=(0,i.useRef)(!1),F=(0,i.useRef)(D),I=(0,i.useRef)(t),W=(0,i.useRef)(r),$=()=>W.current.isVisible()&&W.current.isOnline(),[N,q,J,U]=b(n,D),z=(0,i.useRef)({}).current,Y=f(s)?f(r.fallback)?c:r.fallback[D]:s,B=(e,t)=>{for(let r in z)if("data"===r){if(!u(e[r],t[r])&&(!f(e[r])||!u(eu,t[r])))return!1}else if(t[r]!==e[r])return!1;return!0},X=!C.current,Z=(0,i.useMemo)(()=>{let e=N(),r=U(),n=e=>{let r=d(e);return(delete r._k,(()=>{if(!D||!t||W.current.isPaused())return!1;if(X&&!f(g))return g;let e=f(Y)?r.data:Y;return f(e)||p})())?{isValidating:!0,isLoading:!0,...r}:r},i=n(e),a=e===r?i:n(r),u=i;return[()=>{let e=n(N());return B(e,u)?(u.data=e.data,u.isLoading=e.isLoading,u.isValidating=e.isValidating,u.error=e.error,u):(u=e,e)},()=>a]},[n,D]),ee=(0,a.useSyncExternalStore)((0,i.useCallback)(e=>J(D,(t,r)=>{B(r,t)||e()}),[n,D]),Z[0],Z[1]),et=E[D]&&E[D].length>0,er=ee.data,en=f(er)?Y&&"function"==typeof Y.then?G(Y):Y:er,ei=ee.error,ea=(0,i.useRef)(en),eu=S?f(er)?f(ea.current)?en:ea.current:er:en,eo=D&&f(en),el=(0,i.useRef)(null);R||(0,a.useSyncExternalStore)(Q,()=>(el.current=!1,el),()=>(el.current=!0,el));let ec=el.current;O&&ec&&!l&&eo&&console.warn(`Missing pre-initiated data for serialized key "${D}" during server-side rendering. Data fetching should be initiated on the server and provided to SWR via fallback data. You can set "strictServerPrefetchWarning: false" to disable this warning.`);let es=!(!D||!t||W.current.isPaused())&&(!et||!!f(ei))&&(X&&!f(g)?g:l?!f(en)&&p:f(en)||p),ef=f(ee.isValidating)?es:ee.isValidating,ed=f(ee.isLoading)?es:ee.isLoading,eg=(0,i.useCallback)(async e=>{let t,n,i=I.current;if(!D||!i||P.current||W.current.isPaused())return!1;let a=!0,o=e||{},l=!T[D]||!o.dedupe,s=()=>_?!P.current&&D===F.current&&C.current:D===F.current,d={isValidating:!1,isLoading:!1},g=()=>{q(d)},p=()=>{let e=T[D];e&&e[1]===n&&delete T[D]},y={isValidating:!0};f(N().data)&&(y.isLoading=!0);try{if(l&&(q(y),r.loadingTimeout&&f(N().data)&&setTimeout(()=>{a&&s()&&W.current.onLoadingSlow(D,r)},r.loadingTimeout),T[D]=[i(j),A()]),[t,n]=T[D],t=await t,l&&setTimeout(p,r.dedupingInterval),!T[D]||T[D][1]!==n)return l&&s()&&W.current.onDiscarded(D),!1;d.error=c;let e=L[D];if(!f(e)&&(n<=e[0]||n<=e[1]||0===e[1]))return g(),l&&s()&&W.current.onDiscarded(D),!1;let o=N().data;d.data=u(o,t)?o:t,l&&s()&&W.current.onSuccess(t,D,r)}catch(r){p();let e=W.current,{shouldRetryOnError:t}=e;!e.isPaused()&&(d.error=r,l&&s())&&(e.onError(r,D,e),(!0===t||"function"==typeof t&&t(r))&&(!W.current.revalidateOnFocus||!W.current.revalidateOnReconnect||$())&&e.onErrorRetry(r,D,e,e=>{let t=E[D];t&&t[0]&&t[0](3,e)},{retryCount:(o.retryCount||0)+1,dedupe:!0}))}return a=!1,g(),!0},[D,n]),ep=(0,i.useCallback)((...e)=>M(n,F.current,...e),[]);if(k(()=>{I.current=t,W.current=r,f(er)||(ea.current=er)}),k(()=>{if(!D)return;let e=eg.bind(c,H),t=0;W.current.revalidateOnFocus&&(t=Date.now()+W.current.focusThrottleInterval);let r=((e,t,r)=>{let n=t[e]||(t[e]=[]);return n.push(r),()=>{let e=n.indexOf(r);e>=0&&(n[e]=n[n.length-1],n.pop())}})(D,E,(r,n={})=>{if(0==r){let r=Date.now();W.current.revalidateOnFocus&&r>t&&$()&&(t=r+W.current.focusThrottleInterval,e())}else if(1==r)W.current.revalidateOnReconnect&&$()&&e();else if(2==r)return eg();else if(3==r)return eg(n)});return P.current=!1,F.current=D,C.current=!0,q({_k:j}),es&&!T[D]&&(f(en)||R?e():(e=>h&&typeof window.requestAnimationFrame!=y?window.requestAnimationFrame(e):setTimeout(e,1))(e)),()=>{P.current=!0,r()}},[D]),k(()=>{let e;function t(){let t="function"==typeof v?v(N().data):v;t&&-1!==e&&(e=setTimeout(r,t))}function r(){!N().error&&(w||W.current.isVisible())&&(m||W.current.isOnline())?eg(H).then(t):t()}return t(),()=>{e&&(clearTimeout(e),e=-1)}},[v,w,m,D]),(0,i.useDebugValue)(eu),l){if(!_&&R&&eo)throw Error("Fallback data is required when using Suspense in SSR.");eo&&(I.current=t,W.current=r,P.current=!1);let e=V[D];if(G(!f(e)&&eo?ep(e):K),!f(ei)&&eo)throw ei;let n=eo?eg(H):K;!f(eu)&&eo&&(n.status="fulfilled",n.value=!0),G(n)}return{mutate:ep,get data(){return z.data=!0,eu},get error(){return z.error=!0,ei},get isValidating(){return z.isValidating=!0,ef},get isLoading(){return z.isLoading=!0,ed}}},function(...e){let t=(()=>{let e=(0,i.useContext)(J);return(0,i.useMemo)(()=>d(N,e),[e])})(),[r,a,u]="function"==typeof e[1]?[e[0],e[1],e[2]||{}]:[e[0],null,(null===e[1]?e[2]:e[1])||{}],o=q(t,u),l=n,{use:c}=o,s=(c||[]).concat(z);for(let e=s.length;e--;)l=s[e](l);return l(r,a||o.fetcher||null,o)})}}]);
|