nodal-agents 0.1.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/README.md +81 -0
- package/cli.js +14113 -0
- package/migrations/0000_flashy_clea.sql +529 -0
- package/migrations/0001_exotic_shooting_star.sql +3 -0
- package/migrations/0002_gray_devos.sql +39 -0
- package/migrations/0003_stormy_thaddeus_ross.sql +1 -0
- package/migrations/0004_married_deadpool.sql +3 -0
- package/migrations/0005_tense_hedge_knight.sql +1 -0
- package/migrations/0006_credentials_table.sql +25 -0
- package/migrations/0007_free_speed.sql +16 -0
- package/migrations/0008_curious_thor_girl.sql +17 -0
- package/migrations/meta/0000_snapshot.json +3957 -0
- package/migrations/meta/0001_snapshot.json +3977 -0
- package/migrations/meta/0002_snapshot.json +4210 -0
- package/migrations/meta/0003_snapshot.json +4216 -0
- package/migrations/meta/0004_snapshot.json +4237 -0
- package/migrations/meta/0005_snapshot.json +4244 -0
- package/migrations/meta/0006_snapshot.json +4330 -0
- package/migrations/meta/0007_snapshot.json +4330 -0
- package/migrations/meta/0008_snapshot.json +4447 -0
- package/migrations/meta/_journal.json +69 -0
- package/package.json +63 -0
- package/runner.js +13181 -0
- package/web/.next/BUILD_ID +1 -0
- package/web/.next/app-path-routes-manifest.json +28 -0
- package/web/.next/build-manifest.json +20 -0
- package/web/.next/package.json +1 -0
- package/web/.next/prerender-manifest.json +109 -0
- package/web/.next/react-loadable-manifest.json +14 -0
- package/web/.next/required-server-files.json +351 -0
- package/web/.next/routes-manifest.json +216 -0
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js +2 -0
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js +2 -0
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/agents/page.js +2 -0
- package/web/.next/server/app/(dashboard)/agents/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/approvals/page.js +2 -0
- package/web/.next/server/app/(dashboard)/approvals/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/approvals/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/automations/page.js +2 -0
- package/web/.next/server/app/(dashboard)/automations/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/automations/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/billing/page.js +2 -0
- package/web/.next/server/app/(dashboard)/billing/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/billing/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/connectors/page.js +2 -0
- package/web/.next/server/app/(dashboard)/connectors/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/connectors/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/credentials/page.js +2 -0
- package/web/.next/server/app/(dashboard)/credentials/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/credentials/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/jobs/[id]/page.js +2 -0
- package/web/.next/server/app/(dashboard)/jobs/[id]/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/jobs/[id]/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/jobs/page.js +2 -0
- package/web/.next/server/app/(dashboard)/jobs/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/jobs/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/logs/page.js +2 -0
- package/web/.next/server/app/(dashboard)/logs/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/logs/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/memories/page.js +2 -0
- package/web/.next/server/app/(dashboard)/memories/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/memories/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/settings/page.js +2 -0
- package/web/.next/server/app/(dashboard)/settings/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js +2 -0
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/skills/page.js +2 -0
- package/web/.next/server/app/(dashboard)/skills/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/skills/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/stats/page.js +2 -0
- package/web/.next/server/app/(dashboard)/stats/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/stats/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/_global-error/page.js +32 -0
- package/web/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/_global-error.html +1 -0
- package/web/.next/server/app/_global-error.meta +16 -0
- package/web/.next/server/app/_global-error.rsc +18 -0
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +18 -0
- package/web/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +5 -0
- package/web/.next/server/app/_global-error.segments/_global-error.segment.rsc +5 -0
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +7 -0
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/web/.next/server/app/_not-found/page.js +2 -0
- package/web/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/_not-found.html +1 -0
- package/web/.next/server/app/_not-found.meta +16 -0
- package/web/.next/server/app/_not-found.rsc +17 -0
- package/web/.next/server/app/_not-found.segments/_full.segment.rsc +17 -0
- package/web/.next/server/app/_not-found.segments/_head.segment.rsc +5 -0
- package/web/.next/server/app/_not-found.segments/_index.segment.rsc +7 -0
- package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +6 -0
- package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
- package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/web/.next/server/app/api/auth/[...all]/route.js +1 -0
- package/web/.next/server/app/api/auth/[...all]/route.js.nft.json +1 -0
- package/web/.next/server/app/api/auth/[...all]/route_client-reference-manifest.js +1 -0
- package/web/.next/server/app/api/health/route.js +1 -0
- package/web/.next/server/app/api/health/route.js.nft.json +1 -0
- package/web/.next/server/app/api/health/route_client-reference-manifest.js +1 -0
- package/web/.next/server/app/api/oauth/[provider]/callback/route.js +1 -0
- package/web/.next/server/app/api/oauth/[provider]/callback/route.js.nft.json +1 -0
- package/web/.next/server/app/api/oauth/[provider]/callback/route_client-reference-manifest.js +1 -0
- package/web/.next/server/app/api/oauth/[provider]/start/route.js +1 -0
- package/web/.next/server/app/api/oauth/[provider]/start/route.js.nft.json +1 -0
- package/web/.next/server/app/api/oauth/[provider]/start/route_client-reference-manifest.js +1 -0
- package/web/.next/server/app/auth/callback/route.js +1 -0
- package/web/.next/server/app/auth/callback/route.js.nft.json +1 -0
- package/web/.next/server/app/auth/callback/route_client-reference-manifest.js +1 -0
- package/web/.next/server/app/index.html +1 -0
- package/web/.next/server/app/index.meta +16 -0
- package/web/.next/server/app/index.rsc +16 -0
- package/web/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
- package/web/.next/server/app/index.segments/_full.segment.rsc +16 -0
- package/web/.next/server/app/index.segments/_head.segment.rsc +5 -0
- package/web/.next/server/app/index.segments/_index.segment.rsc +7 -0
- package/web/.next/server/app/index.segments/_tree.segment.rsc +2 -0
- package/web/.next/server/app/login/page.js +2 -0
- package/web/.next/server/app/login/page.js.nft.json +1 -0
- package/web/.next/server/app/login/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/onboarding/page.js +2 -0
- package/web/.next/server/app/onboarding/page.js.nft.json +1 -0
- package/web/.next/server/app/onboarding/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/onboarding.html +1 -0
- package/web/.next/server/app/onboarding.meta +15 -0
- package/web/.next/server/app/onboarding.rsc +17 -0
- package/web/.next/server/app/onboarding.segments/_full.segment.rsc +17 -0
- package/web/.next/server/app/onboarding.segments/_head.segment.rsc +5 -0
- package/web/.next/server/app/onboarding.segments/_index.segment.rsc +7 -0
- package/web/.next/server/app/onboarding.segments/_tree.segment.rsc +2 -0
- package/web/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +5 -0
- package/web/.next/server/app/onboarding.segments/onboarding.segment.rsc +5 -0
- package/web/.next/server/app/page.js +2 -0
- package/web/.next/server/app/page.js.nft.json +1 -0
- package/web/.next/server/app/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app-paths-manifest.json +28 -0
- package/web/.next/server/chunks/1006.js +1 -0
- package/web/.next/server/chunks/168.js +8 -0
- package/web/.next/server/chunks/2187.js +1 -0
- package/web/.next/server/chunks/2275.js +120 -0
- package/web/.next/server/chunks/2422.js +1 -0
- package/web/.next/server/chunks/3159.js +45 -0
- package/web/.next/server/chunks/3699.js +1 -0
- package/web/.next/server/chunks/3807.js +1 -0
- package/web/.next/server/chunks/3865.js +9 -0
- package/web/.next/server/chunks/3869.js +1 -0
- package/web/.next/server/chunks/3938.js +1 -0
- package/web/.next/server/chunks/4574.js +1 -0
- package/web/.next/server/chunks/4674.js +18 -0
- package/web/.next/server/chunks/5376.js +1 -0
- package/web/.next/server/chunks/5402.js +65 -0
- package/web/.next/server/chunks/5449.js +1 -0
- package/web/.next/server/chunks/5754.js +62 -0
- package/web/.next/server/chunks/5962.js +1 -0
- package/web/.next/server/chunks/6128.js +1 -0
- package/web/.next/server/chunks/6402.js +1 -0
- package/web/.next/server/chunks/6605.js +12 -0
- package/web/.next/server/chunks/6697.js +1 -0
- package/web/.next/server/chunks/6764.js +1 -0
- package/web/.next/server/chunks/6896.js +2 -0
- package/web/.next/server/chunks/8464.js +2 -0
- package/web/.next/server/chunks/9606.js +428 -0
- package/web/.next/server/functions-config-manifest.json +14 -0
- package/web/.next/server/middleware-build-manifest.js +1 -0
- package/web/.next/server/middleware-manifest.json +6 -0
- package/web/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/web/.next/server/middleware.js +18 -0
- package/web/.next/server/next-font-manifest.js +1 -0
- package/web/.next/server/next-font-manifest.json +1 -0
- package/web/.next/server/pages/404.html +1 -0
- package/web/.next/server/pages/500.html +1 -0
- package/web/.next/server/pages-manifest.json +4 -0
- package/web/.next/server/prefetch-hints.json +1 -0
- package/web/.next/server/server-reference-manifest.js +1 -0
- package/web/.next/server/server-reference-manifest.json +1 -0
- package/web/.next/server/webpack-runtime.js +1 -0
- package/web/.next/static/chunks/174.f5bd28884efa0000.js +1 -0
- package/web/.next/static/chunks/203.02a2bd001ebbe608.js +1 -0
- package/web/.next/static/chunks/231-fbb2baea2de90085.js +1 -0
- package/web/.next/static/chunks/363-483f33abe1809381.js +1 -0
- package/web/.next/static/chunks/45-b78e94bb1c396542.js +1 -0
- package/web/.next/static/chunks/504-baed39064a242351.js +1 -0
- package/web/.next/static/chunks/511-487710d0fe16fbe3.js +1 -0
- package/web/.next/static/chunks/678-46261e73dea11bc7.js +1 -0
- package/web/.next/static/chunks/724-1d09b7ea367babbe.js +32 -0
- package/web/.next/static/chunks/a7a8b010-64b9ea0922a3e9c1.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-1cbc88f6ea30c04e.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/telegram/page-c3393e2e0665b0a7.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/agents/page-fe6937dec50415e9.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/approvals/page-9509351c92665fc1.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/automations/page-d06b5eb3ec1ada30.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/billing/page-88165ec8f0c4df6b.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/connectors/page-9189af92fc7cddd4.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/credentials/page-9ad4cfdfb3fda068.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-fdaeff5be0544e4c.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/jobs/page-c1ddb55d4de1ae7d.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/layout-7ad84dfaa376ab9f.js +2 -0
- package/web/.next/static/chunks/app/(dashboard)/logs/page-a6006d9cc2590a0a.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/memories/page-8466e02527ae909b.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/settings/page-d7dd2b7586e23ec9.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-7c1e1566a93b3a65.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/page-30cbb1e29d7e5147.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/stats/page-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/app/_global-error/page-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/app/_not-found/page-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/app/api/auth/[...all]/route-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/app/api/health/route-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/app/api/oauth/[provider]/callback/route-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/app/api/oauth/[provider]/start/route-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/app/auth/callback/route-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/app/error-41d8134c91e8652d.js +1 -0
- package/web/.next/static/chunks/app/layout-fb836a3464648614.js +1 -0
- package/web/.next/static/chunks/app/login/page-176e4c02453c9ce9.js +1 -0
- package/web/.next/static/chunks/app/not-found-88165ec8f0c4df6b.js +1 -0
- package/web/.next/static/chunks/app/onboarding/page-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/app/page-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/e5009a55-3b270d90dfdebefa.js +1 -0
- package/web/.next/static/chunks/framework-a208e71e7c780968.js +1 -0
- package/web/.next/static/chunks/main-949172f5a58d52c4.js +5 -0
- package/web/.next/static/chunks/main-app-ad34d1b1511b9a1c.js +1 -0
- package/web/.next/static/chunks/next/dist/client/components/builtin/app-error-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/next/dist/client/components/builtin/forbidden-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/next/dist/client/components/builtin/global-error-c836ffb6bc7442ca.js +1 -0
- package/web/.next/static/chunks/next/dist/client/components/builtin/unauthorized-ddf08b608a2840c5.js +1 -0
- package/web/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/web/.next/static/chunks/webpack-ea6870dc3308aa05.js +1 -0
- package/web/.next/static/css/bd2cf2f17af36e40.css +1 -0
- package/web/.next/static/vTtlbto9aMl3tYcTyV1GL/_buildManifest.js +1 -0
- package/web/.next/static/vTtlbto9aMl3tYcTyV1GL/_ssgManifest.js +1 -0
- package/web/server.js +44 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
vTtlbto9aMl3tYcTyV1GL
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"/_not-found/page": "/_not-found",
|
|
3
|
+
"/_global-error/page": "/_global-error",
|
|
4
|
+
"/api/auth/[...all]/route": "/api/auth/[...all]",
|
|
5
|
+
"/api/health/route": "/api/health",
|
|
6
|
+
"/api/oauth/[provider]/callback/route": "/api/oauth/[provider]/callback",
|
|
7
|
+
"/api/oauth/[provider]/start/route": "/api/oauth/[provider]/start",
|
|
8
|
+
"/auth/callback/route": "/auth/callback",
|
|
9
|
+
"/onboarding/page": "/onboarding",
|
|
10
|
+
"/login/page": "/login",
|
|
11
|
+
"/page": "/",
|
|
12
|
+
"/(dashboard)/billing/page": "/billing",
|
|
13
|
+
"/(dashboard)/agents/[id]/edit/page": "/agents/[id]/edit",
|
|
14
|
+
"/(dashboard)/agents/[id]/telegram/page": "/agents/[id]/telegram",
|
|
15
|
+
"/(dashboard)/agents/page": "/agents",
|
|
16
|
+
"/(dashboard)/approvals/page": "/approvals",
|
|
17
|
+
"/(dashboard)/automations/page": "/automations",
|
|
18
|
+
"/(dashboard)/connectors/page": "/connectors",
|
|
19
|
+
"/(dashboard)/credentials/page": "/credentials",
|
|
20
|
+
"/(dashboard)/jobs/[id]/page": "/jobs/[id]",
|
|
21
|
+
"/(dashboard)/jobs/page": "/jobs",
|
|
22
|
+
"/(dashboard)/logs/page": "/logs",
|
|
23
|
+
"/(dashboard)/memories/page": "/memories",
|
|
24
|
+
"/(dashboard)/settings/page": "/settings",
|
|
25
|
+
"/(dashboard)/skills/[id]/edit/page": "/skills/[id]/edit",
|
|
26
|
+
"/(dashboard)/skills/page": "/skills",
|
|
27
|
+
"/(dashboard)/stats/page": "/stats"
|
|
28
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"polyfillFiles": [
|
|
3
|
+
"static/chunks/polyfills-42372ed130431b0a.js"
|
|
4
|
+
],
|
|
5
|
+
"devFiles": [],
|
|
6
|
+
"lowPriorityFiles": [
|
|
7
|
+
"static/vTtlbto9aMl3tYcTyV1GL/_buildManifest.js",
|
|
8
|
+
"static/vTtlbto9aMl3tYcTyV1GL/_ssgManifest.js"
|
|
9
|
+
],
|
|
10
|
+
"rootMainFiles": [
|
|
11
|
+
"static/chunks/webpack-ea6870dc3308aa05.js",
|
|
12
|
+
"static/chunks/a7a8b010-64b9ea0922a3e9c1.js",
|
|
13
|
+
"static/chunks/724-1d09b7ea367babbe.js",
|
|
14
|
+
"static/chunks/main-app-ad34d1b1511b9a1c.js"
|
|
15
|
+
],
|
|
16
|
+
"rootMainFilesTree": {},
|
|
17
|
+
"pages": {
|
|
18
|
+
"/_app": []
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type": "commonjs"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 4,
|
|
3
|
+
"routes": {
|
|
4
|
+
"/": {
|
|
5
|
+
"experimentalBypassFor": [
|
|
6
|
+
{
|
|
7
|
+
"type": "header",
|
|
8
|
+
"key": "next-action"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"type": "header",
|
|
12
|
+
"key": "content-type",
|
|
13
|
+
"value": "multipart/form-data;.*"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"initialRevalidateSeconds": false,
|
|
17
|
+
"srcRoute": "/",
|
|
18
|
+
"dataRoute": "/index.rsc",
|
|
19
|
+
"allowHeader": [
|
|
20
|
+
"host",
|
|
21
|
+
"x-matched-path",
|
|
22
|
+
"x-prerender-revalidate",
|
|
23
|
+
"x-prerender-revalidate-if-generated",
|
|
24
|
+
"x-next-revalidated-tags",
|
|
25
|
+
"x-next-revalidate-tag-token"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"/_global-error": {
|
|
29
|
+
"experimentalBypassFor": [
|
|
30
|
+
{
|
|
31
|
+
"type": "header",
|
|
32
|
+
"key": "next-action"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "header",
|
|
36
|
+
"key": "content-type",
|
|
37
|
+
"value": "multipart/form-data;.*"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"initialRevalidateSeconds": false,
|
|
41
|
+
"srcRoute": "/_global-error",
|
|
42
|
+
"dataRoute": "/_global-error.rsc",
|
|
43
|
+
"allowHeader": [
|
|
44
|
+
"host",
|
|
45
|
+
"x-matched-path",
|
|
46
|
+
"x-prerender-revalidate",
|
|
47
|
+
"x-prerender-revalidate-if-generated",
|
|
48
|
+
"x-next-revalidated-tags",
|
|
49
|
+
"x-next-revalidate-tag-token"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"/_not-found": {
|
|
53
|
+
"initialStatus": 404,
|
|
54
|
+
"experimentalBypassFor": [
|
|
55
|
+
{
|
|
56
|
+
"type": "header",
|
|
57
|
+
"key": "next-action"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"type": "header",
|
|
61
|
+
"key": "content-type",
|
|
62
|
+
"value": "multipart/form-data;.*"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"initialRevalidateSeconds": false,
|
|
66
|
+
"srcRoute": "/_not-found",
|
|
67
|
+
"dataRoute": "/_not-found.rsc",
|
|
68
|
+
"allowHeader": [
|
|
69
|
+
"host",
|
|
70
|
+
"x-matched-path",
|
|
71
|
+
"x-prerender-revalidate",
|
|
72
|
+
"x-prerender-revalidate-if-generated",
|
|
73
|
+
"x-next-revalidated-tags",
|
|
74
|
+
"x-next-revalidate-tag-token"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
"/onboarding": {
|
|
78
|
+
"experimentalBypassFor": [
|
|
79
|
+
{
|
|
80
|
+
"type": "header",
|
|
81
|
+
"key": "next-action"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"type": "header",
|
|
85
|
+
"key": "content-type",
|
|
86
|
+
"value": "multipart/form-data;.*"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"initialRevalidateSeconds": false,
|
|
90
|
+
"srcRoute": "/onboarding",
|
|
91
|
+
"dataRoute": "/onboarding.rsc",
|
|
92
|
+
"allowHeader": [
|
|
93
|
+
"host",
|
|
94
|
+
"x-matched-path",
|
|
95
|
+
"x-prerender-revalidate",
|
|
96
|
+
"x-prerender-revalidate-if-generated",
|
|
97
|
+
"x-next-revalidated-tags",
|
|
98
|
+
"x-next-revalidate-tag-token"
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"dynamicRoutes": {},
|
|
103
|
+
"notFoundRoutes": [],
|
|
104
|
+
"preview": {
|
|
105
|
+
"previewModeId": "258f1139af4e7a3035378a9ce5fe5502",
|
|
106
|
+
"previewModeSigningKey": "dcc6b6706858db4ee50b6d05284c0b063430ff578e9da5125b4adcb7cf6b4e65",
|
|
107
|
+
"previewModeEncryptionKey": "46fd17eca81a95d12b065fb65303a8a8534a05aa32c54a41f6aacfbcb6d68b99"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"..\\..\\..\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\index.js -> ../pages/_app": {
|
|
3
|
+
"id": 9174,
|
|
4
|
+
"files": [
|
|
5
|
+
"static/chunks/174.f5bd28884efa0000.js"
|
|
6
|
+
]
|
|
7
|
+
},
|
|
8
|
+
"..\\..\\..\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\index.js -> ../pages/_error": {
|
|
9
|
+
"id": 7203,
|
|
10
|
+
"files": [
|
|
11
|
+
"static/chunks/203.02a2bd001ebbe608.js"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"config": {
|
|
4
|
+
"env": {},
|
|
5
|
+
"typescript": {
|
|
6
|
+
"ignoreBuildErrors": false
|
|
7
|
+
},
|
|
8
|
+
"typedRoutes": false,
|
|
9
|
+
"distDir": ".next",
|
|
10
|
+
"cleanDistDir": true,
|
|
11
|
+
"assetPrefix": "",
|
|
12
|
+
"cacheMaxMemorySize": 52428800,
|
|
13
|
+
"configOrigin": "next.config.ts",
|
|
14
|
+
"useFileSystemPublicRoutes": true,
|
|
15
|
+
"generateEtags": true,
|
|
16
|
+
"pageExtensions": [
|
|
17
|
+
"tsx",
|
|
18
|
+
"ts",
|
|
19
|
+
"jsx",
|
|
20
|
+
"js"
|
|
21
|
+
],
|
|
22
|
+
"poweredByHeader": true,
|
|
23
|
+
"compress": true,
|
|
24
|
+
"images": {
|
|
25
|
+
"deviceSizes": [
|
|
26
|
+
640,
|
|
27
|
+
750,
|
|
28
|
+
828,
|
|
29
|
+
1080,
|
|
30
|
+
1200,
|
|
31
|
+
1920,
|
|
32
|
+
2048,
|
|
33
|
+
3840
|
|
34
|
+
],
|
|
35
|
+
"imageSizes": [
|
|
36
|
+
32,
|
|
37
|
+
48,
|
|
38
|
+
64,
|
|
39
|
+
96,
|
|
40
|
+
128,
|
|
41
|
+
256,
|
|
42
|
+
384
|
|
43
|
+
],
|
|
44
|
+
"path": "/_next/image",
|
|
45
|
+
"loader": "default",
|
|
46
|
+
"loaderFile": "",
|
|
47
|
+
"domains": [],
|
|
48
|
+
"disableStaticImages": false,
|
|
49
|
+
"minimumCacheTTL": 14400,
|
|
50
|
+
"formats": [
|
|
51
|
+
"image/webp"
|
|
52
|
+
],
|
|
53
|
+
"maximumRedirects": 3,
|
|
54
|
+
"maximumResponseBody": 50000000,
|
|
55
|
+
"dangerouslyAllowLocalIP": false,
|
|
56
|
+
"dangerouslyAllowSVG": false,
|
|
57
|
+
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
58
|
+
"contentDispositionType": "attachment",
|
|
59
|
+
"localPatterns": [
|
|
60
|
+
{
|
|
61
|
+
"pathname": "**",
|
|
62
|
+
"search": ""
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"remotePatterns": [],
|
|
66
|
+
"qualities": [
|
|
67
|
+
75
|
|
68
|
+
],
|
|
69
|
+
"unoptimized": false,
|
|
70
|
+
"customCacheHandler": false
|
|
71
|
+
},
|
|
72
|
+
"devIndicators": {
|
|
73
|
+
"position": "bottom-left"
|
|
74
|
+
},
|
|
75
|
+
"onDemandEntries": {
|
|
76
|
+
"maxInactiveAge": 60000,
|
|
77
|
+
"pagesBufferLength": 5
|
|
78
|
+
},
|
|
79
|
+
"basePath": "",
|
|
80
|
+
"sassOptions": {},
|
|
81
|
+
"trailingSlash": false,
|
|
82
|
+
"i18n": null,
|
|
83
|
+
"productionBrowserSourceMaps": false,
|
|
84
|
+
"excludeDefaultMomentLocales": true,
|
|
85
|
+
"reactProductionProfiling": false,
|
|
86
|
+
"reactStrictMode": null,
|
|
87
|
+
"reactMaxHeadersLength": 6000,
|
|
88
|
+
"httpAgentOptions": {
|
|
89
|
+
"keepAlive": true
|
|
90
|
+
},
|
|
91
|
+
"logging": {
|
|
92
|
+
"serverFunctions": true,
|
|
93
|
+
"browserToTerminal": "warn"
|
|
94
|
+
},
|
|
95
|
+
"compiler": {},
|
|
96
|
+
"expireTime": 31536000,
|
|
97
|
+
"staticPageGenerationTimeout": 60,
|
|
98
|
+
"output": "standalone",
|
|
99
|
+
"modularizeImports": {
|
|
100
|
+
"@mui/icons-material": {
|
|
101
|
+
"transform": "@mui/icons-material/{{member}}"
|
|
102
|
+
},
|
|
103
|
+
"lodash": {
|
|
104
|
+
"transform": "lodash/{{member}}"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"outputFileTracingRoot": "D:\\APPS\\NodalAI\\.claude\\worktrees\\brique-distribution-npm-docker",
|
|
108
|
+
"allowedDevOrigins": [
|
|
109
|
+
"localhost",
|
|
110
|
+
"127.0.0.1",
|
|
111
|
+
"192.168.2.202",
|
|
112
|
+
"172.27.16.1"
|
|
113
|
+
],
|
|
114
|
+
"cacheComponents": false,
|
|
115
|
+
"cacheLife": {
|
|
116
|
+
"default": {
|
|
117
|
+
"stale": 180,
|
|
118
|
+
"revalidate": 900,
|
|
119
|
+
"expire": 4294967294
|
|
120
|
+
},
|
|
121
|
+
"seconds": {
|
|
122
|
+
"stale": 30,
|
|
123
|
+
"revalidate": 1,
|
|
124
|
+
"expire": 60
|
|
125
|
+
},
|
|
126
|
+
"minutes": {
|
|
127
|
+
"stale": 300,
|
|
128
|
+
"revalidate": 60,
|
|
129
|
+
"expire": 3600
|
|
130
|
+
},
|
|
131
|
+
"hours": {
|
|
132
|
+
"stale": 300,
|
|
133
|
+
"revalidate": 3600,
|
|
134
|
+
"expire": 86400
|
|
135
|
+
},
|
|
136
|
+
"days": {
|
|
137
|
+
"stale": 300,
|
|
138
|
+
"revalidate": 86400,
|
|
139
|
+
"expire": 604800
|
|
140
|
+
},
|
|
141
|
+
"weeks": {
|
|
142
|
+
"stale": 300,
|
|
143
|
+
"revalidate": 604800,
|
|
144
|
+
"expire": 2592000
|
|
145
|
+
},
|
|
146
|
+
"max": {
|
|
147
|
+
"stale": 300,
|
|
148
|
+
"revalidate": 2592000,
|
|
149
|
+
"expire": 31536000
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"cacheHandlers": {},
|
|
153
|
+
"experimental": {
|
|
154
|
+
"appNewScrollHandler": false,
|
|
155
|
+
"useSkewCookie": false,
|
|
156
|
+
"cssChunking": true,
|
|
157
|
+
"multiZoneDraftMode": false,
|
|
158
|
+
"appNavFailHandling": false,
|
|
159
|
+
"prerenderEarlyExit": true,
|
|
160
|
+
"serverMinification": true,
|
|
161
|
+
"linkNoTouchStart": false,
|
|
162
|
+
"caseSensitiveRoutes": false,
|
|
163
|
+
"cachedNavigations": false,
|
|
164
|
+
"partialFallbacks": false,
|
|
165
|
+
"dynamicOnHover": false,
|
|
166
|
+
"varyParams": false,
|
|
167
|
+
"prefetchInlining": false,
|
|
168
|
+
"preloadEntriesOnStart": true,
|
|
169
|
+
"clientRouterFilter": true,
|
|
170
|
+
"clientRouterFilterRedirects": false,
|
|
171
|
+
"fetchCacheKeyPrefix": "",
|
|
172
|
+
"proxyPrefetch": "flexible",
|
|
173
|
+
"optimisticClientCache": true,
|
|
174
|
+
"manualClientBasePath": false,
|
|
175
|
+
"cpus": 23,
|
|
176
|
+
"memoryBasedWorkersCount": false,
|
|
177
|
+
"imgOptConcurrency": null,
|
|
178
|
+
"imgOptTimeoutInSeconds": 7,
|
|
179
|
+
"imgOptMaxInputPixels": 268402689,
|
|
180
|
+
"imgOptSequentialRead": null,
|
|
181
|
+
"imgOptSkipMetadata": null,
|
|
182
|
+
"isrFlushToDisk": true,
|
|
183
|
+
"workerThreads": false,
|
|
184
|
+
"optimizeCss": false,
|
|
185
|
+
"nextScriptWorkers": false,
|
|
186
|
+
"scrollRestoration": false,
|
|
187
|
+
"externalDir": false,
|
|
188
|
+
"disableOptimizedLoading": false,
|
|
189
|
+
"gzipSize": true,
|
|
190
|
+
"craCompat": false,
|
|
191
|
+
"esmExternals": true,
|
|
192
|
+
"fullySpecified": false,
|
|
193
|
+
"swcTraceProfiling": false,
|
|
194
|
+
"forceSwcTransforms": false,
|
|
195
|
+
"largePageDataBytes": 128000,
|
|
196
|
+
"typedEnv": false,
|
|
197
|
+
"parallelServerCompiles": false,
|
|
198
|
+
"parallelServerBuildTraces": false,
|
|
199
|
+
"ppr": false,
|
|
200
|
+
"authInterrupts": false,
|
|
201
|
+
"webpackMemoryOptimizations": false,
|
|
202
|
+
"optimizeServerReact": true,
|
|
203
|
+
"strictRouteTypes": false,
|
|
204
|
+
"viewTransition": false,
|
|
205
|
+
"removeUncaughtErrorAndRejectionListeners": false,
|
|
206
|
+
"validateRSCRequestHeaders": false,
|
|
207
|
+
"staleTimes": {
|
|
208
|
+
"dynamic": 30,
|
|
209
|
+
"static": 180
|
|
210
|
+
},
|
|
211
|
+
"reactDebugChannel": true,
|
|
212
|
+
"serverComponentsHmrCache": true,
|
|
213
|
+
"staticGenerationMaxConcurrency": 8,
|
|
214
|
+
"staticGenerationMinPagesPerWorker": 25,
|
|
215
|
+
"transitionIndicator": false,
|
|
216
|
+
"gestureTransition": false,
|
|
217
|
+
"inlineCss": false,
|
|
218
|
+
"useCache": false,
|
|
219
|
+
"globalNotFound": false,
|
|
220
|
+
"browserDebugInfoInTerminal": "warn",
|
|
221
|
+
"lockDistDir": true,
|
|
222
|
+
"proxyClientMaxBodySize": 10485760,
|
|
223
|
+
"hideLogsAfterAbort": false,
|
|
224
|
+
"mcpServer": true,
|
|
225
|
+
"turbopackFileSystemCacheForDev": true,
|
|
226
|
+
"turbopackFileSystemCacheForBuild": false,
|
|
227
|
+
"turbopackInferModuleSideEffects": true,
|
|
228
|
+
"turbopackPluginRuntimeStrategy": "childProcesses",
|
|
229
|
+
"optimizePackageImports": [
|
|
230
|
+
"@phosphor-icons/react",
|
|
231
|
+
"lucide-react",
|
|
232
|
+
"date-fns",
|
|
233
|
+
"lodash-es",
|
|
234
|
+
"ramda",
|
|
235
|
+
"antd",
|
|
236
|
+
"react-bootstrap",
|
|
237
|
+
"ahooks",
|
|
238
|
+
"@ant-design/icons",
|
|
239
|
+
"@headlessui/react",
|
|
240
|
+
"@headlessui-float/react",
|
|
241
|
+
"@heroicons/react/20/solid",
|
|
242
|
+
"@heroicons/react/24/solid",
|
|
243
|
+
"@heroicons/react/24/outline",
|
|
244
|
+
"@visx/visx",
|
|
245
|
+
"@tremor/react",
|
|
246
|
+
"rxjs",
|
|
247
|
+
"@mui/material",
|
|
248
|
+
"@mui/icons-material",
|
|
249
|
+
"recharts",
|
|
250
|
+
"react-use",
|
|
251
|
+
"effect",
|
|
252
|
+
"@effect/schema",
|
|
253
|
+
"@effect/platform",
|
|
254
|
+
"@effect/platform-node",
|
|
255
|
+
"@effect/platform-browser",
|
|
256
|
+
"@effect/platform-bun",
|
|
257
|
+
"@effect/sql",
|
|
258
|
+
"@effect/sql-mssql",
|
|
259
|
+
"@effect/sql-mysql2",
|
|
260
|
+
"@effect/sql-pg",
|
|
261
|
+
"@effect/sql-sqlite-node",
|
|
262
|
+
"@effect/sql-sqlite-bun",
|
|
263
|
+
"@effect/sql-sqlite-wasm",
|
|
264
|
+
"@effect/sql-sqlite-react-native",
|
|
265
|
+
"@effect/rpc",
|
|
266
|
+
"@effect/rpc-http",
|
|
267
|
+
"@effect/typeclass",
|
|
268
|
+
"@effect/experimental",
|
|
269
|
+
"@effect/opentelemetry",
|
|
270
|
+
"@material-ui/core",
|
|
271
|
+
"@material-ui/icons",
|
|
272
|
+
"@tabler/icons-react",
|
|
273
|
+
"mui-core",
|
|
274
|
+
"react-icons/ai",
|
|
275
|
+
"react-icons/bi",
|
|
276
|
+
"react-icons/bs",
|
|
277
|
+
"react-icons/cg",
|
|
278
|
+
"react-icons/ci",
|
|
279
|
+
"react-icons/di",
|
|
280
|
+
"react-icons/fa",
|
|
281
|
+
"react-icons/fa6",
|
|
282
|
+
"react-icons/fc",
|
|
283
|
+
"react-icons/fi",
|
|
284
|
+
"react-icons/gi",
|
|
285
|
+
"react-icons/go",
|
|
286
|
+
"react-icons/gr",
|
|
287
|
+
"react-icons/hi",
|
|
288
|
+
"react-icons/hi2",
|
|
289
|
+
"react-icons/im",
|
|
290
|
+
"react-icons/io",
|
|
291
|
+
"react-icons/io5",
|
|
292
|
+
"react-icons/lia",
|
|
293
|
+
"react-icons/lib",
|
|
294
|
+
"react-icons/lu",
|
|
295
|
+
"react-icons/md",
|
|
296
|
+
"react-icons/pi",
|
|
297
|
+
"react-icons/ri",
|
|
298
|
+
"react-icons/rx",
|
|
299
|
+
"react-icons/si",
|
|
300
|
+
"react-icons/sl",
|
|
301
|
+
"react-icons/tb",
|
|
302
|
+
"react-icons/tfi",
|
|
303
|
+
"react-icons/ti",
|
|
304
|
+
"react-icons/vsc",
|
|
305
|
+
"react-icons/wi"
|
|
306
|
+
],
|
|
307
|
+
"trustHostHeader": false,
|
|
308
|
+
"isExperimentalCompile": false
|
|
309
|
+
},
|
|
310
|
+
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
|
311
|
+
"bundlePagesRouterDependencies": false,
|
|
312
|
+
"configFileName": "next.config.ts",
|
|
313
|
+
"transpilePackages": [
|
|
314
|
+
"@nodal-agents/db",
|
|
315
|
+
"@nodal-agents/auth",
|
|
316
|
+
"@nodal-agents/delivery",
|
|
317
|
+
"@nodal-agents/llm",
|
|
318
|
+
"@nodal-agents/memory",
|
|
319
|
+
"@nodal-agents/orchestration",
|
|
320
|
+
"@nodal-agents/shared",
|
|
321
|
+
"@nodal-agents/tools"
|
|
322
|
+
],
|
|
323
|
+
"turbopack": {
|
|
324
|
+
"root": "D:\\APPS\\NodalAI\\.claude\\worktrees\\brique-distribution-npm-docker"
|
|
325
|
+
},
|
|
326
|
+
"distDirRoot": ".next"
|
|
327
|
+
},
|
|
328
|
+
"appDir": "D:\\APPS\\NodalAI\\.claude\\worktrees\\brique-distribution-npm-docker\\apps\\web",
|
|
329
|
+
"relativeAppDir": "apps\\web",
|
|
330
|
+
"files": [
|
|
331
|
+
".next\\routes-manifest.json",
|
|
332
|
+
".next\\server\\pages-manifest.json",
|
|
333
|
+
".next\\build-manifest.json",
|
|
334
|
+
".next\\prerender-manifest.json",
|
|
335
|
+
".next\\server\\functions-config-manifest.json",
|
|
336
|
+
".next\\server\\middleware-manifest.json",
|
|
337
|
+
".next\\server\\middleware-build-manifest.js",
|
|
338
|
+
".next\\server\\middleware-react-loadable-manifest.js",
|
|
339
|
+
".next\\react-loadable-manifest.json",
|
|
340
|
+
".next\\server\\app-paths-manifest.json",
|
|
341
|
+
".next\\app-path-routes-manifest.json",
|
|
342
|
+
".next\\server\\server-reference-manifest.js",
|
|
343
|
+
".next\\server\\server-reference-manifest.json",
|
|
344
|
+
".next\\server\\prefetch-hints.json",
|
|
345
|
+
".next\\BUILD_ID",
|
|
346
|
+
".next\\server\\next-font-manifest.js",
|
|
347
|
+
".next\\server\\next-font-manifest.json",
|
|
348
|
+
".next\\required-server-files.json"
|
|
349
|
+
],
|
|
350
|
+
"ignore": []
|
|
351
|
+
}
|