@agent-receipts/dashboard 0.3.3 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/standalone/apps/web/.next/BUILD_ID +1 -1
- package/standalone/apps/web/.next/app-build-manifest.json +66 -66
- package/standalone/apps/web/.next/app-path-routes-manifest.json +16 -16
- package/standalone/apps/web/.next/build-manifest.json +2 -2
- package/standalone/apps/web/.next/prerender-manifest.json +37 -37
- 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 +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_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 +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_client-reference-manifest.js +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_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_client-reference-manifest.js +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_client-reference-manifest.js +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 +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 +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 +2 -2
- package/standalone/apps/web/.next/server/app/get-started.rsc +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 +2 -2
- package/standalone/apps/web/.next/server/app/how-it-works.rsc +1 -1
- package/standalone/apps/web/.next/server/app/index.html +2 -2
- package/standalone/apps/web/.next/server/app/index.rsc +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 +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 +1 -1
- 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 +1 -1
- 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 +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_client-reference-manifest.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 +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 +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 +1 -1
- package/standalone/apps/web/.next/server/app-paths-manifest.json +16 -16
- package/standalone/apps/web/.next/server/chunks/6803.js +26 -26
- package/standalone/apps/web/.next/server/chunks/808.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/_error.js +2 -2
- package/standalone/packages/crypto/package.json +1 -1
- package/standalone/packages/mcp-server/dist/index.js +163 -26
- package/standalone/packages/mcp-server/package.json +1 -1
- /package/standalone/apps/web/.next/static/{fi9yAjl_4t8FYuG9KzFA- → bPnZEfk42BH5O3uBqRDmu}/_buildManifest.js +0 -0
- /package/standalone/apps/web/.next/static/{fi9yAjl_4t8FYuG9KzFA- → bPnZEfk42BH5O3uBqRDmu}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
bPnZEfk42BH5O3uBqRDmu
|
|
@@ -17,75 +17,75 @@
|
|
|
17
17
|
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
18
18
|
"static/chunks/app/layout-34e5620f9fbf2601.js"
|
|
19
19
|
],
|
|
20
|
-
"/api/
|
|
20
|
+
"/api/cleanup/route": [
|
|
21
21
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
22
22
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
23
23
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
24
24
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
25
|
-
"static/chunks/app/api/
|
|
25
|
+
"static/chunks/app/api/cleanup/route-08c70580b96dfffc.js"
|
|
26
26
|
],
|
|
27
|
-
"/api/
|
|
27
|
+
"/api/config/route": [
|
|
28
28
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
29
29
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
30
30
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
31
31
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
32
|
-
"static/chunks/app/api/
|
|
32
|
+
"static/chunks/app/api/config/route-08c70580b96dfffc.js"
|
|
33
33
|
],
|
|
34
|
-
"/api/
|
|
34
|
+
"/api/chains/[id]/route": [
|
|
35
35
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
36
36
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
37
37
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
38
38
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
39
|
-
"static/chunks/app/api/
|
|
39
|
+
"static/chunks/app/api/chains/[id]/route-08c70580b96dfffc.js"
|
|
40
40
|
],
|
|
41
|
-
"/api/
|
|
41
|
+
"/api/agents/route": [
|
|
42
42
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
43
43
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
44
44
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
45
45
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
46
|
-
"static/chunks/app/api/
|
|
46
|
+
"static/chunks/app/api/agents/route-08c70580b96dfffc.js"
|
|
47
47
|
],
|
|
48
|
-
"/api/memory/
|
|
48
|
+
"/api/memory/audit/route": [
|
|
49
49
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
50
50
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
51
51
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
52
52
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
53
|
-
"static/chunks/app/api/memory/
|
|
53
|
+
"static/chunks/app/api/memory/audit/route-08c70580b96dfffc.js"
|
|
54
54
|
],
|
|
55
|
-
"/api/
|
|
55
|
+
"/api/invoices/route": [
|
|
56
56
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
57
57
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
58
58
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
59
59
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
60
|
-
"static/chunks/app/api/
|
|
60
|
+
"static/chunks/app/api/invoices/route-08c70580b96dfffc.js"
|
|
61
61
|
],
|
|
62
|
-
"/api/
|
|
62
|
+
"/api/judgments/route": [
|
|
63
63
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
64
64
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
65
65
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
66
66
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
67
|
-
"static/chunks/app/api/
|
|
67
|
+
"static/chunks/app/api/judgments/route-08c70580b96dfffc.js"
|
|
68
68
|
],
|
|
69
|
-
"/api/memory/entities/route": [
|
|
69
|
+
"/api/memory/entities/[id]/route": [
|
|
70
70
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
71
71
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
72
72
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
73
73
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
74
|
-
"static/chunks/app/api/memory/entities/route-08c70580b96dfffc.js"
|
|
74
|
+
"static/chunks/app/api/memory/entities/[id]/route-08c70580b96dfffc.js"
|
|
75
75
|
],
|
|
76
|
-
"/api/
|
|
76
|
+
"/api/memory/forget/route": [
|
|
77
77
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
78
78
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
79
79
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
80
80
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
81
|
-
"static/chunks/app/api/
|
|
81
|
+
"static/chunks/app/api/memory/forget/route-08c70580b96dfffc.js"
|
|
82
82
|
],
|
|
83
|
-
"/api/
|
|
83
|
+
"/api/memory/observe/route": [
|
|
84
84
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
85
85
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
86
86
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
87
87
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
88
|
-
"static/chunks/app/api/
|
|
88
|
+
"static/chunks/app/api/memory/observe/route-08c70580b96dfffc.js"
|
|
89
89
|
],
|
|
90
90
|
"/api/memory/recall/route": [
|
|
91
91
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -94,19 +94,19 @@
|
|
|
94
94
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
95
95
|
"static/chunks/app/api/memory/recall/route-08c70580b96dfffc.js"
|
|
96
96
|
],
|
|
97
|
-
"/api/
|
|
97
|
+
"/api/memory/provenance/[obsId]/route": [
|
|
98
98
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
99
99
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
100
100
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
101
101
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
102
|
-
"static/chunks/app/api/
|
|
102
|
+
"static/chunks/app/api/memory/provenance/[obsId]/route-08c70580b96dfffc.js"
|
|
103
103
|
],
|
|
104
|
-
"/api/
|
|
104
|
+
"/api/memory/entities/route": [
|
|
105
105
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
106
106
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
107
107
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
108
108
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
109
|
-
"static/chunks/app/api/
|
|
109
|
+
"static/chunks/app/api/memory/entities/route-08c70580b96dfffc.js"
|
|
110
110
|
],
|
|
111
111
|
"/api/search/route": [
|
|
112
112
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -122,19 +122,19 @@
|
|
|
122
122
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
123
123
|
"static/chunks/app/api/receipts/[id]/route-08c70580b96dfffc.js"
|
|
124
124
|
],
|
|
125
|
-
"/api/
|
|
125
|
+
"/api/receipts/route": [
|
|
126
126
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
127
127
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
128
128
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
129
129
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
130
|
-
"static/chunks/app/api/
|
|
130
|
+
"static/chunks/app/api/receipts/route-08c70580b96dfffc.js"
|
|
131
131
|
],
|
|
132
|
-
"/api/
|
|
132
|
+
"/api/verify/route": [
|
|
133
133
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
134
134
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
135
135
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
136
136
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
137
|
-
"static/chunks/app/api/
|
|
137
|
+
"static/chunks/app/api/verify/route-08c70580b96dfffc.js"
|
|
138
138
|
],
|
|
139
139
|
"/api/stats/route": [
|
|
140
140
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -143,24 +143,24 @@
|
|
|
143
143
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
144
144
|
"static/chunks/app/api/stats/route-08c70580b96dfffc.js"
|
|
145
145
|
],
|
|
146
|
-
"/agents/
|
|
146
|
+
"/agents/page": [
|
|
147
147
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
148
148
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
149
149
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
150
150
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
151
151
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
152
|
-
"static/chunks/
|
|
153
|
-
"static/chunks/
|
|
154
|
-
"static/chunks/app/agents/[id]/page-bd27daddc88ea13c.js"
|
|
152
|
+
"static/chunks/5388-497db038071971af.js",
|
|
153
|
+
"static/chunks/app/agents/page-67d8a1e928ffad08.js"
|
|
155
154
|
],
|
|
156
|
-
"/agents/page": [
|
|
155
|
+
"/agents/[id]/page": [
|
|
157
156
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
158
157
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
159
158
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
160
159
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
161
160
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
162
|
-
"static/chunks/
|
|
163
|
-
"static/chunks/
|
|
161
|
+
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
162
|
+
"static/chunks/7493-21c65d3cf41d96fa.js",
|
|
163
|
+
"static/chunks/app/agents/[id]/page-bd27daddc88ea13c.js"
|
|
164
164
|
],
|
|
165
165
|
"/chains/[id]/page": [
|
|
166
166
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -182,40 +182,29 @@
|
|
|
182
182
|
"static/chunks/7493-21c65d3cf41d96fa.js",
|
|
183
183
|
"static/chunks/app/constraints/page-d814c6768a5ac3cd.js"
|
|
184
184
|
],
|
|
185
|
-
"/
|
|
185
|
+
"/how-it-works/page": [
|
|
186
186
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
187
187
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
188
188
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
189
189
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
190
|
-
"static/chunks/
|
|
191
|
-
"static/chunks/5388-497db038071971af.js",
|
|
192
|
-
"static/chunks/app/invoices/page-9923d5bbee5a89c9.js"
|
|
190
|
+
"static/chunks/app/how-it-works/page-fd39b30017b3bb8f.js"
|
|
193
191
|
],
|
|
194
|
-
"/
|
|
192
|
+
"/chains/page": [
|
|
195
193
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
196
194
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
197
195
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
198
196
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
199
197
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
200
|
-
"static/chunks/
|
|
201
|
-
"static/chunks/app/memory/audit/page-276a1a1a5423380f.js"
|
|
202
|
-
],
|
|
203
|
-
"/how-it-works/page": [
|
|
204
|
-
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
205
|
-
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
206
|
-
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
207
|
-
"static/chunks/main-app-5ae62731e5401157.js",
|
|
208
|
-
"static/chunks/app/how-it-works/page-fd39b30017b3bb8f.js"
|
|
198
|
+
"static/chunks/app/chains/page-bd595389b36e9ec3.js"
|
|
209
199
|
],
|
|
210
|
-
"/
|
|
200
|
+
"/invoices/page": [
|
|
211
201
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
212
202
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
213
203
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
214
204
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
215
205
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
216
206
|
"static/chunks/5388-497db038071971af.js",
|
|
217
|
-
"static/chunks/
|
|
218
|
-
"static/chunks/app/judgments/page-dd290557c6948b22.js"
|
|
207
|
+
"static/chunks/app/invoices/page-9923d5bbee5a89c9.js"
|
|
219
208
|
],
|
|
220
209
|
"/memory/page": [
|
|
221
210
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -226,15 +215,17 @@
|
|
|
226
215
|
"static/chunks/5388-497db038071971af.js",
|
|
227
216
|
"static/chunks/app/memory/page-e20ae73fade64e1c.js"
|
|
228
217
|
],
|
|
229
|
-
"/
|
|
218
|
+
"/memory/[entityId]/page": [
|
|
230
219
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
231
220
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
232
221
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
233
222
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
234
223
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
235
|
-
"static/chunks/
|
|
224
|
+
"static/chunks/5388-497db038071971af.js",
|
|
225
|
+
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
226
|
+
"static/chunks/app/memory/[entityId]/page-6faf1a99bcc27c06.js"
|
|
236
227
|
],
|
|
237
|
-
"/
|
|
228
|
+
"/judgments/page": [
|
|
238
229
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
239
230
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
240
231
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
@@ -242,17 +233,18 @@
|
|
|
242
233
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
243
234
|
"static/chunks/5388-497db038071971af.js",
|
|
244
235
|
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
245
|
-
"static/chunks/app/
|
|
236
|
+
"static/chunks/app/judgments/page-dd290557c6948b22.js"
|
|
246
237
|
],
|
|
247
|
-
"/
|
|
238
|
+
"/memory/audit/page": [
|
|
248
239
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
249
240
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
250
241
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
251
242
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
252
243
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
253
|
-
"static/chunks/
|
|
244
|
+
"static/chunks/5388-497db038071971af.js",
|
|
245
|
+
"static/chunks/app/memory/audit/page-276a1a1a5423380f.js"
|
|
254
246
|
],
|
|
255
|
-
"/
|
|
247
|
+
"/page": [
|
|
256
248
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
257
249
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
258
250
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
@@ -260,19 +252,17 @@
|
|
|
260
252
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
261
253
|
"static/chunks/5388-497db038071971af.js",
|
|
262
254
|
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
263
|
-
"static/chunks/
|
|
255
|
+
"static/chunks/7493-21c65d3cf41d96fa.js",
|
|
256
|
+
"static/chunks/1577-52a37d87918977e4.js",
|
|
257
|
+
"static/chunks/app/page-b758df33c161f189.js"
|
|
264
258
|
],
|
|
265
|
-
"/page": [
|
|
259
|
+
"/settings/page": [
|
|
266
260
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
267
261
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
268
262
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
269
263
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
270
264
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
271
|
-
"static/chunks/
|
|
272
|
-
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
273
|
-
"static/chunks/7493-21c65d3cf41d96fa.js",
|
|
274
|
-
"static/chunks/1577-52a37d87918977e4.js",
|
|
275
|
-
"static/chunks/app/page-b758df33c161f189.js"
|
|
265
|
+
"static/chunks/app/settings/page-a775a2f3752a1cdd.js"
|
|
276
266
|
],
|
|
277
267
|
"/receipts/[id]/page": [
|
|
278
268
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -292,6 +282,16 @@
|
|
|
292
282
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
293
283
|
"static/chunks/app/verify/page-7a654fc6b29b44a8.js"
|
|
294
284
|
],
|
|
285
|
+
"/receipts/page": [
|
|
286
|
+
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
287
|
+
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
288
|
+
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
289
|
+
"static/chunks/main-app-5ae62731e5401157.js",
|
|
290
|
+
"static/chunks/2702-4afe85cf1319178b.js",
|
|
291
|
+
"static/chunks/5388-497db038071971af.js",
|
|
292
|
+
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
293
|
+
"static/chunks/app/receipts/page-665b6e374ca41d0c.js"
|
|
294
|
+
],
|
|
295
295
|
"/get-started/layout": [
|
|
296
296
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
297
297
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/icon.svg/route": "/icon.svg",
|
|
4
|
-
"/api/memory/audit/route": "/api/memory/audit",
|
|
5
4
|
"/api/cleanup/route": "/api/cleanup",
|
|
5
|
+
"/api/config/route": "/api/config",
|
|
6
|
+
"/api/chains/[id]/route": "/api/chains/[id]",
|
|
6
7
|
"/api/agents/route": "/api/agents",
|
|
8
|
+
"/api/memory/audit/route": "/api/memory/audit",
|
|
9
|
+
"/api/invoices/route": "/api/invoices",
|
|
7
10
|
"/api/judgments/route": "/api/judgments",
|
|
8
|
-
"/api/memory/observe/route": "/api/memory/observe",
|
|
9
11
|
"/api/memory/entities/[id]/route": "/api/memory/entities/[id]",
|
|
12
|
+
"/api/memory/forget/route": "/api/memory/forget",
|
|
13
|
+
"/api/memory/observe/route": "/api/memory/observe",
|
|
14
|
+
"/api/memory/recall/route": "/api/memory/recall",
|
|
10
15
|
"/api/memory/provenance/[obsId]/route": "/api/memory/provenance/[obsId]",
|
|
11
16
|
"/api/memory/entities/route": "/api/memory/entities",
|
|
12
|
-
"/api/invoices/route": "/api/invoices",
|
|
13
|
-
"/api/config/route": "/api/config",
|
|
14
|
-
"/api/memory/recall/route": "/api/memory/recall",
|
|
15
|
-
"/api/verify/route": "/api/verify",
|
|
16
|
-
"/api/receipts/route": "/api/receipts",
|
|
17
17
|
"/api/search/route": "/api/search",
|
|
18
18
|
"/api/receipts/[id]/route": "/api/receipts/[id]",
|
|
19
|
-
"/api/
|
|
20
|
-
"/api/
|
|
19
|
+
"/api/receipts/route": "/api/receipts",
|
|
20
|
+
"/api/verify/route": "/api/verify",
|
|
21
21
|
"/api/stats/route": "/api/stats",
|
|
22
|
-
"/agents/[id]/page": "/agents/[id]",
|
|
23
22
|
"/agents/page": "/agents",
|
|
23
|
+
"/agents/[id]/page": "/agents/[id]",
|
|
24
24
|
"/chains/[id]/page": "/chains/[id]",
|
|
25
25
|
"/constraints/page": "/constraints",
|
|
26
|
-
"/invoices/page": "/invoices",
|
|
27
|
-
"/memory/audit/page": "/memory/audit",
|
|
28
26
|
"/how-it-works/page": "/how-it-works",
|
|
29
|
-
"/judgments/page": "/judgments",
|
|
30
|
-
"/memory/page": "/memory",
|
|
31
27
|
"/chains/page": "/chains",
|
|
32
|
-
"/
|
|
33
|
-
"/
|
|
28
|
+
"/invoices/page": "/invoices",
|
|
29
|
+
"/memory/page": "/memory",
|
|
34
30
|
"/memory/[entityId]/page": "/memory/[entityId]",
|
|
31
|
+
"/judgments/page": "/judgments",
|
|
32
|
+
"/memory/audit/page": "/memory/audit",
|
|
35
33
|
"/page": "/",
|
|
34
|
+
"/settings/page": "/settings",
|
|
36
35
|
"/receipts/[id]/page": "/receipts/[id]",
|
|
37
36
|
"/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/bPnZEfk42BH5O3uBqRDmu/_buildManifest.js",
|
|
9
|
+
"static/bPnZEfk42BH5O3uBqRDmu/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"x-next-revalidate-tag-token"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
|
-
"/
|
|
33
|
+
"/_not-found": {
|
|
34
|
+
"initialStatus": 404,
|
|
34
35
|
"experimentalBypassFor": [
|
|
35
36
|
{
|
|
36
37
|
"type": "header",
|
|
@@ -43,8 +44,8 @@
|
|
|
43
44
|
}
|
|
44
45
|
],
|
|
45
46
|
"initialRevalidateSeconds": false,
|
|
46
|
-
"srcRoute": "/
|
|
47
|
-
"dataRoute": "/
|
|
47
|
+
"srcRoute": "/_not-found",
|
|
48
|
+
"dataRoute": "/_not-found.rsc",
|
|
48
49
|
"allowHeader": [
|
|
49
50
|
"host",
|
|
50
51
|
"x-matched-path",
|
|
@@ -54,8 +55,7 @@
|
|
|
54
55
|
"x-next-revalidate-tag-token"
|
|
55
56
|
]
|
|
56
57
|
},
|
|
57
|
-
"/
|
|
58
|
-
"initialStatus": 404,
|
|
58
|
+
"/agents": {
|
|
59
59
|
"experimentalBypassFor": [
|
|
60
60
|
{
|
|
61
61
|
"type": "header",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
"initialRevalidateSeconds": false,
|
|
71
|
-
"srcRoute": "/
|
|
72
|
-
"dataRoute": "/
|
|
71
|
+
"srcRoute": "/agents",
|
|
72
|
+
"dataRoute": "/agents.rsc",
|
|
73
73
|
"allowHeader": [
|
|
74
74
|
"host",
|
|
75
75
|
"x-matched-path",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"x-next-revalidate-tag-token"
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
|
-
"/memory
|
|
106
|
+
"/memory": {
|
|
107
107
|
"experimentalBypassFor": [
|
|
108
108
|
{
|
|
109
109
|
"type": "header",
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
}
|
|
117
117
|
],
|
|
118
118
|
"initialRevalidateSeconds": false,
|
|
119
|
-
"srcRoute": "/memory
|
|
120
|
-
"dataRoute": "/memory
|
|
119
|
+
"srcRoute": "/memory",
|
|
120
|
+
"dataRoute": "/memory.rsc",
|
|
121
121
|
"allowHeader": [
|
|
122
122
|
"host",
|
|
123
123
|
"x-matched-path",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"x-next-revalidate-tag-token"
|
|
128
128
|
]
|
|
129
129
|
},
|
|
130
|
-
"/
|
|
130
|
+
"/verify": {
|
|
131
131
|
"experimentalBypassFor": [
|
|
132
132
|
{
|
|
133
133
|
"type": "header",
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
}
|
|
141
141
|
],
|
|
142
142
|
"initialRevalidateSeconds": false,
|
|
143
|
-
"srcRoute": "/
|
|
144
|
-
"dataRoute": "/
|
|
143
|
+
"srcRoute": "/verify",
|
|
144
|
+
"dataRoute": "/verify.rsc",
|
|
145
145
|
"allowHeader": [
|
|
146
146
|
"host",
|
|
147
147
|
"x-matched-path",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"x-next-revalidate-tag-token"
|
|
152
152
|
]
|
|
153
153
|
},
|
|
154
|
-
"/
|
|
154
|
+
"/chains": {
|
|
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": "/chains",
|
|
168
|
+
"dataRoute": "/chains.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
|
+
"/how-it-works": {
|
|
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": "/how-it-works",
|
|
192
|
+
"dataRoute": "/how-it-works.rsc",
|
|
193
193
|
"allowHeader": [
|
|
194
194
|
"host",
|
|
195
195
|
"x-matched-path",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"x-next-revalidate-tag-token"
|
|
224
224
|
]
|
|
225
225
|
},
|
|
226
|
-
"/
|
|
226
|
+
"/get-started": {
|
|
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": "/get-started",
|
|
240
|
+
"dataRoute": "/get-started.rsc",
|
|
241
241
|
"allowHeader": [
|
|
242
242
|
"host",
|
|
243
243
|
"x-matched-path",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"x-next-revalidate-tag-token"
|
|
248
248
|
]
|
|
249
249
|
},
|
|
250
|
-
"/
|
|
250
|
+
"/receipts": {
|
|
251
251
|
"experimentalBypassFor": [
|
|
252
252
|
{
|
|
253
253
|
"type": "header",
|
|
@@ -260,8 +260,8 @@
|
|
|
260
260
|
}
|
|
261
261
|
],
|
|
262
262
|
"initialRevalidateSeconds": false,
|
|
263
|
-
"srcRoute": "/
|
|
264
|
-
"dataRoute": "/
|
|
263
|
+
"srcRoute": "/receipts",
|
|
264
|
+
"dataRoute": "/receipts.rsc",
|
|
265
265
|
"allowHeader": [
|
|
266
266
|
"host",
|
|
267
267
|
"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
|
+
"/invoices": {
|
|
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": "/invoices",
|
|
312
|
+
"dataRoute": "/invoices.rsc",
|
|
313
313
|
"allowHeader": [
|
|
314
314
|
"host",
|
|
315
315
|
"x-matched-path",
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
"x-next-revalidate-tag-token"
|
|
320
320
|
]
|
|
321
321
|
},
|
|
322
|
-
"/
|
|
322
|
+
"/": {
|
|
323
323
|
"experimentalBypassFor": [
|
|
324
324
|
{
|
|
325
325
|
"type": "header",
|
|
@@ -332,8 +332,8 @@
|
|
|
332
332
|
}
|
|
333
333
|
],
|
|
334
334
|
"initialRevalidateSeconds": false,
|
|
335
|
-
"srcRoute": "/
|
|
336
|
-
"dataRoute": "/
|
|
335
|
+
"srcRoute": "/",
|
|
336
|
+
"dataRoute": "/index.rsc",
|
|
337
337
|
"allowHeader": [
|
|
338
338
|
"host",
|
|
339
339
|
"x-matched-path",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
"x-next-revalidate-tag-token"
|
|
344
344
|
]
|
|
345
345
|
},
|
|
346
|
-
"/": {
|
|
346
|
+
"/memory/audit": {
|
|
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": "/memory/audit",
|
|
360
|
+
"dataRoute": "/memory/audit.rsc",
|
|
361
361
|
"allowHeader": [
|
|
362
362
|
"host",
|
|
363
363
|
"x-matched-path",
|