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,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "7",
|
|
3
|
+
"dialect": "postgresql",
|
|
4
|
+
"entries": [
|
|
5
|
+
{
|
|
6
|
+
"idx": 0,
|
|
7
|
+
"version": "7",
|
|
8
|
+
"when": 1777221376983,
|
|
9
|
+
"tag": "0000_flashy_clea",
|
|
10
|
+
"breakpoints": true
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"idx": 1,
|
|
14
|
+
"version": "7",
|
|
15
|
+
"when": 1777222639218,
|
|
16
|
+
"tag": "0001_exotic_shooting_star",
|
|
17
|
+
"breakpoints": true
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"idx": 2,
|
|
21
|
+
"version": "7",
|
|
22
|
+
"when": 1777222668100,
|
|
23
|
+
"tag": "0002_gray_devos",
|
|
24
|
+
"breakpoints": true
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"idx": 3,
|
|
28
|
+
"version": "7",
|
|
29
|
+
"when": 1778116559502,
|
|
30
|
+
"tag": "0003_stormy_thaddeus_ross",
|
|
31
|
+
"breakpoints": true
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"idx": 4,
|
|
35
|
+
"version": "7",
|
|
36
|
+
"when": 1778141889404,
|
|
37
|
+
"tag": "0004_married_deadpool",
|
|
38
|
+
"breakpoints": true
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"idx": 5,
|
|
42
|
+
"version": "7",
|
|
43
|
+
"when": 1778237574443,
|
|
44
|
+
"tag": "0005_tense_hedge_knight",
|
|
45
|
+
"breakpoints": true
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"idx": 6,
|
|
49
|
+
"version": "7",
|
|
50
|
+
"when": 1778341607214,
|
|
51
|
+
"tag": "0006_credentials_table",
|
|
52
|
+
"breakpoints": true
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"idx": 7,
|
|
56
|
+
"version": "7",
|
|
57
|
+
"when": 1778421836079,
|
|
58
|
+
"tag": "0007_free_speed",
|
|
59
|
+
"breakpoints": true
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"idx": 8,
|
|
63
|
+
"version": "7",
|
|
64
|
+
"when": 1778459305708,
|
|
65
|
+
"tag": "0008_curious_thor_girl",
|
|
66
|
+
"breakpoints": true
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "nodal-agents",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Local-first AI agent platform — self-host on Mac, PC, Linux, VPS, or NAS.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/Kwintspiracy/nodal-agents.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/Kwintspiracy/nodal-agents",
|
|
11
|
+
"bin": {
|
|
12
|
+
"nodal-agents": "./cli.js"
|
|
13
|
+
},
|
|
14
|
+
"type": "module",
|
|
15
|
+
"engines": {
|
|
16
|
+
"node": ">=22"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"cli.js",
|
|
20
|
+
"runner.js",
|
|
21
|
+
"web/**",
|
|
22
|
+
"migrations/**",
|
|
23
|
+
"README.md"
|
|
24
|
+
],
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"chalk": "^5.4.1",
|
|
27
|
+
"commander": "^14.0.3",
|
|
28
|
+
"embedded-postgres": "^18.3.0-beta.17",
|
|
29
|
+
"execa": "^9.5.2",
|
|
30
|
+
"open": "^11.0.0",
|
|
31
|
+
"ora": "^9.4.0",
|
|
32
|
+
"prompts": "^2.4.2",
|
|
33
|
+
"hono": "^4.12.18",
|
|
34
|
+
"@hono/node-server": "^2.0.2",
|
|
35
|
+
"zod": "^4.4.3",
|
|
36
|
+
"cron-parser": "^5.5.0",
|
|
37
|
+
"pg": "^8.13.1",
|
|
38
|
+
"postgres": "^3.4.5",
|
|
39
|
+
"drizzle-orm": "^0.45.2",
|
|
40
|
+
"better-auth": "^1.6.10",
|
|
41
|
+
"ai": "^6.0.177",
|
|
42
|
+
"@ai-sdk/anthropic": "^3.0.76",
|
|
43
|
+
"@ai-sdk/google": "^3.0.72",
|
|
44
|
+
"@ai-sdk/groq": "^3.0.39",
|
|
45
|
+
"@ai-sdk/mistral": "^3.0.36",
|
|
46
|
+
"@ai-sdk/openai": "^3.0.63",
|
|
47
|
+
"@ai-sdk/openai-compatible": "^2.0.47",
|
|
48
|
+
"@ai-sdk/provider": "^3.0.10",
|
|
49
|
+
"ollama-ai-provider-v2": "^3.5.0",
|
|
50
|
+
"googleapis": "^171.4.0",
|
|
51
|
+
"@notionhq/client": "^2.3.0",
|
|
52
|
+
"@mendable/firecrawl-js": "^4.22.0",
|
|
53
|
+
"@tavily/core": "^0.7.0",
|
|
54
|
+
"apify-client": "^2.23.0",
|
|
55
|
+
"exceljs": "^4.4.0",
|
|
56
|
+
"pdf-parse": "^2.4.5",
|
|
57
|
+
"mammoth": "^1.9.0",
|
|
58
|
+
"next": "^16.2.6",
|
|
59
|
+
"react": "19.2.4",
|
|
60
|
+
"react-dom": "19.2.4",
|
|
61
|
+
"server-only": "^0.0.1"
|
|
62
|
+
}
|
|
63
|
+
}
|