nodal-agents 0.5.2 → 0.5.4
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/cli.js +52 -0
- package/migrations/0045_app_settings.sql +5 -0
- package/migrations/0046_skill_assignment_scripts_authorized.sql +1 -0
- package/migrations/0047_agent_schedules_timezone.sql +1 -0
- package/migrations/0048_entities_timezone.sql +1 -0
- package/migrations/meta/_journal.json +342 -314
- package/package.json +1 -1
- package/runner.js +8699 -6632
- 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/routes-manifest.json +6 -0
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js +5 -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 -2
- package/web/.next/server/app/(dashboard)/learned-skills/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/learned-skills/page_client-reference-manifest.js +1 -1
- 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)/settings/root-context/page.js +2 -0
- package/web/.next/server/app/(dashboard)/settings/root-context/page.js.nft.json +1 -0
- package/web/.next/server/app/(dashboard)/settings/root-context/page_client-reference-manifest.js +1 -0
- 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 +2 -2
- 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 +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- 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 +1 -1
- 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 +2 -2
- package/web/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- 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 +2 -2
- package/web/.next/server/app/onboarding.segments/_full.segment.rsc +2 -2
- package/web/.next/server/app/onboarding.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/onboarding.segments/_index.segment.rsc +2 -2
- 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/1544.js +1 -0
- package/web/.next/server/chunks/1827.js +1 -0
- package/web/.next/server/chunks/{8732.js → 3154.js} +6 -6
- package/web/.next/server/chunks/3188.js +1 -0
- package/web/.next/server/chunks/3636.js +1 -1
- package/web/.next/server/chunks/4370.js +1429 -0
- package/web/.next/server/chunks/4574.js +1 -1
- package/web/.next/server/chunks/473.js +1 -0
- package/web/.next/server/chunks/{2556.js → 6200.js} +1 -1
- package/web/.next/server/chunks/652.js +709 -0
- package/web/.next/server/chunks/6592.js +1 -0
- package/web/.next/server/chunks/6778.js +1 -0
- package/web/.next/server/chunks/7415.js +1 -0
- 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/URd3wLbbONHdJcTWOsoRw/_buildManifest.js +1 -0
- package/web/.next/static/chunks/6097-12165ea99c077896.js +1 -0
- package/web/.next/static/chunks/{7164-a5cae6a1833041a7.js → 7164-080c206b663d64b2.js} +1 -1
- package/web/.next/static/chunks/{6908-e8114db85dca4371.js → 8666-90a1f5d99b79411e.js} +1 -1
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-72e5a7541de7e969.js +4 -0
- package/web/.next/static/chunks/app/(dashboard)/connectors/page-6c4c1c753858c7b8.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/credentials/page-ef2666c5ac3ede9b.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/mcp/page-d53d13942bd635a4.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/memories/page-ebcc28ea081ae566.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/settings/page-b3cc57c577895cac.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/settings/root-context/page-6830a271484d97d5.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-ddd8ebba5889c9a4.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/new/page-6246f9236b209e76.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/{page-e25db7f660751dfd.js → page-68d64faf1a7c49b2.js} +1 -1
- package/web/.next/static/css/f93e519b745ac2de.css +3 -0
- package/web/public/connector-icons/airtable.svg +13 -0
- package/web/public/connector-icons/git.svg +3 -0
- package/web/public/connector-icons/github.svg +10 -0
- package/web/public/connector-icons/gmail.svg +14 -0
- package/web/public/connector-icons/google-docs.svg +12 -0
- package/web/public/connector-icons/google-drive.svg +8 -0
- package/web/public/connector-icons/google-sheets.svg +25 -0
- package/web/public/connector-icons/notion.svg +3 -0
- package/web/public/connector-icons/postgresql.svg +14 -0
- package/web/public/connector-icons/sentry.svg +10 -0
- package/web/public/connector-icons/stripe.svg +4 -0
- package/web/.next/server/chunks/3279.js +0 -1
- package/web/.next/server/chunks/5869.js +0 -1
- package/web/.next/server/chunks/6606.js +0 -1
- package/web/.next/server/chunks/9267.js +0 -16
- package/web/.next/server/chunks/9656.js +0 -1
- package/web/.next/server/chunks/9942.js +0 -1223
- package/web/.next/static/FgBmSI8AhGeFcxmEUF1VS/_buildManifest.js +0 -1
- package/web/.next/static/chunks/3178-bde220b789f10130.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-9d2c7d640411e42d.js +0 -2
- package/web/.next/static/chunks/app/(dashboard)/connectors/page-6591a8753b6a19c1.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/credentials/page-19061f4a8bf1978f.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/mcp/page-f9337250ed07249e.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/memories/page-b935752c6cb36a04.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/settings/page-cc13aebbb8d33d19.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-85c75cc88ee1d6a8.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/skills/new/page-9b0777fccb89a00b.js +0 -1
- package/web/.next/static/css/de0fc0bc138be3b3.css +0 -3
- /package/web/.next/static/{FgBmSI8AhGeFcxmEUF1VS → URd3wLbbONHdJcTWOsoRw}/_ssgManifest.js +0 -0
|
@@ -1,314 +1,342 @@
|
|
|
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
|
-
|
|
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
|
+
"idx": 45,
|
|
315
|
+
"version": "7",
|
|
316
|
+
"when": 1782500000000,
|
|
317
|
+
"tag": "0045_app_settings",
|
|
318
|
+
"breakpoints": true
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"idx": 46,
|
|
322
|
+
"version": "7",
|
|
323
|
+
"when": 1782600000000,
|
|
324
|
+
"tag": "0046_skill_assignment_scripts_authorized",
|
|
325
|
+
"breakpoints": true
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"idx": 47,
|
|
329
|
+
"version": "7",
|
|
330
|
+
"when": 1782700000000,
|
|
331
|
+
"tag": "0047_agent_schedules_timezone",
|
|
332
|
+
"breakpoints": true
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"idx": 48,
|
|
336
|
+
"version": "7",
|
|
337
|
+
"when": 1782800000000,
|
|
338
|
+
"tag": "0048_entities_timezone",
|
|
339
|
+
"breakpoints": true
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
}
|