@agent-receipts/dashboard 0.3.2 → 0.3.3
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 +61 -61
- 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 +31 -31
- 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 +2 -2
- 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/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/packages/crypto/package.json +1 -1
- package/standalone/packages/mcp-server/package.json +1 -1
- /package/standalone/apps/web/.next/static/{4imcQFGwcLOgYedAyPG7i → fi9yAjl_4t8FYuG9KzFA-}/_buildManifest.js +0 -0
- /package/standalone/apps/web/.next/static/{4imcQFGwcLOgYedAyPG7i → fi9yAjl_4t8FYuG9KzFA-}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
fi9yAjl_4t8FYuG9KzFA-
|
|
@@ -17,61 +17,61 @@
|
|
|
17
17
|
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
18
18
|
"static/chunks/app/layout-34e5620f9fbf2601.js"
|
|
19
19
|
],
|
|
20
|
-
"/api/
|
|
20
|
+
"/api/memory/audit/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/memory/audit/route-08c70580b96dfffc.js"
|
|
26
26
|
],
|
|
27
|
-
"/api/
|
|
27
|
+
"/api/cleanup/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/cleanup/route-08c70580b96dfffc.js"
|
|
33
33
|
],
|
|
34
|
-
"/api/
|
|
34
|
+
"/api/agents/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/agents/route-08c70580b96dfffc.js"
|
|
40
40
|
],
|
|
41
|
-
"/api/
|
|
41
|
+
"/api/judgments/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/judgments/route-08c70580b96dfffc.js"
|
|
47
47
|
],
|
|
48
|
-
"/api/memory/
|
|
48
|
+
"/api/memory/observe/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/observe/route-08c70580b96dfffc.js"
|
|
54
54
|
],
|
|
55
|
-
"/api/
|
|
55
|
+
"/api/memory/entities/[id]/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/memory/entities/[id]/route-08c70580b96dfffc.js"
|
|
61
61
|
],
|
|
62
|
-
"/api/memory/
|
|
62
|
+
"/api/memory/provenance/[obsId]/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/memory/
|
|
67
|
+
"static/chunks/app/api/memory/provenance/[obsId]/route-08c70580b96dfffc.js"
|
|
68
68
|
],
|
|
69
|
-
"/api/memory/
|
|
69
|
+
"/api/memory/entities/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/
|
|
74
|
+
"static/chunks/app/api/memory/entities/route-08c70580b96dfffc.js"
|
|
75
75
|
],
|
|
76
76
|
"/api/invoices/route": [
|
|
77
77
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -80,40 +80,40 @@
|
|
|
80
80
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
81
81
|
"static/chunks/app/api/invoices/route-08c70580b96dfffc.js"
|
|
82
82
|
],
|
|
83
|
-
"/api/
|
|
83
|
+
"/api/config/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/config/route-08c70580b96dfffc.js"
|
|
89
89
|
],
|
|
90
|
-
"/api/memory/
|
|
90
|
+
"/api/memory/recall/route": [
|
|
91
91
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
92
92
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
93
93
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
94
94
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
95
|
-
"static/chunks/app/api/memory/
|
|
95
|
+
"static/chunks/app/api/memory/recall/route-08c70580b96dfffc.js"
|
|
96
96
|
],
|
|
97
|
-
"/api/
|
|
97
|
+
"/api/verify/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/verify/route-08c70580b96dfffc.js"
|
|
103
103
|
],
|
|
104
|
-
"/api/
|
|
104
|
+
"/api/receipts/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/receipts/route-08c70580b96dfffc.js"
|
|
110
110
|
],
|
|
111
|
-
"/api/
|
|
111
|
+
"/api/search/route": [
|
|
112
112
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
113
113
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
114
114
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
115
115
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
116
|
-
"static/chunks/app/api/
|
|
116
|
+
"static/chunks/app/api/search/route-08c70580b96dfffc.js"
|
|
117
117
|
],
|
|
118
118
|
"/api/receipts/[id]/route": [
|
|
119
119
|
"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/chains/[id]/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/chains/[id]/route-08c70580b96dfffc.js"
|
|
131
131
|
],
|
|
132
|
-
"/api/
|
|
132
|
+
"/api/memory/forget/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/memory/forget/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/page": [
|
|
146
|
+
"/agents/[id]/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/
|
|
152
|
+
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
153
|
+
"static/chunks/7493-21c65d3cf41d96fa.js",
|
|
154
|
+
"static/chunks/app/agents/[id]/page-bd27daddc88ea13c.js"
|
|
154
155
|
],
|
|
155
|
-
"/agents/
|
|
156
|
+
"/agents/page": [
|
|
156
157
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
157
158
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
158
159
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
159
160
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
160
161
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
161
|
-
"static/chunks/
|
|
162
|
-
"static/chunks/
|
|
163
|
-
"static/chunks/app/agents/[id]/page-bd27daddc88ea13c.js"
|
|
162
|
+
"static/chunks/5388-497db038071971af.js",
|
|
163
|
+
"static/chunks/app/agents/page-67d8a1e928ffad08.js"
|
|
164
164
|
],
|
|
165
165
|
"/chains/[id]/page": [
|
|
166
166
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -182,29 +182,30 @@
|
|
|
182
182
|
"static/chunks/7493-21c65d3cf41d96fa.js",
|
|
183
183
|
"static/chunks/app/constraints/page-d814c6768a5ac3cd.js"
|
|
184
184
|
],
|
|
185
|
-
"/
|
|
185
|
+
"/invoices/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/
|
|
190
|
+
"static/chunks/2702-4afe85cf1319178b.js",
|
|
191
|
+
"static/chunks/5388-497db038071971af.js",
|
|
192
|
+
"static/chunks/app/invoices/page-9923d5bbee5a89c9.js"
|
|
191
193
|
],
|
|
192
|
-
"/
|
|
194
|
+
"/memory/audit/page": [
|
|
193
195
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
194
196
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
195
197
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
196
198
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
197
199
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
198
200
|
"static/chunks/5388-497db038071971af.js",
|
|
199
|
-
"static/chunks/app/
|
|
201
|
+
"static/chunks/app/memory/audit/page-276a1a1a5423380f.js"
|
|
200
202
|
],
|
|
201
|
-
"/
|
|
203
|
+
"/how-it-works/page": [
|
|
202
204
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
203
205
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
204
206
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
205
207
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
206
|
-
"static/chunks/
|
|
207
|
-
"static/chunks/app/chains/page-bd595389b36e9ec3.js"
|
|
208
|
+
"static/chunks/app/how-it-works/page-fd39b30017b3bb8f.js"
|
|
208
209
|
],
|
|
209
210
|
"/judgments/page": [
|
|
210
211
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -225,16 +226,15 @@
|
|
|
225
226
|
"static/chunks/5388-497db038071971af.js",
|
|
226
227
|
"static/chunks/app/memory/page-e20ae73fade64e1c.js"
|
|
227
228
|
],
|
|
228
|
-
"/
|
|
229
|
+
"/chains/page": [
|
|
229
230
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
230
231
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
231
232
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
232
233
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
233
234
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
234
|
-
"static/chunks/
|
|
235
|
-
"static/chunks/app/memory/audit/page-276a1a1a5423380f.js"
|
|
235
|
+
"static/chunks/app/chains/page-bd595389b36e9ec3.js"
|
|
236
236
|
],
|
|
237
|
-
"/
|
|
237
|
+
"/receipts/page": [
|
|
238
238
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
239
239
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
240
240
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
@@ -242,21 +242,17 @@
|
|
|
242
242
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
243
243
|
"static/chunks/5388-497db038071971af.js",
|
|
244
244
|
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
245
|
-
"static/chunks/app/
|
|
245
|
+
"static/chunks/app/receipts/page-665b6e374ca41d0c.js"
|
|
246
246
|
],
|
|
247
|
-
"/page": [
|
|
247
|
+
"/settings/page": [
|
|
248
248
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
249
249
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
250
250
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
251
251
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
252
252
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
253
|
-
"static/chunks/
|
|
254
|
-
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
255
|
-
"static/chunks/7493-21c65d3cf41d96fa.js",
|
|
256
|
-
"static/chunks/1577-52a37d87918977e4.js",
|
|
257
|
-
"static/chunks/app/page-b758df33c161f189.js"
|
|
253
|
+
"static/chunks/app/settings/page-a775a2f3752a1cdd.js"
|
|
258
254
|
],
|
|
259
|
-
"/
|
|
255
|
+
"/memory/[entityId]/page": [
|
|
260
256
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
261
257
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
262
258
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
@@ -264,9 +260,9 @@
|
|
|
264
260
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
265
261
|
"static/chunks/5388-497db038071971af.js",
|
|
266
262
|
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
267
|
-
"static/chunks/app/
|
|
263
|
+
"static/chunks/app/memory/[entityId]/page-6faf1a99bcc27c06.js"
|
|
268
264
|
],
|
|
269
|
-
"/
|
|
265
|
+
"/page": [
|
|
270
266
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
271
267
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
272
268
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
@@ -274,15 +270,19 @@
|
|
|
274
270
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
275
271
|
"static/chunks/5388-497db038071971af.js",
|
|
276
272
|
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
277
|
-
"static/chunks/
|
|
273
|
+
"static/chunks/7493-21c65d3cf41d96fa.js",
|
|
274
|
+
"static/chunks/1577-52a37d87918977e4.js",
|
|
275
|
+
"static/chunks/app/page-b758df33c161f189.js"
|
|
278
276
|
],
|
|
279
|
-
"/
|
|
277
|
+
"/receipts/[id]/page": [
|
|
280
278
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
281
279
|
"static/chunks/8e6518bb-8ba80b673620744d.js",
|
|
282
280
|
"static/chunks/9743-b93c9a67bf15f28e.js",
|
|
283
281
|
"static/chunks/main-app-5ae62731e5401157.js",
|
|
284
282
|
"static/chunks/2702-4afe85cf1319178b.js",
|
|
285
|
-
"static/chunks/
|
|
283
|
+
"static/chunks/5388-497db038071971af.js",
|
|
284
|
+
"static/chunks/5935-25e4517f9bfb3e54.js",
|
|
285
|
+
"static/chunks/app/receipts/[id]/page-3b95a98a03395684.js"
|
|
286
286
|
],
|
|
287
287
|
"/verify/page": [
|
|
288
288
|
"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/chains/[id]/route": "/api/chains/[id]",
|
|
5
|
-
"/api/judgments/route": "/api/judgments",
|
|
6
|
-
"/api/cleanup/route": "/api/cleanup",
|
|
7
4
|
"/api/memory/audit/route": "/api/memory/audit",
|
|
8
|
-
"/api/
|
|
5
|
+
"/api/cleanup/route": "/api/cleanup",
|
|
9
6
|
"/api/agents/route": "/api/agents",
|
|
7
|
+
"/api/judgments/route": "/api/judgments",
|
|
8
|
+
"/api/memory/observe/route": "/api/memory/observe",
|
|
9
|
+
"/api/memory/entities/[id]/route": "/api/memory/entities/[id]",
|
|
10
|
+
"/api/memory/provenance/[obsId]/route": "/api/memory/provenance/[obsId]",
|
|
10
11
|
"/api/memory/entities/route": "/api/memory/entities",
|
|
11
|
-
"/api/memory/forget/route": "/api/memory/forget",
|
|
12
12
|
"/api/invoices/route": "/api/invoices",
|
|
13
|
-
"/api/
|
|
14
|
-
"/api/memory/observe/route": "/api/memory/observe",
|
|
13
|
+
"/api/config/route": "/api/config",
|
|
15
14
|
"/api/memory/recall/route": "/api/memory/recall",
|
|
16
|
-
"/api/search/route": "/api/search",
|
|
17
15
|
"/api/verify/route": "/api/verify",
|
|
18
|
-
"/api/receipts/[id]/route": "/api/receipts/[id]",
|
|
19
16
|
"/api/receipts/route": "/api/receipts",
|
|
20
|
-
"/api/
|
|
17
|
+
"/api/search/route": "/api/search",
|
|
18
|
+
"/api/receipts/[id]/route": "/api/receipts/[id]",
|
|
19
|
+
"/api/chains/[id]/route": "/api/chains/[id]",
|
|
20
|
+
"/api/memory/forget/route": "/api/memory/forget",
|
|
21
21
|
"/api/stats/route": "/api/stats",
|
|
22
|
-
"/agents/page": "/agents",
|
|
23
22
|
"/agents/[id]/page": "/agents/[id]",
|
|
23
|
+
"/agents/page": "/agents",
|
|
24
24
|
"/chains/[id]/page": "/chains/[id]",
|
|
25
25
|
"/constraints/page": "/constraints",
|
|
26
|
-
"/how-it-works/page": "/how-it-works",
|
|
27
26
|
"/invoices/page": "/invoices",
|
|
28
|
-
"/
|
|
27
|
+
"/memory/audit/page": "/memory/audit",
|
|
28
|
+
"/how-it-works/page": "/how-it-works",
|
|
29
29
|
"/judgments/page": "/judgments",
|
|
30
30
|
"/memory/page": "/memory",
|
|
31
|
-
"/
|
|
31
|
+
"/chains/page": "/chains",
|
|
32
|
+
"/receipts/page": "/receipts",
|
|
33
|
+
"/settings/page": "/settings",
|
|
32
34
|
"/memory/[entityId]/page": "/memory/[entityId]",
|
|
33
35
|
"/page": "/",
|
|
34
36
|
"/receipts/[id]/page": "/receipts/[id]",
|
|
35
|
-
"/receipts/page": "/receipts",
|
|
36
|
-
"/settings/page": "/settings",
|
|
37
37
|
"/verify/page": "/verify",
|
|
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/fi9yAjl_4t8FYuG9KzFA-/_buildManifest.js",
|
|
9
|
+
"static/fi9yAjl_4t8FYuG9KzFA-/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-631fa6a7d974b7cd.js",
|
|
@@ -54,7 +54,8 @@
|
|
|
54
54
|
"x-next-revalidate-tag-token"
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
|
-
"/
|
|
57
|
+
"/_not-found": {
|
|
58
|
+
"initialStatus": 404,
|
|
58
59
|
"experimentalBypassFor": [
|
|
59
60
|
{
|
|
60
61
|
"type": "header",
|
|
@@ -67,8 +68,8 @@
|
|
|
67
68
|
}
|
|
68
69
|
],
|
|
69
70
|
"initialRevalidateSeconds": false,
|
|
70
|
-
"srcRoute": "/
|
|
71
|
-
"dataRoute": "/
|
|
71
|
+
"srcRoute": "/_not-found",
|
|
72
|
+
"dataRoute": "/_not-found.rsc",
|
|
72
73
|
"allowHeader": [
|
|
73
74
|
"host",
|
|
74
75
|
"x-matched-path",
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
"x-next-revalidate-tag-token"
|
|
79
80
|
]
|
|
80
81
|
},
|
|
81
|
-
"/
|
|
82
|
+
"/judgments": {
|
|
82
83
|
"experimentalBypassFor": [
|
|
83
84
|
{
|
|
84
85
|
"type": "header",
|
|
@@ -91,8 +92,8 @@
|
|
|
91
92
|
}
|
|
92
93
|
],
|
|
93
94
|
"initialRevalidateSeconds": false,
|
|
94
|
-
"srcRoute": "/
|
|
95
|
-
"dataRoute": "/
|
|
95
|
+
"srcRoute": "/judgments",
|
|
96
|
+
"dataRoute": "/judgments.rsc",
|
|
96
97
|
"allowHeader": [
|
|
97
98
|
"host",
|
|
98
99
|
"x-matched-path",
|
|
@@ -150,8 +151,7 @@
|
|
|
150
151
|
"x-next-revalidate-tag-token"
|
|
151
152
|
]
|
|
152
153
|
},
|
|
153
|
-
"/
|
|
154
|
-
"initialStatus": 404,
|
|
154
|
+
"/invoices": {
|
|
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": "/invoices",
|
|
168
|
+
"dataRoute": "/invoices.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
|
+
"/chains": {
|
|
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": "/chains",
|
|
192
|
+
"dataRoute": "/chains.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
|
+
"/receipts": {
|
|
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": "/receipts",
|
|
240
|
+
"dataRoute": "/receipts.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
|
+
"/verify": {
|
|
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": "/verify",
|
|
264
|
+
"dataRoute": "/verify.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
|
+
"/memory": {
|
|
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": "/memory",
|
|
288
|
+
"dataRoute": "/memory.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
|
+
"/get-started": {
|
|
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": "/get-started",
|
|
312
|
+
"dataRoute": "/get-started.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
|
+
"/constraints": {
|
|
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": "/constraints",
|
|
336
|
+
"dataRoute": "/constraints.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
|
+
"/": {
|
|
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": "/",
|
|
360
|
+
"dataRoute": "/index.rsc",
|
|
361
361
|
"allowHeader": [
|
|
362
362
|
"host",
|
|
363
363
|
"x-matched-path",
|