nodal-agents 0.3.10 → 0.4.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.
Files changed (190) hide show
  1. package/README.md +42 -18
  2. package/cli.js +84 -3
  3. package/migrations/0024_agent_jobs_dashboard_channel.sql +11 -0
  4. package/migrations/0025_agent_jobs_conversational.sql +9 -0
  5. package/migrations/0026_chat_messages.sql +19 -0
  6. package/migrations/0027_drop_agent_jobs_conversational.sql +6 -0
  7. package/migrations/0028_conversations.sql +27 -0
  8. package/migrations/0029_backfill_root_agent.sql +33 -0
  9. package/migrations/0030_agent_fallback_llm_keys.sql +6 -0
  10. package/migrations/0031_llm_key_capabilities.sql +7 -0
  11. package/migrations/0032_drop_llm_key_model_caps.sql +9 -0
  12. package/migrations/0033_agent_fallback_chain.sql +21 -0
  13. package/migrations/meta/_journal.json +244 -174
  14. package/package.json +1 -1
  15. package/runner.js +2164 -1226
  16. package/web/.next/BUILD_ID +1 -1
  17. package/web/.next/app-path-routes-manifest.json +1 -0
  18. package/web/.next/build-manifest.json +2 -2
  19. package/web/.next/prerender-manifest.json +3 -3
  20. package/web/.next/routes-manifest.json +6 -0
  21. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js +3 -3
  22. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js.nft.json +1 -1
  23. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page_client-reference-manifest.js +1 -1
  24. package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js +2 -2
  25. package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js.nft.json +1 -1
  26. package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page_client-reference-manifest.js +1 -1
  27. package/web/.next/server/app/(dashboard)/agents/page.js +2 -2
  28. package/web/.next/server/app/(dashboard)/agents/page.js.nft.json +1 -1
  29. package/web/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -1
  30. package/web/.next/server/app/(dashboard)/approvals/page.js +2 -2
  31. package/web/.next/server/app/(dashboard)/approvals/page.js.nft.json +1 -1
  32. package/web/.next/server/app/(dashboard)/approvals/page_client-reference-manifest.js +1 -1
  33. package/web/.next/server/app/(dashboard)/automations/page.js +2 -2
  34. package/web/.next/server/app/(dashboard)/automations/page.js.nft.json +1 -1
  35. package/web/.next/server/app/(dashboard)/automations/page_client-reference-manifest.js +1 -1
  36. package/web/.next/server/app/(dashboard)/billing/page.js +2 -2
  37. package/web/.next/server/app/(dashboard)/billing/page.js.nft.json +1 -1
  38. package/web/.next/server/app/(dashboard)/billing/page_client-reference-manifest.js +1 -1
  39. package/web/.next/server/app/(dashboard)/chat/page.js +2 -0
  40. package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -0
  41. package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -0
  42. package/web/.next/server/app/(dashboard)/connectors/page.js +2 -2
  43. package/web/.next/server/app/(dashboard)/connectors/page.js.nft.json +1 -1
  44. package/web/.next/server/app/(dashboard)/connectors/page_client-reference-manifest.js +1 -1
  45. package/web/.next/server/app/(dashboard)/credentials/page.js +2 -2
  46. package/web/.next/server/app/(dashboard)/credentials/page.js.nft.json +1 -1
  47. package/web/.next/server/app/(dashboard)/credentials/page_client-reference-manifest.js +1 -1
  48. package/web/.next/server/app/(dashboard)/jobs/[id]/page.js +2 -2
  49. package/web/.next/server/app/(dashboard)/jobs/[id]/page.js.nft.json +1 -1
  50. package/web/.next/server/app/(dashboard)/jobs/[id]/page_client-reference-manifest.js +1 -1
  51. package/web/.next/server/app/(dashboard)/jobs/page.js +2 -2
  52. package/web/.next/server/app/(dashboard)/jobs/page.js.nft.json +1 -1
  53. package/web/.next/server/app/(dashboard)/jobs/page_client-reference-manifest.js +1 -1
  54. package/web/.next/server/app/(dashboard)/llm-providers/page.js +2 -2
  55. package/web/.next/server/app/(dashboard)/llm-providers/page.js.nft.json +1 -1
  56. package/web/.next/server/app/(dashboard)/llm-providers/page_client-reference-manifest.js +1 -1
  57. package/web/.next/server/app/(dashboard)/logs/page.js +2 -2
  58. package/web/.next/server/app/(dashboard)/logs/page.js.nft.json +1 -1
  59. package/web/.next/server/app/(dashboard)/logs/page_client-reference-manifest.js +1 -1
  60. package/web/.next/server/app/(dashboard)/mcp/page.js +2 -2
  61. package/web/.next/server/app/(dashboard)/mcp/page.js.nft.json +1 -1
  62. package/web/.next/server/app/(dashboard)/mcp/page_client-reference-manifest.js +1 -1
  63. package/web/.next/server/app/(dashboard)/memories/page.js +2 -2
  64. package/web/.next/server/app/(dashboard)/memories/page.js.nft.json +1 -1
  65. package/web/.next/server/app/(dashboard)/memories/page_client-reference-manifest.js +1 -1
  66. package/web/.next/server/app/(dashboard)/page.js +3 -3
  67. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  68. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  69. package/web/.next/server/app/(dashboard)/settings/page.js +2 -63
  70. package/web/.next/server/app/(dashboard)/settings/page.js.nft.json +1 -1
  71. package/web/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
  72. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js +2 -2
  73. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js.nft.json +1 -1
  74. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page_client-reference-manifest.js +1 -1
  75. package/web/.next/server/app/(dashboard)/skills/new/page.js +2 -2
  76. package/web/.next/server/app/(dashboard)/skills/new/page.js.nft.json +1 -1
  77. package/web/.next/server/app/(dashboard)/skills/new/page_client-reference-manifest.js +1 -1
  78. package/web/.next/server/app/(dashboard)/skills/page.js +2 -2
  79. package/web/.next/server/app/(dashboard)/skills/page.js.nft.json +1 -1
  80. package/web/.next/server/app/(dashboard)/skills/page_client-reference-manifest.js +1 -1
  81. package/web/.next/server/app/_global-error/page.js +2 -2
  82. package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  83. package/web/.next/server/app/_global-error.html +1 -1
  84. package/web/.next/server/app/_global-error.rsc +2 -2
  85. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +2 -2
  86. package/web/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  87. package/web/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  88. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  89. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +2 -2
  90. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  91. package/web/.next/server/app/_not-found/page.js +2 -2
  92. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  93. package/web/.next/server/app/_not-found.html +1 -1
  94. package/web/.next/server/app/_not-found.rsc +3 -3
  95. package/web/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  96. package/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  97. package/web/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
  98. package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  99. package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  100. package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  101. package/web/.next/server/app/api/auth/[...all]/route.js +1 -1
  102. package/web/.next/server/app/api/health/route.js +1 -1
  103. package/web/.next/server/app/api/oauth/[provider]/callback/route.js +1 -1
  104. package/web/.next/server/app/api/oauth/[provider]/start/route.js +1 -1
  105. package/web/.next/server/app/auth/callback/route.js +1 -1
  106. package/web/.next/server/app/login/page.js +2 -2
  107. package/web/.next/server/app/login/page_client-reference-manifest.js +1 -1
  108. package/web/.next/server/app/onboarding/page.js +2 -2
  109. package/web/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  110. package/web/.next/server/app/onboarding.html +1 -1
  111. package/web/.next/server/app/onboarding.rsc +3 -3
  112. package/web/.next/server/app/onboarding.segments/_full.segment.rsc +3 -3
  113. package/web/.next/server/app/onboarding.segments/_head.segment.rsc +1 -1
  114. package/web/.next/server/app/onboarding.segments/_index.segment.rsc +3 -3
  115. package/web/.next/server/app/onboarding.segments/_tree.segment.rsc +2 -2
  116. package/web/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +1 -1
  117. package/web/.next/server/app/onboarding.segments/onboarding.segment.rsc +1 -1
  118. package/web/.next/server/app-paths-manifest.json +1 -0
  119. package/web/.next/server/chunks/1945.js +1 -0
  120. package/web/.next/server/chunks/3233.js +1 -0
  121. package/web/.next/server/chunks/4574.js +1 -1
  122. package/web/.next/server/chunks/4808.js +1 -0
  123. package/web/.next/server/chunks/4839.js +1 -0
  124. package/web/.next/server/chunks/{6937.js → 7466.js} +1 -1
  125. package/web/.next/server/chunks/7741.js +3 -3
  126. package/web/.next/server/chunks/8206.js +1 -0
  127. package/web/.next/server/chunks/8398.js +1 -0
  128. package/web/.next/server/chunks/9606.js +62 -0
  129. package/web/.next/server/middleware-build-manifest.js +1 -1
  130. package/web/.next/server/pages/404.html +1 -1
  131. package/web/.next/server/pages/500.html +1 -1
  132. package/web/.next/server/server-reference-manifest.js +1 -1
  133. package/web/.next/server/server-reference-manifest.json +1 -1
  134. package/web/.next/static/ZuUX-HBTQOhLf0tFI6JQI/_buildManifest.js +1 -0
  135. package/web/.next/static/chunks/{9060-df7c0c4c6fa27737.js → 2575-e660568bd1a9bcb6.js} +2 -2
  136. package/web/.next/static/chunks/3233-e6efb7fb1fa24591.js +1 -0
  137. package/web/.next/static/chunks/5436-c1006a40e59853ed.js +1 -0
  138. package/web/.next/static/chunks/7025-7afa82fda10bddc4.js +62 -0
  139. package/web/.next/static/chunks/8396-f3502b9af3172006.js +1 -0
  140. package/web/.next/static/chunks/9098-2bfef80a73c706b3.js +1 -0
  141. package/web/.next/static/chunks/9123-20653d928e33410a.js +1 -0
  142. package/web/.next/static/chunks/{6679-7c76034b83edeb06.js → 9582-fbf7c8d9b2a39101.js} +1 -1
  143. package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-a8e293c54c818084.js +2 -0
  144. package/web/.next/static/chunks/app/(dashboard)/agents/[id]/telegram/{page-e6b35d5f361044a9.js → page-7a94ae67b2c3c9c3.js} +1 -1
  145. package/web/.next/static/chunks/app/(dashboard)/agents/page-b258b8975ac6450b.js +1 -0
  146. package/web/.next/static/chunks/app/(dashboard)/approvals/page-79dea6e91956eeba.js +1 -0
  147. package/web/.next/static/chunks/app/(dashboard)/automations/page-3b863b7af8e2c1a3.js +1 -0
  148. package/web/.next/static/chunks/app/(dashboard)/chat/page-4d965bb7ee3732db.js +1 -0
  149. package/web/.next/static/chunks/app/(dashboard)/connectors/page-4a437ba82f4086da.js +1 -0
  150. package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-be20dcbf25c8f3ce.js +1 -0
  151. package/web/.next/static/chunks/app/(dashboard)/jobs/page-94a311f688a255d8.js +1 -0
  152. package/web/.next/static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js +1 -0
  153. package/web/.next/static/chunks/app/(dashboard)/llm-providers/page-e5e2c4e2b783d37f.js +1 -0
  154. package/web/.next/static/chunks/app/(dashboard)/mcp/page-c071c54f76273ac4.js +1 -0
  155. package/web/.next/static/chunks/app/(dashboard)/memories/page-8ca0b34ad35eb1fa.js +1 -0
  156. package/web/.next/static/chunks/app/(dashboard)/{page-fc49d7ed8e472118.js → page-fb50e1576a3ab2e4.js} +1 -1
  157. package/web/.next/static/chunks/app/(dashboard)/settings/page-7b256e9c462e97f8.js +1 -0
  158. package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-12930816795e8b20.js +1 -0
  159. package/web/.next/static/chunks/app/(dashboard)/skills/new/page-e3a19abaf7468db9.js +1 -0
  160. package/web/.next/static/chunks/app/(dashboard)/skills/page-43f1475a0bc9c45f.js +1 -0
  161. package/web/.next/static/css/78ead23854ab041e.css +3 -0
  162. package/web/.next/server/chunks/211.js +0 -1
  163. package/web/.next/server/chunks/5163.js +0 -1
  164. package/web/.next/server/chunks/6680.js +0 -1
  165. package/web/.next/server/chunks/8013.js +0 -1
  166. package/web/.next/server/chunks/9140.js +0 -1
  167. package/web/.next/static/chunks/1165-ec573be2aa63710b.js +0 -1
  168. package/web/.next/static/chunks/374-60415230f01c844a.js +0 -1
  169. package/web/.next/static/chunks/5070-4385fb454f6ec84b.js +0 -62
  170. package/web/.next/static/chunks/639-79c3c2ac769ef007.js +0 -1
  171. package/web/.next/static/chunks/6522-3f865de55adb618d.js +0 -1
  172. package/web/.next/static/chunks/921-f437093debcddbb3.js +0 -1
  173. package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-d3724fbf38b71806.js +0 -2
  174. package/web/.next/static/chunks/app/(dashboard)/agents/page-b58294bf588f4581.js +0 -1
  175. package/web/.next/static/chunks/app/(dashboard)/approvals/page-b9e504918d043b6d.js +0 -1
  176. package/web/.next/static/chunks/app/(dashboard)/automations/page-4807e81e2af3030e.js +0 -1
  177. package/web/.next/static/chunks/app/(dashboard)/connectors/page-e12174534c2c2acf.js +0 -1
  178. package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-40172a14d0b1368f.js +0 -1
  179. package/web/.next/static/chunks/app/(dashboard)/jobs/page-d4a3a16745e02fd1.js +0 -1
  180. package/web/.next/static/chunks/app/(dashboard)/layout-d01f5919f54fb37a.js +0 -1
  181. package/web/.next/static/chunks/app/(dashboard)/llm-providers/page-90fb785e2ab32759.js +0 -1
  182. package/web/.next/static/chunks/app/(dashboard)/mcp/page-3fa9d4448a31b696.js +0 -1
  183. package/web/.next/static/chunks/app/(dashboard)/memories/page-aa46f5f7efbfa262.js +0 -1
  184. package/web/.next/static/chunks/app/(dashboard)/settings/page-8bc69f353f8d48a3.js +0 -1
  185. package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-0b61f21847f4c7a0.js +0 -1
  186. package/web/.next/static/chunks/app/(dashboard)/skills/new/page-9de96e643c361732.js +0 -1
  187. package/web/.next/static/chunks/app/(dashboard)/skills/page-54c6adeb65475a1a.js +0 -1
  188. package/web/.next/static/css/90e1bf719df42081.css +0 -3
  189. package/web/.next/static/oCvSEboPKulEdUGcfE5Px/_buildManifest.js +0 -1
  190. /package/web/.next/static/{oCvSEboPKulEdUGcfE5Px → ZuUX-HBTQOhLf0tFI6JQI}/_ssgManifest.js +0 -0
@@ -1,174 +1,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
- }
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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodal-agents",
3
- "version": "0.3.10",
3
+ "version": "0.4.2",
4
4
  "description": "Local-first AI agent platform with a web dashboard — install in one command.",
5
5
  "license": "MIT",
6
6
  "repository": {