@agent-receipts/dashboard 0.3.0 → 0.3.2
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 +5 -6
- package/standalone/apps/web/.next/BUILD_ID +1 -1
- package/standalone/apps/web/.next/app-build-manifest.json +55 -55
- package/standalone/apps/web/.next/app-path-routes-manifest.json +13 -13
- package/standalone/apps/web/.next/build-manifest.json +2 -2
- package/standalone/apps/web/.next/prerender-manifest.json +34 -34
- 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 +2 -2
- package/standalone/apps/web/.next/server/app/agents/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/agents/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/agents.html +2 -2
- package/standalone/apps/web/.next/server/app/agents.rsc +2 -2
- 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 -1
- package/standalone/apps/web/.next/server/app/api/memory/audit/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/audit/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/entities/[id]/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/entities/[id]/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/entities/[id]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/entities/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/entities/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/entities/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/forget/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/forget/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/forget/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/observe/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/observe/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/observe/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/provenance/[obsId]/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/provenance/[obsId]/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/provenance/[obsId]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/recall/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/recall/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/memory/recall/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/[id]/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/[id]/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/[id]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/search/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/search/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/search/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/stats/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/stats/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/stats/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/verify/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/verify/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/verify/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/chains/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/chains/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/chains.html +2 -2
- package/standalone/apps/web/.next/server/app/chains.rsc +2 -2
- 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 +2 -2
- 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 +2 -2
- package/standalone/apps/web/.next/server/app/get-started.rsc +2 -2
- 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 +2 -2
- package/standalone/apps/web/.next/server/app/how-it-works.rsc +2 -2
- package/standalone/apps/web/.next/server/app/index.html +2 -2
- package/standalone/apps/web/.next/server/app/index.rsc +2 -2
- package/standalone/apps/web/.next/server/app/invoices/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/invoices.html +2 -2
- package/standalone/apps/web/.next/server/app/invoices.rsc +2 -2
- 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 +2 -2
- package/standalone/apps/web/.next/server/app/memory/[entityId]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/memory/audit/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/memory/audit.html +2 -2
- package/standalone/apps/web/.next/server/app/memory/audit.rsc +2 -2
- package/standalone/apps/web/.next/server/app/memory/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/memory.html +2 -2
- package/standalone/apps/web/.next/server/app/memory.rsc +2 -2
- 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 +1 -1
- package/standalone/apps/web/.next/server/app/receipts/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts/page.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts.html +2 -2
- package/standalone/apps/web/.next/server/app/receipts.rsc +3 -3
- 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 +2 -2
- 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 +2 -2
- package/standalone/apps/web/.next/server/app-paths-manifest.json +13 -13
- package/standalone/apps/web/.next/server/chunks/1725.js +1 -0
- package/standalone/apps/web/.next/server/chunks/4099.js +1 -1
- package/standalone/apps/web/.next/server/chunks/4886.js +1 -0
- package/standalone/apps/web/.next/server/chunks/6803.js +44 -6
- package/standalone/apps/web/.next/server/pages/404.html +2 -2
- package/standalone/apps/web/.next/server/pages/500.html +1 -1
- package/standalone/apps/web/.next/server/pages/_error.js +2 -2
- package/standalone/apps/web/.next/server/pages-manifest.json +1 -1
- 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/css/90a952694ea5745a.css +5 -0
- package/standalone/apps/web/src/lib/demo-memory-store.ts +238 -0
- 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 +135 -3
- package/standalone/packages/mcp-server/package.json +1 -1
- package/standalone/apps/web/.next/static/chunks/app/receipts/[id]/page-779f2c6fdc359351.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/receipts/page-f3df6ceecaff7cce.js +0 -1
- package/standalone/apps/web/.next/static/css/415fd9a8d5823143.css +0 -5
- /package/standalone/apps/web/.next/static/{BZdBWaTjiqh8Heg1_5h6o → 4imcQFGwcLOgYedAyPG7i}/_buildManifest.js +0 -0
- /package/standalone/apps/web/.next/static/{BZdBWaTjiqh8Heg1_5h6o → 4imcQFGwcLOgYedAyPG7i}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agent-receipts/dashboard",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Mission Control dashboard for Agent Receipts — local web UI for AI agent accountability",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Amin <amin@webaes.com>",
|
|
@@ -27,12 +27,11 @@
|
|
|
27
27
|
"standalone/",
|
|
28
28
|
"README.md"
|
|
29
29
|
],
|
|
30
|
-
"scripts": {
|
|
31
|
-
"build:standalone": "node scripts/build-standalone.js",
|
|
32
|
-
"prepublishOnly": "npm run build:standalone"
|
|
33
|
-
},
|
|
34
30
|
"devDependencies": {
|
|
35
31
|
"tsup": "^8.2.0",
|
|
36
32
|
"typescript": "^5.4.0"
|
|
33
|
+
},
|
|
34
|
+
"scripts": {
|
|
35
|
+
"build:standalone": "node scripts/build-standalone.js"
|
|
37
36
|
}
|
|
38
|
-
}
|
|
37
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
4imcQFGwcLOgYedAyPG7i
|
|
@@ -12,18 +12,11 @@
|
|
|
12
12
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
13
13
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
14
14
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
15
|
-
"static/css/
|
|
15
|
+
"static/css/90a952694ea5745a.css",
|
|
16
16
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
17
17
|
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
18
18
|
"static/chunks/app/layout-34e5620f9fbf2601.js"
|
|
19
19
|
],
|
|
20
|
-
"/api/cleanup/route": [
|
|
21
|
-
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
22
|
-
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
23
|
-
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
24
|
-
"static/chunks/main-app-5ae62731e5401157.js",
|
|
25
|
-
"static/chunks/app/api/cleanup/route-08c70580b96dfffc.js"
|
|
26
|
-
],
|
|
27
20
|
"/api/chains/[id]/route": [
|
|
28
21
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
29
22
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
@@ -38,12 +31,12 @@
|
|
|
38
31
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
39
32
|
"static/chunks/app/api/judgments/route-08c70580b96dfffc.js"
|
|
40
33
|
],
|
|
41
|
-
"/api/
|
|
34
|
+
"/api/cleanup/route": [
|
|
42
35
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
43
36
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
44
37
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
45
38
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
46
|
-
"static/chunks/app/api/
|
|
39
|
+
"static/chunks/app/api/cleanup/route-08c70580b96dfffc.js"
|
|
47
40
|
],
|
|
48
41
|
"/api/memory/audit/route": [
|
|
49
42
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -52,26 +45,26 @@
|
|
|
52
45
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
53
46
|
"static/chunks/app/api/memory/audit/route-08c70580b96dfffc.js"
|
|
54
47
|
],
|
|
55
|
-
"/api/memory/entities/route": [
|
|
48
|
+
"/api/memory/entities/[id]/route": [
|
|
56
49
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
57
50
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
58
51
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
59
52
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
60
|
-
"static/chunks/app/api/memory/entities/route-08c70580b96dfffc.js"
|
|
53
|
+
"static/chunks/app/api/memory/entities/[id]/route-08c70580b96dfffc.js"
|
|
61
54
|
],
|
|
62
|
-
"/api/
|
|
55
|
+
"/api/agents/route": [
|
|
63
56
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
64
57
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
65
58
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
66
59
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
67
|
-
"static/chunks/app/api/
|
|
60
|
+
"static/chunks/app/api/agents/route-08c70580b96dfffc.js"
|
|
68
61
|
],
|
|
69
|
-
"/api/memory/entities/
|
|
62
|
+
"/api/memory/entities/route": [
|
|
70
63
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
71
64
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
72
65
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
73
66
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
74
|
-
"static/chunks/app/api/memory/entities/
|
|
67
|
+
"static/chunks/app/api/memory/entities/route-08c70580b96dfffc.js"
|
|
75
68
|
],
|
|
76
69
|
"/api/memory/forget/route": [
|
|
77
70
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -94,19 +87,19 @@
|
|
|
94
87
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
95
88
|
"static/chunks/app/api/memory/provenance/[obsId]/route-08c70580b96dfffc.js"
|
|
96
89
|
],
|
|
97
|
-
"/api/memory/
|
|
90
|
+
"/api/memory/observe/route": [
|
|
98
91
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
99
92
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
100
93
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
101
94
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
102
|
-
"static/chunks/app/api/memory/
|
|
95
|
+
"static/chunks/app/api/memory/observe/route-08c70580b96dfffc.js"
|
|
103
96
|
],
|
|
104
|
-
"/api/memory/
|
|
97
|
+
"/api/memory/recall/route": [
|
|
105
98
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
106
99
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
107
100
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
108
101
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
109
|
-
"static/chunks/app/api/memory/
|
|
102
|
+
"static/chunks/app/api/memory/recall/route-08c70580b96dfffc.js"
|
|
110
103
|
],
|
|
111
104
|
"/api/search/route": [
|
|
112
105
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -129,19 +122,26 @@
|
|
|
129
122
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
130
123
|
"static/chunks/app/api/receipts/[id]/route-08c70580b96dfffc.js"
|
|
131
124
|
],
|
|
132
|
-
"/api/
|
|
125
|
+
"/api/receipts/route": [
|
|
133
126
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
134
127
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
135
128
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
136
129
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
137
|
-
"static/chunks/app/api/
|
|
130
|
+
"static/chunks/app/api/receipts/route-08c70580b96dfffc.js"
|
|
138
131
|
],
|
|
139
|
-
"/api/
|
|
132
|
+
"/api/config/route": [
|
|
140
133
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
141
134
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
142
135
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
143
136
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
144
|
-
"static/chunks/app/api/
|
|
137
|
+
"static/chunks/app/api/config/route-08c70580b96dfffc.js"
|
|
138
|
+
],
|
|
139
|
+
"/api/stats/route": [
|
|
140
|
+
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
141
|
+
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
142
|
+
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
143
|
+
"static/chunks/main-app-5ae62731e5401157.js",
|
|
144
|
+
"static/chunks/app/api/stats/route-08c70580b96dfffc.js"
|
|
145
145
|
],
|
|
146
146
|
"/agents/page": [
|
|
147
147
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -162,14 +162,15 @@
|
|
|
162
162
|
"static/chunks/7493-21c65d3cf41d96fa.js",
|
|
163
163
|
"static/chunks/app/agents/[id]/page-bd27daddc88ea13c.js"
|
|
164
164
|
],
|
|
165
|
-
"/
|
|
165
|
+
"/chains/[id]/page": [
|
|
166
166
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
167
167
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
168
168
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
169
169
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
170
170
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
171
171
|
"static/chunks/5388-497db038071971af.js",
|
|
172
|
-
"static/chunks/
|
|
172
|
+
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
173
|
+
"static/chunks/app/chains/[id]/page-45d744cdd6495e6b.js"
|
|
173
174
|
],
|
|
174
175
|
"/constraints/page": [
|
|
175
176
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -181,24 +182,21 @@
|
|
|
181
182
|
"static/chunks/7493-21c65d3cf41d96fa.js",
|
|
182
183
|
"static/chunks/app/constraints/page-d814c6768a5ac3cd.js"
|
|
183
184
|
],
|
|
184
|
-
"/
|
|
185
|
+
"/how-it-works/page": [
|
|
185
186
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
186
187
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
187
188
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
188
189
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
189
|
-
"static/chunks/
|
|
190
|
-
"static/chunks/5388-497db038071971af.js",
|
|
191
|
-
"static/chunks/app/memory/audit/page-276a1a1a5423380f.js"
|
|
190
|
+
"static/chunks/app/how-it-works/page-fd39b30017b3bb8f.js"
|
|
192
191
|
],
|
|
193
|
-
"/
|
|
192
|
+
"/invoices/page": [
|
|
194
193
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
195
194
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
196
195
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
197
196
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
198
197
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
199
198
|
"static/chunks/5388-497db038071971af.js",
|
|
200
|
-
"static/chunks/
|
|
201
|
-
"static/chunks/app/memory/[entityId]/page-6faf1a99bcc27c06.js"
|
|
199
|
+
"static/chunks/app/invoices/page-9923d5bbee5a89c9.js"
|
|
202
200
|
],
|
|
203
201
|
"/chains/page": [
|
|
204
202
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -208,16 +206,6 @@
|
|
|
208
206
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
209
207
|
"static/chunks/app/chains/page-bd595389b36e9ec3.js"
|
|
210
208
|
],
|
|
211
|
-
"/chains/[id]/page": [
|
|
212
|
-
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
213
|
-
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
214
|
-
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
215
|
-
"static/chunks/main-app-5ae62731e5401157.js",
|
|
216
|
-
"static/chunks/2702-4afe85cf1319178b.js",
|
|
217
|
-
"static/chunks/5388-497db038071971af.js",
|
|
218
|
-
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
219
|
-
"static/chunks/app/chains/[id]/page-45d744cdd6495e6b.js"
|
|
220
|
-
],
|
|
221
209
|
"/judgments/page": [
|
|
222
210
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
223
211
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
@@ -237,14 +225,16 @@
|
|
|
237
225
|
"static/chunks/5388-497db038071971af.js",
|
|
238
226
|
"static/chunks/app/memory/page-e20ae73fade64e1c.js"
|
|
239
227
|
],
|
|
240
|
-
"/
|
|
228
|
+
"/memory/audit/page": [
|
|
241
229
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
242
230
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
243
231
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
244
232
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
245
|
-
"static/chunks/
|
|
233
|
+
"static/chunks/2702-4afe85cf1319178b.js",
|
|
234
|
+
"static/chunks/5388-497db038071971af.js",
|
|
235
|
+
"static/chunks/app/memory/audit/page-276a1a1a5423380f.js"
|
|
246
236
|
],
|
|
247
|
-
"/
|
|
237
|
+
"/memory/[entityId]/page": [
|
|
248
238
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
249
239
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
250
240
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
@@ -252,7 +242,7 @@
|
|
|
252
242
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
253
243
|
"static/chunks/5388-497db038071971af.js",
|
|
254
244
|
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
255
|
-
"static/chunks/app/
|
|
245
|
+
"static/chunks/app/memory/[entityId]/page-6faf1a99bcc27c06.js"
|
|
256
246
|
],
|
|
257
247
|
"/page": [
|
|
258
248
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -266,31 +256,41 @@
|
|
|
266
256
|
"static/chunks/1577-52a37d87918977e4.js",
|
|
267
257
|
"static/chunks/app/page-b758df33c161f189.js"
|
|
268
258
|
],
|
|
269
|
-
"/
|
|
259
|
+
"/receipts/[id]/page": [
|
|
270
260
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
271
261
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
272
262
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
273
263
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
274
264
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
275
|
-
"static/chunks/
|
|
265
|
+
"static/chunks/5388-497db038071971af.js",
|
|
266
|
+
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
267
|
+
"static/chunks/app/receipts/[id]/page-3b95a98a03395684.js"
|
|
276
268
|
],
|
|
277
|
-
"/
|
|
269
|
+
"/receipts/page": [
|
|
278
270
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
279
271
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
280
272
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
281
273
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
282
274
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
283
|
-
"static/chunks/
|
|
275
|
+
"static/chunks/5388-497db038071971af.js",
|
|
276
|
+
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
277
|
+
"static/chunks/app/receipts/page-665b6e374ca41d0c.js"
|
|
284
278
|
],
|
|
285
|
-
"/
|
|
279
|
+
"/settings/page": [
|
|
286
280
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
287
281
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
288
282
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
289
283
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
290
284
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
291
|
-
"static/chunks/
|
|
292
|
-
|
|
293
|
-
|
|
285
|
+
"static/chunks/app/settings/page-a775a2f3752a1cdd.js"
|
|
286
|
+
],
|
|
287
|
+
"/verify/page": [
|
|
288
|
+
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
289
|
+
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
290
|
+
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
291
|
+
"static/chunks/main-app-5ae62731e5401157.js",
|
|
292
|
+
"static/chunks/2702-4afe85cf1319178b.js",
|
|
293
|
+
"static/chunks/app/verify/page-7a654fc6b29b44a8.js"
|
|
294
294
|
],
|
|
295
295
|
"/get-started/layout": [
|
|
296
296
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/icon.svg/route": "/icon.svg",
|
|
4
|
-
"/api/cleanup/route": "/api/cleanup",
|
|
5
4
|
"/api/chains/[id]/route": "/api/chains/[id]",
|
|
6
5
|
"/api/judgments/route": "/api/judgments",
|
|
7
|
-
"/api/
|
|
6
|
+
"/api/cleanup/route": "/api/cleanup",
|
|
8
7
|
"/api/memory/audit/route": "/api/memory/audit",
|
|
9
|
-
"/api/memory/entities/route": "/api/memory/entities",
|
|
10
|
-
"/api/config/route": "/api/config",
|
|
11
8
|
"/api/memory/entities/[id]/route": "/api/memory/entities/[id]",
|
|
9
|
+
"/api/agents/route": "/api/agents",
|
|
10
|
+
"/api/memory/entities/route": "/api/memory/entities",
|
|
12
11
|
"/api/memory/forget/route": "/api/memory/forget",
|
|
13
12
|
"/api/invoices/route": "/api/invoices",
|
|
14
13
|
"/api/memory/provenance/[obsId]/route": "/api/memory/provenance/[obsId]",
|
|
15
|
-
"/api/memory/recall/route": "/api/memory/recall",
|
|
16
14
|
"/api/memory/observe/route": "/api/memory/observe",
|
|
15
|
+
"/api/memory/recall/route": "/api/memory/recall",
|
|
17
16
|
"/api/search/route": "/api/search",
|
|
18
17
|
"/api/verify/route": "/api/verify",
|
|
19
18
|
"/api/receipts/[id]/route": "/api/receipts/[id]",
|
|
20
|
-
"/api/stats/route": "/api/stats",
|
|
21
19
|
"/api/receipts/route": "/api/receipts",
|
|
20
|
+
"/api/config/route": "/api/config",
|
|
21
|
+
"/api/stats/route": "/api/stats",
|
|
22
22
|
"/agents/page": "/agents",
|
|
23
23
|
"/agents/[id]/page": "/agents/[id]",
|
|
24
|
-
"/
|
|
24
|
+
"/chains/[id]/page": "/chains/[id]",
|
|
25
25
|
"/constraints/page": "/constraints",
|
|
26
|
-
"/
|
|
27
|
-
"/
|
|
26
|
+
"/how-it-works/page": "/how-it-works",
|
|
27
|
+
"/invoices/page": "/invoices",
|
|
28
28
|
"/chains/page": "/chains",
|
|
29
|
-
"/chains/[id]/page": "/chains/[id]",
|
|
30
29
|
"/judgments/page": "/judgments",
|
|
31
30
|
"/memory/page": "/memory",
|
|
32
|
-
"/
|
|
33
|
-
"/
|
|
31
|
+
"/memory/audit/page": "/memory/audit",
|
|
32
|
+
"/memory/[entityId]/page": "/memory/[entityId]",
|
|
34
33
|
"/page": "/",
|
|
34
|
+
"/receipts/[id]/page": "/receipts/[id]",
|
|
35
|
+
"/receipts/page": "/receipts",
|
|
35
36
|
"/settings/page": "/settings",
|
|
36
37
|
"/verify/page": "/verify",
|
|
37
|
-
"/receipts/page": "/receipts",
|
|
38
38
|
"/get-started/page": "/get-started"
|
|
39
39
|
}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/4imcQFGwcLOgYedAyPG7i/_buildManifest.js",
|
|
9
|
+
"static/4imcQFGwcLOgYedAyPG7i/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -30,8 +30,7 @@
|
|
|
30
30
|
"x-next-revalidate-tag-token"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
|
-
"/
|
|
34
|
-
"initialStatus": 404,
|
|
33
|
+
"/agents": {
|
|
35
34
|
"experimentalBypassFor": [
|
|
36
35
|
{
|
|
37
36
|
"type": "header",
|
|
@@ -44,8 +43,8 @@
|
|
|
44
43
|
}
|
|
45
44
|
],
|
|
46
45
|
"initialRevalidateSeconds": false,
|
|
47
|
-
"srcRoute": "/
|
|
48
|
-
"dataRoute": "/
|
|
46
|
+
"srcRoute": "/agents",
|
|
47
|
+
"dataRoute": "/agents.rsc",
|
|
49
48
|
"allowHeader": [
|
|
50
49
|
"host",
|
|
51
50
|
"x-matched-path",
|
|
@@ -55,7 +54,7 @@
|
|
|
55
54
|
"x-next-revalidate-tag-token"
|
|
56
55
|
]
|
|
57
56
|
},
|
|
58
|
-
"/
|
|
57
|
+
"/chains": {
|
|
59
58
|
"experimentalBypassFor": [
|
|
60
59
|
{
|
|
61
60
|
"type": "header",
|
|
@@ -68,8 +67,8 @@
|
|
|
68
67
|
}
|
|
69
68
|
],
|
|
70
69
|
"initialRevalidateSeconds": false,
|
|
71
|
-
"srcRoute": "/
|
|
72
|
-
"dataRoute": "/
|
|
70
|
+
"srcRoute": "/chains",
|
|
71
|
+
"dataRoute": "/chains.rsc",
|
|
73
72
|
"allowHeader": [
|
|
74
73
|
"host",
|
|
75
74
|
"x-matched-path",
|
|
@@ -79,7 +78,7 @@
|
|
|
79
78
|
"x-next-revalidate-tag-token"
|
|
80
79
|
]
|
|
81
80
|
},
|
|
82
|
-
"/
|
|
81
|
+
"/invoices": {
|
|
83
82
|
"experimentalBypassFor": [
|
|
84
83
|
{
|
|
85
84
|
"type": "header",
|
|
@@ -92,8 +91,8 @@
|
|
|
92
91
|
}
|
|
93
92
|
],
|
|
94
93
|
"initialRevalidateSeconds": false,
|
|
95
|
-
"srcRoute": "/
|
|
96
|
-
"dataRoute": "/
|
|
94
|
+
"srcRoute": "/invoices",
|
|
95
|
+
"dataRoute": "/invoices.rsc",
|
|
97
96
|
"allowHeader": [
|
|
98
97
|
"host",
|
|
99
98
|
"x-matched-path",
|
|
@@ -103,7 +102,7 @@
|
|
|
103
102
|
"x-next-revalidate-tag-token"
|
|
104
103
|
]
|
|
105
104
|
},
|
|
106
|
-
"/
|
|
105
|
+
"/memory/audit": {
|
|
107
106
|
"experimentalBypassFor": [
|
|
108
107
|
{
|
|
109
108
|
"type": "header",
|
|
@@ -116,8 +115,8 @@
|
|
|
116
115
|
}
|
|
117
116
|
],
|
|
118
117
|
"initialRevalidateSeconds": false,
|
|
119
|
-
"srcRoute": "/
|
|
120
|
-
"dataRoute": "/
|
|
118
|
+
"srcRoute": "/memory/audit",
|
|
119
|
+
"dataRoute": "/memory/audit.rsc",
|
|
121
120
|
"allowHeader": [
|
|
122
121
|
"host",
|
|
123
122
|
"x-matched-path",
|
|
@@ -151,7 +150,8 @@
|
|
|
151
150
|
"x-next-revalidate-tag-token"
|
|
152
151
|
]
|
|
153
152
|
},
|
|
154
|
-
"/
|
|
153
|
+
"/_not-found": {
|
|
154
|
+
"initialStatus": 404,
|
|
155
155
|
"experimentalBypassFor": [
|
|
156
156
|
{
|
|
157
157
|
"type": "header",
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
}
|
|
165
165
|
],
|
|
166
166
|
"initialRevalidateSeconds": false,
|
|
167
|
-
"srcRoute": "/
|
|
168
|
-
"dataRoute": "/
|
|
167
|
+
"srcRoute": "/_not-found",
|
|
168
|
+
"dataRoute": "/_not-found.rsc",
|
|
169
169
|
"allowHeader": [
|
|
170
170
|
"host",
|
|
171
171
|
"x-matched-path",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"x-next-revalidate-tag-token"
|
|
176
176
|
]
|
|
177
177
|
},
|
|
178
|
-
"/
|
|
178
|
+
"/memory": {
|
|
179
179
|
"experimentalBypassFor": [
|
|
180
180
|
{
|
|
181
181
|
"type": "header",
|
|
@@ -188,8 +188,8 @@
|
|
|
188
188
|
}
|
|
189
189
|
],
|
|
190
190
|
"initialRevalidateSeconds": false,
|
|
191
|
-
"srcRoute": "/
|
|
192
|
-
"dataRoute": "/
|
|
191
|
+
"srcRoute": "/memory",
|
|
192
|
+
"dataRoute": "/memory.rsc",
|
|
193
193
|
"allowHeader": [
|
|
194
194
|
"host",
|
|
195
195
|
"x-matched-path",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"x-next-revalidate-tag-token"
|
|
200
200
|
]
|
|
201
201
|
},
|
|
202
|
-
"/
|
|
202
|
+
"/settings": {
|
|
203
203
|
"experimentalBypassFor": [
|
|
204
204
|
{
|
|
205
205
|
"type": "header",
|
|
@@ -212,8 +212,8 @@
|
|
|
212
212
|
}
|
|
213
213
|
],
|
|
214
214
|
"initialRevalidateSeconds": false,
|
|
215
|
-
"srcRoute": "/
|
|
216
|
-
"dataRoute": "/
|
|
215
|
+
"srcRoute": "/settings",
|
|
216
|
+
"dataRoute": "/settings.rsc",
|
|
217
217
|
"allowHeader": [
|
|
218
218
|
"host",
|
|
219
219
|
"x-matched-path",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"x-next-revalidate-tag-token"
|
|
224
224
|
]
|
|
225
225
|
},
|
|
226
|
-
"/
|
|
226
|
+
"/verify": {
|
|
227
227
|
"experimentalBypassFor": [
|
|
228
228
|
{
|
|
229
229
|
"type": "header",
|
|
@@ -236,8 +236,8 @@
|
|
|
236
236
|
}
|
|
237
237
|
],
|
|
238
238
|
"initialRevalidateSeconds": false,
|
|
239
|
-
"srcRoute": "/
|
|
240
|
-
"dataRoute": "/
|
|
239
|
+
"srcRoute": "/verify",
|
|
240
|
+
"dataRoute": "/verify.rsc",
|
|
241
241
|
"allowHeader": [
|
|
242
242
|
"host",
|
|
243
243
|
"x-matched-path",
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"x-next-revalidate-tag-token"
|
|
272
272
|
]
|
|
273
273
|
},
|
|
274
|
-
"/
|
|
274
|
+
"/constraints": {
|
|
275
275
|
"experimentalBypassFor": [
|
|
276
276
|
{
|
|
277
277
|
"type": "header",
|
|
@@ -284,8 +284,8 @@
|
|
|
284
284
|
}
|
|
285
285
|
],
|
|
286
286
|
"initialRevalidateSeconds": false,
|
|
287
|
-
"srcRoute": "/
|
|
288
|
-
"dataRoute": "/
|
|
287
|
+
"srcRoute": "/constraints",
|
|
288
|
+
"dataRoute": "/constraints.rsc",
|
|
289
289
|
"allowHeader": [
|
|
290
290
|
"host",
|
|
291
291
|
"x-matched-path",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"x-next-revalidate-tag-token"
|
|
296
296
|
]
|
|
297
297
|
},
|
|
298
|
-
"/
|
|
298
|
+
"/receipts": {
|
|
299
299
|
"experimentalBypassFor": [
|
|
300
300
|
{
|
|
301
301
|
"type": "header",
|
|
@@ -308,8 +308,8 @@
|
|
|
308
308
|
}
|
|
309
309
|
],
|
|
310
310
|
"initialRevalidateSeconds": false,
|
|
311
|
-
"srcRoute": "/
|
|
312
|
-
"dataRoute": "/
|
|
311
|
+
"srcRoute": "/receipts",
|
|
312
|
+
"dataRoute": "/receipts.rsc",
|
|
313
313
|
"allowHeader": [
|
|
314
314
|
"host",
|
|
315
315
|
"x-matched-path",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
"x-next-revalidate-tag-token"
|
|
344
344
|
]
|
|
345
345
|
},
|
|
346
|
-
"/
|
|
346
|
+
"/judgments": {
|
|
347
347
|
"experimentalBypassFor": [
|
|
348
348
|
{
|
|
349
349
|
"type": "header",
|
|
@@ -356,8 +356,8 @@
|
|
|
356
356
|
}
|
|
357
357
|
],
|
|
358
358
|
"initialRevalidateSeconds": false,
|
|
359
|
-
"srcRoute": "/
|
|
360
|
-
"dataRoute": "/
|
|
359
|
+
"srcRoute": "/judgments",
|
|
360
|
+
"dataRoute": "/judgments.rsc",
|
|
361
361
|
"allowHeader": [
|
|
362
362
|
"host",
|
|
363
363
|
"x-matched-path",
|