nodal-agents 0.4.4 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -21
- package/cli.js +95 -105
- package/migrations/0035_community_agent_skills.sql +13 -0
- package/migrations/0036_agent_jobs_effective_input_tokens.sql +18 -0
- package/migrations/0037_agent_jobs_total_cost_usd.sql +11 -0
- package/migrations/0038_agent_jobs_served_provider.sql +7 -0
- package/migrations/0039_agent_skills_learning_loop.sql +20 -0
- package/migrations/0040_entities_last_curator_run.sql +7 -0
- package/migrations/0041_reflection_enabled.sql +1 -0
- package/migrations/0042_drop_agent_runs.sql +1 -0
- package/migrations/0043_skill_assignment.sql +2 -0
- package/migrations/0044_entities_lan_command_yolo.sql +1 -0
- package/migrations/meta/_journal.json +314 -244
- package/package.json +4 -1
- package/runner.js +12187 -2147
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/app-path-routes-manifest.json +11 -10
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/routes-manifest.json +6 -0
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js +3 -3
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js +2 -2
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/agents/page.js +2 -2
- package/web/.next/server/app/(dashboard)/agents/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/approvals/page.js +2 -2
- package/web/.next/server/app/(dashboard)/approvals/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/approvals/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/automations/page.js +2 -2
- package/web/.next/server/app/(dashboard)/automations/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/automations/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/billing/page.js +2 -2
- package/web/.next/server/app/(dashboard)/billing/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/billing/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/chat/page.js +2 -2
- package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/connectors/page.js +2 -2
- package/web/.next/server/app/(dashboard)/connectors/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/connectors/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/credentials/page.js +2 -2
- package/web/.next/server/app/(dashboard)/credentials/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/credentials/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/jobs/[id]/page.js +2 -2
- package/web/.next/server/app/(dashboard)/jobs/[id]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/jobs/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/jobs/page.js +2 -2
- package/web/.next/server/app/(dashboard)/jobs/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/jobs/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/learned-skills/page.js +2 -0
- package/web/.next/server/app/(dashboard)/learned-skills/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/learned-skills/page_client-reference-manifest.js +1 -0
- package/web/.next/server/app/(dashboard)/llm-providers/page.js +2 -2
- package/web/.next/server/app/(dashboard)/llm-providers/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/llm-providers/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/logs/page.js +2 -2
- package/web/.next/server/app/(dashboard)/logs/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/logs/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/mcp/page.js +2 -2
- package/web/.next/server/app/(dashboard)/mcp/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/mcp/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/memories/page.js +2 -2
- package/web/.next/server/app/(dashboard)/memories/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/memories/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page.js +4 -4
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/settings/page.js +2 -2
- package/web/.next/server/app/(dashboard)/settings/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js +2 -2
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/skills/new/page.js +2 -2
- package/web/.next/server/app/(dashboard)/skills/new/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/skills/new/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/skills/page.js +2 -2
- package/web/.next/server/app/(dashboard)/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error/page.js +3 -3
- package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error.html +1 -1
- package/web/.next/server/app/_global-error.rsc +3 -3
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +3 -3
- package/web/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page.js +2 -2
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/server/app/_not-found.rsc +4 -4
- package/web/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
- package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/api/auth/[...all]/route.js +1 -1
- package/web/.next/server/app/api/auth/[...all]/route.js.nft.json +1 -1
- package/web/.next/server/app/api/health/route.js +1 -1
- package/web/.next/server/app/api/oauth/[provider]/callback/route.js +1 -1
- package/web/.next/server/app/api/oauth/[provider]/callback/route.js.nft.json +1 -1
- package/web/.next/server/app/api/oauth/[provider]/start/route.js +1 -1
- package/web/.next/server/app/api/oauth/[provider]/start/route.js.nft.json +1 -1
- package/web/.next/server/app/auth/callback/route.js +1 -1
- package/web/.next/server/app/login/page.js +2 -2
- package/web/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/onboarding/page.js +2 -2
- package/web/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/onboarding.html +1 -1
- package/web/.next/server/app/onboarding.rsc +4 -4
- package/web/.next/server/app/onboarding.segments/_full.segment.rsc +4 -4
- package/web/.next/server/app/onboarding.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/onboarding.segments/_index.segment.rsc +4 -4
- package/web/.next/server/app/onboarding.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/onboarding.segments/onboarding.segment.rsc +1 -1
- package/web/.next/server/app-paths-manifest.json +11 -10
- package/web/.next/server/chunks/2556.js +1 -0
- package/web/.next/server/chunks/3279.js +1 -0
- package/web/.next/server/chunks/3636.js +1 -0
- package/web/.next/server/chunks/3966.js +1 -0
- package/web/.next/server/chunks/4574.js +1 -1
- package/web/.next/server/chunks/{3889.js → 5869.js} +1 -1
- package/web/.next/server/chunks/6606.js +1 -0
- package/web/.next/server/chunks/{7826.js → 8732.js} +27 -27
- package/web/.next/server/chunks/9267.js +16 -0
- package/web/.next/server/chunks/9656.js +1 -0
- package/web/.next/server/chunks/{7741.js → 9942.js} +17 -17
- package/web/.next/server/middleware-build-manifest.js +1 -1
- package/web/.next/server/pages/404.html +1 -1
- package/web/.next/server/pages/500.html +1 -1
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/static/FgBmSI8AhGeFcxmEUF1VS/_buildManifest.js +1 -0
- package/web/.next/static/chunks/3178-bde220b789f10130.js +1 -0
- package/web/.next/static/chunks/4454-882460b60106f0d5.js +1 -0
- package/web/.next/static/chunks/6078-abdc3955397924b3.js +1 -0
- package/web/.next/static/chunks/6413-c2d4ac3709048f19.js +1 -0
- package/web/.next/static/chunks/{8666-90a1f5d99b79411e.js → 6908-e8114db85dca4371.js} +1 -1
- package/web/.next/static/chunks/7164-a5cae6a1833041a7.js +1 -0
- package/web/.next/static/chunks/9711-628acc64d23620d2.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-9d2c7d640411e42d.js +2 -0
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/telegram/page-1471b733a0d6dd17.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/agents/page-2a30943e74c78967.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/approvals/page-8556dfa45a425603.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/automations/page-3b724d8f6e8c957f.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/chat/page-b98de38c17f2cd96.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/connectors/page-6591a8753b6a19c1.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/credentials/page-19061f4a8bf1978f.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-7e9af908ef12f252.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/jobs/page-9b09d95cc1a8053c.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/layout-a34502d1a8386a62.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/learned-skills/page-447ba18bc6af3c57.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/llm-providers/page-c0c5aa806b9b47d4.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/logs/page-21d587049e8a6ccb.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/mcp/page-f9337250ed07249e.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/memories/page-b935752c6cb36a04.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/{page-29cfae3bf701076e.js → page-2a69294b49293833.js} +1 -1
- package/web/.next/static/chunks/app/(dashboard)/settings/page-cc13aebbb8d33d19.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-85c75cc88ee1d6a8.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/new/page-9b0777fccb89a00b.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/page-e25db7f660751dfd.js +1 -0
- package/web/.next/static/chunks/app/error-f106e9e65e16edb3.js +1 -0
- package/web/.next/static/css/de0fc0bc138be3b3.css +3 -0
- package/web/.next/server/chunks/3233.js +0 -1
- package/web/.next/server/chunks/4808.js +0 -1
- package/web/.next/server/chunks/5329.js +0 -1
- package/web/.next/server/chunks/593.js +0 -1
- package/web/.next/server/chunks/6128.js +0 -1
- package/web/.next/server/chunks/7231.js +0 -1
- package/web/.next/server/chunks/7466.js +0 -16
- package/web/.next/static/PV5qpGylrVW3jZ7zKHuhE/_buildManifest.js +0 -1
- package/web/.next/static/chunks/8396-f3502b9af3172006.js +0 -1
- package/web/.next/static/chunks/9098-2bfef80a73c706b3.js +0 -1
- package/web/.next/static/chunks/9123-67530ba510c58003.js +0 -1
- package/web/.next/static/chunks/9167-12a4a42d1a7d7db5.js +0 -1
- package/web/.next/static/chunks/9582-fbf7c8d9b2a39101.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-a2c267f563cd1a70.js +0 -2
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/telegram/page-2d7cae43f5e6952a.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/agents/page-bed833ebdd3646fb.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/approvals/page-4b27762472802ce0.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/automations/page-9e5d2ce807ce1c37.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/chat/page-8f81d7e3abb475a6.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/connectors/page-39b1d9560235d574.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/credentials/page-f1e797e327ecdf7c.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-112bb22a9ec43be0.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/jobs/page-44351170ed5f9180.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/layout-53e69de869cba0d0.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/llm-providers/page-8f6ce47ba228e38b.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/logs/page-b814deb9854b0cb5.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/mcp/page-cdf057e468c6e92e.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/memories/page-e706ab4aa681fa99.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/settings/page-312ae27ae71ea6d1.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-89a8a30db5eb96e1.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/skills/new/page-46a424b203591560.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/skills/page-edad7bbd3230fb7a.js +0 -1
- package/web/.next/static/chunks/app/error-61e58aa304e1b34e.js +0 -1
- package/web/.next/static/css/78ead23854ab041e.css +0 -3
- /package/web/.next/static/{PV5qpGylrVW3jZ7zKHuhE → FgBmSI8AhGeFcxmEUF1VS}/_ssgManifest.js +0 -0
|
@@ -1,244 +1,314 @@
|
|
|
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
|
-
"idx": 9,
|
|
70
|
-
"version": "7",
|
|
71
|
-
"when": 1778860776473,
|
|
72
|
-
"tag": "0009_agent_memory_token_budget",
|
|
73
|
-
"breakpoints": true
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"idx": 10,
|
|
77
|
-
"version": "7",
|
|
78
|
-
"when": 1778940762250,
|
|
79
|
-
"tag": "0010_agent_workspace_root",
|
|
80
|
-
"breakpoints": true
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"idx": 11,
|
|
84
|
-
"version": "7",
|
|
85
|
-
"when": 1779000000000,
|
|
86
|
-
"tag": "0011_agent_jobs_failed_delegations_count",
|
|
87
|
-
"breakpoints": true
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"idx": 12,
|
|
91
|
-
"version": "7",
|
|
92
|
-
"when": 1779100000000,
|
|
93
|
-
"tag": "0012_agent_jobs_last_failed_delegation_slug",
|
|
94
|
-
"breakpoints": true
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"idx": 13,
|
|
98
|
-
"version": "7",
|
|
99
|
-
"when": 1779200000000,
|
|
100
|
-
"tag": "0013_cascade_agent_fks",
|
|
101
|
-
"breakpoints": true
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"idx": 14,
|
|
105
|
-
"version": "7",
|
|
106
|
-
"when": 1779400000000,
|
|
107
|
-
"tag": "0014_mcp_server_credentials",
|
|
108
|
-
"breakpoints": true
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"idx": 15,
|
|
112
|
-
"version": "7",
|
|
113
|
-
"when": 1779500000000,
|
|
114
|
-
"tag": "0015_agent_mcp_servers_unique",
|
|
115
|
-
"breakpoints": true
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"idx": 16,
|
|
119
|
-
"version": "7",
|
|
120
|
-
"when": 1779600000000,
|
|
121
|
-
"tag": "0016_drop_connector_entity_slug_unique",
|
|
122
|
-
"breakpoints": true
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"idx": 17,
|
|
126
|
-
"version": "7",
|
|
127
|
-
"when": 1779700000000,
|
|
128
|
-
"tag": "0017_drop_mcp_server_entity_slug_unique",
|
|
129
|
-
"breakpoints": true
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"idx": 18,
|
|
133
|
-
"version": "7",
|
|
134
|
-
"when": 1779800000000,
|
|
135
|
-
"tag": "0018_mcp_servers_bearer_auth",
|
|
136
|
-
"breakpoints": true
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"idx": 19,
|
|
140
|
-
"version": "7",
|
|
141
|
-
"when": 1779900000000,
|
|
142
|
-
"tag": "0019_agents_position",
|
|
143
|
-
"breakpoints": true
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"idx": 20,
|
|
147
|
-
"version": "7",
|
|
148
|
-
"when": 1780000000000,
|
|
149
|
-
"tag": "0020_agent_workspaces",
|
|
150
|
-
"breakpoints": true
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"idx": 21,
|
|
154
|
-
"version": "7",
|
|
155
|
-
"when": 1780100000000,
|
|
156
|
-
"tag": "0021_entities_root_agent_grants",
|
|
157
|
-
"breakpoints": true
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"idx": 22,
|
|
161
|
-
"version": "7",
|
|
162
|
-
"when": 1780200000000,
|
|
163
|
-
"tag": "0022_approval_requests_executed_at",
|
|
164
|
-
"breakpoints": true
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"idx": 23,
|
|
168
|
-
"version": "7",
|
|
169
|
-
"when": 1780300000000,
|
|
170
|
-
"tag": "0023_agent_schedules_notify_on_success",
|
|
171
|
-
"breakpoints": true
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"idx": 24,
|
|
175
|
-
"version": "7",
|
|
176
|
-
"when": 1780400000000,
|
|
177
|
-
"tag": "0024_agent_jobs_dashboard_channel",
|
|
178
|
-
"breakpoints": true
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"idx": 25,
|
|
182
|
-
"version": "7",
|
|
183
|
-
"when": 1780500000000,
|
|
184
|
-
"tag": "0025_agent_jobs_conversational",
|
|
185
|
-
"breakpoints": true
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"idx": 26,
|
|
189
|
-
"version": "7",
|
|
190
|
-
"when": 1780600000000,
|
|
191
|
-
"tag": "0026_chat_messages",
|
|
192
|
-
"breakpoints": true
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"idx": 27,
|
|
196
|
-
"version": "7",
|
|
197
|
-
"when": 1780700000000,
|
|
198
|
-
"tag": "0027_drop_agent_jobs_conversational",
|
|
199
|
-
"breakpoints": true
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"idx": 28,
|
|
203
|
-
"version": "7",
|
|
204
|
-
"when": 1780800000000,
|
|
205
|
-
"tag": "0028_conversations",
|
|
206
|
-
"breakpoints": true
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"idx": 29,
|
|
210
|
-
"version": "7",
|
|
211
|
-
"when": 1780900000000,
|
|
212
|
-
"tag": "0029_backfill_root_agent",
|
|
213
|
-
"breakpoints": true
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"idx": 30,
|
|
217
|
-
"version": "7",
|
|
218
|
-
"when": 1781000000000,
|
|
219
|
-
"tag": "0030_agent_fallback_llm_keys",
|
|
220
|
-
"breakpoints": true
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"idx": 31,
|
|
224
|
-
"version": "7",
|
|
225
|
-
"when": 1781100000000,
|
|
226
|
-
"tag": "0031_llm_key_capabilities",
|
|
227
|
-
"breakpoints": true
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"idx": 32,
|
|
231
|
-
"version": "7",
|
|
232
|
-
"when": 1781200000000,
|
|
233
|
-
"tag": "0032_drop_llm_key_model_caps",
|
|
234
|
-
"breakpoints": true
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"idx": 33,
|
|
238
|
-
"version": "7",
|
|
239
|
-
"when": 1781300000000,
|
|
240
|
-
"tag": "0033_agent_fallback_chain",
|
|
241
|
-
"breakpoints": true
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
|
|
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
|
+
"idx": 9,
|
|
70
|
+
"version": "7",
|
|
71
|
+
"when": 1778860776473,
|
|
72
|
+
"tag": "0009_agent_memory_token_budget",
|
|
73
|
+
"breakpoints": true
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"idx": 10,
|
|
77
|
+
"version": "7",
|
|
78
|
+
"when": 1778940762250,
|
|
79
|
+
"tag": "0010_agent_workspace_root",
|
|
80
|
+
"breakpoints": true
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"idx": 11,
|
|
84
|
+
"version": "7",
|
|
85
|
+
"when": 1779000000000,
|
|
86
|
+
"tag": "0011_agent_jobs_failed_delegations_count",
|
|
87
|
+
"breakpoints": true
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"idx": 12,
|
|
91
|
+
"version": "7",
|
|
92
|
+
"when": 1779100000000,
|
|
93
|
+
"tag": "0012_agent_jobs_last_failed_delegation_slug",
|
|
94
|
+
"breakpoints": true
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"idx": 13,
|
|
98
|
+
"version": "7",
|
|
99
|
+
"when": 1779200000000,
|
|
100
|
+
"tag": "0013_cascade_agent_fks",
|
|
101
|
+
"breakpoints": true
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"idx": 14,
|
|
105
|
+
"version": "7",
|
|
106
|
+
"when": 1779400000000,
|
|
107
|
+
"tag": "0014_mcp_server_credentials",
|
|
108
|
+
"breakpoints": true
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"idx": 15,
|
|
112
|
+
"version": "7",
|
|
113
|
+
"when": 1779500000000,
|
|
114
|
+
"tag": "0015_agent_mcp_servers_unique",
|
|
115
|
+
"breakpoints": true
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"idx": 16,
|
|
119
|
+
"version": "7",
|
|
120
|
+
"when": 1779600000000,
|
|
121
|
+
"tag": "0016_drop_connector_entity_slug_unique",
|
|
122
|
+
"breakpoints": true
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"idx": 17,
|
|
126
|
+
"version": "7",
|
|
127
|
+
"when": 1779700000000,
|
|
128
|
+
"tag": "0017_drop_mcp_server_entity_slug_unique",
|
|
129
|
+
"breakpoints": true
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"idx": 18,
|
|
133
|
+
"version": "7",
|
|
134
|
+
"when": 1779800000000,
|
|
135
|
+
"tag": "0018_mcp_servers_bearer_auth",
|
|
136
|
+
"breakpoints": true
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"idx": 19,
|
|
140
|
+
"version": "7",
|
|
141
|
+
"when": 1779900000000,
|
|
142
|
+
"tag": "0019_agents_position",
|
|
143
|
+
"breakpoints": true
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"idx": 20,
|
|
147
|
+
"version": "7",
|
|
148
|
+
"when": 1780000000000,
|
|
149
|
+
"tag": "0020_agent_workspaces",
|
|
150
|
+
"breakpoints": true
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"idx": 21,
|
|
154
|
+
"version": "7",
|
|
155
|
+
"when": 1780100000000,
|
|
156
|
+
"tag": "0021_entities_root_agent_grants",
|
|
157
|
+
"breakpoints": true
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"idx": 22,
|
|
161
|
+
"version": "7",
|
|
162
|
+
"when": 1780200000000,
|
|
163
|
+
"tag": "0022_approval_requests_executed_at",
|
|
164
|
+
"breakpoints": true
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"idx": 23,
|
|
168
|
+
"version": "7",
|
|
169
|
+
"when": 1780300000000,
|
|
170
|
+
"tag": "0023_agent_schedules_notify_on_success",
|
|
171
|
+
"breakpoints": true
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"idx": 24,
|
|
175
|
+
"version": "7",
|
|
176
|
+
"when": 1780400000000,
|
|
177
|
+
"tag": "0024_agent_jobs_dashboard_channel",
|
|
178
|
+
"breakpoints": true
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"idx": 25,
|
|
182
|
+
"version": "7",
|
|
183
|
+
"when": 1780500000000,
|
|
184
|
+
"tag": "0025_agent_jobs_conversational",
|
|
185
|
+
"breakpoints": true
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"idx": 26,
|
|
189
|
+
"version": "7",
|
|
190
|
+
"when": 1780600000000,
|
|
191
|
+
"tag": "0026_chat_messages",
|
|
192
|
+
"breakpoints": true
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"idx": 27,
|
|
196
|
+
"version": "7",
|
|
197
|
+
"when": 1780700000000,
|
|
198
|
+
"tag": "0027_drop_agent_jobs_conversational",
|
|
199
|
+
"breakpoints": true
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"idx": 28,
|
|
203
|
+
"version": "7",
|
|
204
|
+
"when": 1780800000000,
|
|
205
|
+
"tag": "0028_conversations",
|
|
206
|
+
"breakpoints": true
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"idx": 29,
|
|
210
|
+
"version": "7",
|
|
211
|
+
"when": 1780900000000,
|
|
212
|
+
"tag": "0029_backfill_root_agent",
|
|
213
|
+
"breakpoints": true
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"idx": 30,
|
|
217
|
+
"version": "7",
|
|
218
|
+
"when": 1781000000000,
|
|
219
|
+
"tag": "0030_agent_fallback_llm_keys",
|
|
220
|
+
"breakpoints": true
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"idx": 31,
|
|
224
|
+
"version": "7",
|
|
225
|
+
"when": 1781100000000,
|
|
226
|
+
"tag": "0031_llm_key_capabilities",
|
|
227
|
+
"breakpoints": true
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"idx": 32,
|
|
231
|
+
"version": "7",
|
|
232
|
+
"when": 1781200000000,
|
|
233
|
+
"tag": "0032_drop_llm_key_model_caps",
|
|
234
|
+
"breakpoints": true
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"idx": 33,
|
|
238
|
+
"version": "7",
|
|
239
|
+
"when": 1781300000000,
|
|
240
|
+
"tag": "0033_agent_fallback_chain",
|
|
241
|
+
"breakpoints": true
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"idx": 35,
|
|
245
|
+
"version": "7",
|
|
246
|
+
"when": 1781500000000,
|
|
247
|
+
"tag": "0035_community_agent_skills",
|
|
248
|
+
"breakpoints": true
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"idx": 36,
|
|
252
|
+
"version": "7",
|
|
253
|
+
"when": 1781600000000,
|
|
254
|
+
"tag": "0036_agent_jobs_effective_input_tokens",
|
|
255
|
+
"breakpoints": true
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"idx": 37,
|
|
259
|
+
"version": "7",
|
|
260
|
+
"when": 1781700000000,
|
|
261
|
+
"tag": "0037_agent_jobs_total_cost_usd",
|
|
262
|
+
"breakpoints": true
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"idx": 38,
|
|
266
|
+
"version": "7",
|
|
267
|
+
"when": 1781800000000,
|
|
268
|
+
"tag": "0038_agent_jobs_served_provider",
|
|
269
|
+
"breakpoints": true
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"idx": 39,
|
|
273
|
+
"version": "7",
|
|
274
|
+
"when": 1781900000000,
|
|
275
|
+
"tag": "0039_agent_skills_learning_loop",
|
|
276
|
+
"breakpoints": true
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"idx": 40,
|
|
280
|
+
"version": "7",
|
|
281
|
+
"when": 1782000000000,
|
|
282
|
+
"tag": "0040_entities_last_curator_run",
|
|
283
|
+
"breakpoints": true
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"idx": 41,
|
|
287
|
+
"version": "7",
|
|
288
|
+
"when": 1782100000000,
|
|
289
|
+
"tag": "0041_reflection_enabled",
|
|
290
|
+
"breakpoints": true
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"idx": 42,
|
|
294
|
+
"version": "7",
|
|
295
|
+
"when": 1782200000000,
|
|
296
|
+
"tag": "0042_drop_agent_runs",
|
|
297
|
+
"breakpoints": true
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"idx": 43,
|
|
301
|
+
"version": "7",
|
|
302
|
+
"when": 1782300000000,
|
|
303
|
+
"tag": "0043_skill_assignment",
|
|
304
|
+
"breakpoints": true
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"idx": 44,
|
|
308
|
+
"version": "7",
|
|
309
|
+
"when": 1782400000000,
|
|
310
|
+
"tag": "0044_entities_lan_command_yolo",
|
|
311
|
+
"breakpoints": true
|
|
312
|
+
}
|
|
313
|
+
]
|
|
314
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodal-agents",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Local-first AI agent platform with a web dashboard — install in one command.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"better-auth": "^1.6.10",
|
|
41
41
|
"ai": "^6.0.177",
|
|
42
42
|
"@ai-sdk/anthropic": "^3.0.76",
|
|
43
|
+
"@ai-sdk/deepseek": "^2.0.38",
|
|
43
44
|
"@ai-sdk/google": "^3.0.72",
|
|
44
45
|
"@ai-sdk/groq": "^3.0.39",
|
|
45
46
|
"@ai-sdk/mistral": "^3.0.36",
|
|
@@ -59,6 +60,8 @@
|
|
|
59
60
|
"docx": "^9.7.1",
|
|
60
61
|
"pptxgenjs": "^4.0.1",
|
|
61
62
|
"officeparser": "^7.1.0",
|
|
63
|
+
"tar": "^7.5.16",
|
|
64
|
+
"fflate": "^0.8.3",
|
|
62
65
|
"@napi-rs/canvas": "^0.1.80",
|
|
63
66
|
"next": "^16.2.6",
|
|
64
67
|
"react": "19.2.4",
|