@companyhelm/runner 0.0.12
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/LICENSE +21 -0
- package/README.md +58 -0
- package/RUNTIME_IMAGE_VERSION +1 -0
- package/drizzle/0000_nice_stepford_cuckoos.sql +25 -0
- package/drizzle/0001_third_vermin.sql +22 -0
- package/drizzle/0002_kind_sue_storm.sql +1 -0
- package/drizzle/0003_dizzy_micromax.sql +35 -0
- package/drizzle/0004_sloppy_alex_wilder.sql +23 -0
- package/drizzle/0005_open_toro.sql +23 -0
- package/drizzle/0006_fixed_jack_flag.sql +23 -0
- package/drizzle/0007_mute_lord_tyger.sql +1 -0
- package/drizzle/0008_melted_flatman.sql +8 -0
- package/drizzle/0009_powerful_hellcat.sql +1 -0
- package/drizzle/0010_wealthy_dorian_gray.sql +24 -0
- package/drizzle/0011_actual_lucky.sql +7 -0
- package/drizzle/meta/0000_snapshot.json +174 -0
- package/drizzle/meta/0001_snapshot.json +212 -0
- package/drizzle/meta/0002_snapshot.json +219 -0
- package/drizzle/meta/0003_snapshot.json +240 -0
- package/drizzle/meta/0004_snapshot.json +240 -0
- package/drizzle/meta/0005_snapshot.json +240 -0
- package/drizzle/meta/0006_snapshot.json +240 -0
- package/drizzle/meta/0007_snapshot.json +247 -0
- package/drizzle/meta/0008_snapshot.json +306 -0
- package/drizzle/meta/0009_snapshot.json +313 -0
- package/drizzle/meta/0010_snapshot.json +261 -0
- package/drizzle/meta/_journal.json +90 -0
- package/package.json +53 -0
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "6",
|
|
3
|
+
"dialect": "sqlite",
|
|
4
|
+
"id": "87a07a21-e07c-4798-b910-899fedd028e8",
|
|
5
|
+
"prevId": "c4f449c1-c8a9-40a1-99ee-36a53ad87457",
|
|
6
|
+
"tables": {
|
|
7
|
+
"agent_sdks": {
|
|
8
|
+
"name": "agent_sdks",
|
|
9
|
+
"columns": {
|
|
10
|
+
"name": {
|
|
11
|
+
"name": "name",
|
|
12
|
+
"type": "text",
|
|
13
|
+
"primaryKey": true,
|
|
14
|
+
"notNull": true,
|
|
15
|
+
"autoincrement": false
|
|
16
|
+
},
|
|
17
|
+
"authentication": {
|
|
18
|
+
"name": "authentication",
|
|
19
|
+
"type": "text",
|
|
20
|
+
"primaryKey": false,
|
|
21
|
+
"notNull": true,
|
|
22
|
+
"autoincrement": false
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"indexes": {},
|
|
26
|
+
"foreignKeys": {},
|
|
27
|
+
"compositePrimaryKeys": {},
|
|
28
|
+
"uniqueConstraints": {},
|
|
29
|
+
"checkConstraints": {}
|
|
30
|
+
},
|
|
31
|
+
"agents": {
|
|
32
|
+
"name": "agents",
|
|
33
|
+
"columns": {
|
|
34
|
+
"id": {
|
|
35
|
+
"name": "id",
|
|
36
|
+
"type": "text",
|
|
37
|
+
"primaryKey": true,
|
|
38
|
+
"notNull": true,
|
|
39
|
+
"autoincrement": false
|
|
40
|
+
},
|
|
41
|
+
"name": {
|
|
42
|
+
"name": "name",
|
|
43
|
+
"type": "text",
|
|
44
|
+
"primaryKey": false,
|
|
45
|
+
"notNull": true,
|
|
46
|
+
"autoincrement": false
|
|
47
|
+
},
|
|
48
|
+
"sdk": {
|
|
49
|
+
"name": "sdk",
|
|
50
|
+
"type": "text",
|
|
51
|
+
"primaryKey": false,
|
|
52
|
+
"notNull": true,
|
|
53
|
+
"autoincrement": false
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"indexes": {},
|
|
57
|
+
"foreignKeys": {},
|
|
58
|
+
"compositePrimaryKeys": {},
|
|
59
|
+
"uniqueConstraints": {},
|
|
60
|
+
"checkConstraints": {}
|
|
61
|
+
},
|
|
62
|
+
"llm_models": {
|
|
63
|
+
"name": "llm_models",
|
|
64
|
+
"columns": {
|
|
65
|
+
"name": {
|
|
66
|
+
"name": "name",
|
|
67
|
+
"type": "text",
|
|
68
|
+
"primaryKey": true,
|
|
69
|
+
"notNull": true,
|
|
70
|
+
"autoincrement": false
|
|
71
|
+
},
|
|
72
|
+
"sdk_name": {
|
|
73
|
+
"name": "sdk_name",
|
|
74
|
+
"type": "text",
|
|
75
|
+
"primaryKey": false,
|
|
76
|
+
"notNull": true,
|
|
77
|
+
"autoincrement": false
|
|
78
|
+
},
|
|
79
|
+
"reasoning_levels": {
|
|
80
|
+
"name": "reasoning_levels",
|
|
81
|
+
"type": "text",
|
|
82
|
+
"primaryKey": false,
|
|
83
|
+
"notNull": false,
|
|
84
|
+
"autoincrement": false
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"indexes": {},
|
|
88
|
+
"foreignKeys": {
|
|
89
|
+
"llm_models_sdk_name_agent_sdks_name_fk": {
|
|
90
|
+
"name": "llm_models_sdk_name_agent_sdks_name_fk",
|
|
91
|
+
"tableFrom": "llm_models",
|
|
92
|
+
"tableTo": "agent_sdks",
|
|
93
|
+
"columnsFrom": [
|
|
94
|
+
"sdk_name"
|
|
95
|
+
],
|
|
96
|
+
"columnsTo": [
|
|
97
|
+
"name"
|
|
98
|
+
],
|
|
99
|
+
"onDelete": "cascade",
|
|
100
|
+
"onUpdate": "no action"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"compositePrimaryKeys": {},
|
|
104
|
+
"uniqueConstraints": {},
|
|
105
|
+
"checkConstraints": {}
|
|
106
|
+
},
|
|
107
|
+
"threads": {
|
|
108
|
+
"name": "threads",
|
|
109
|
+
"columns": {
|
|
110
|
+
"id": {
|
|
111
|
+
"name": "id",
|
|
112
|
+
"type": "text",
|
|
113
|
+
"primaryKey": true,
|
|
114
|
+
"notNull": true,
|
|
115
|
+
"autoincrement": false
|
|
116
|
+
},
|
|
117
|
+
"agent_id": {
|
|
118
|
+
"name": "agent_id",
|
|
119
|
+
"type": "text",
|
|
120
|
+
"primaryKey": false,
|
|
121
|
+
"notNull": true,
|
|
122
|
+
"autoincrement": false
|
|
123
|
+
},
|
|
124
|
+
"sdk_thread_id": {
|
|
125
|
+
"name": "sdk_thread_id",
|
|
126
|
+
"type": "text",
|
|
127
|
+
"primaryKey": false,
|
|
128
|
+
"notNull": false,
|
|
129
|
+
"autoincrement": false
|
|
130
|
+
},
|
|
131
|
+
"model": {
|
|
132
|
+
"name": "model",
|
|
133
|
+
"type": "text",
|
|
134
|
+
"primaryKey": false,
|
|
135
|
+
"notNull": true,
|
|
136
|
+
"autoincrement": false
|
|
137
|
+
},
|
|
138
|
+
"reasoning_level": {
|
|
139
|
+
"name": "reasoning_level",
|
|
140
|
+
"type": "text",
|
|
141
|
+
"primaryKey": false,
|
|
142
|
+
"notNull": true,
|
|
143
|
+
"autoincrement": false
|
|
144
|
+
},
|
|
145
|
+
"status": {
|
|
146
|
+
"name": "status",
|
|
147
|
+
"type": "text",
|
|
148
|
+
"primaryKey": false,
|
|
149
|
+
"notNull": true,
|
|
150
|
+
"autoincrement": false
|
|
151
|
+
},
|
|
152
|
+
"current_sdk_turn_id": {
|
|
153
|
+
"name": "current_sdk_turn_id",
|
|
154
|
+
"type": "text",
|
|
155
|
+
"primaryKey": false,
|
|
156
|
+
"notNull": false,
|
|
157
|
+
"autoincrement": false
|
|
158
|
+
},
|
|
159
|
+
"is_current_turn_running": {
|
|
160
|
+
"name": "is_current_turn_running",
|
|
161
|
+
"type": "integer",
|
|
162
|
+
"primaryKey": false,
|
|
163
|
+
"notNull": true,
|
|
164
|
+
"autoincrement": false
|
|
165
|
+
},
|
|
166
|
+
"workspace": {
|
|
167
|
+
"name": "workspace",
|
|
168
|
+
"type": "text",
|
|
169
|
+
"primaryKey": false,
|
|
170
|
+
"notNull": true,
|
|
171
|
+
"autoincrement": false
|
|
172
|
+
},
|
|
173
|
+
"runtime_container": {
|
|
174
|
+
"name": "runtime_container",
|
|
175
|
+
"type": "text",
|
|
176
|
+
"primaryKey": false,
|
|
177
|
+
"notNull": true,
|
|
178
|
+
"autoincrement": false
|
|
179
|
+
},
|
|
180
|
+
"dind_container": {
|
|
181
|
+
"name": "dind_container",
|
|
182
|
+
"type": "text",
|
|
183
|
+
"primaryKey": false,
|
|
184
|
+
"notNull": true,
|
|
185
|
+
"autoincrement": false
|
|
186
|
+
},
|
|
187
|
+
"home_directory": {
|
|
188
|
+
"name": "home_directory",
|
|
189
|
+
"type": "text",
|
|
190
|
+
"primaryKey": false,
|
|
191
|
+
"notNull": true,
|
|
192
|
+
"autoincrement": false
|
|
193
|
+
},
|
|
194
|
+
"uid": {
|
|
195
|
+
"name": "uid",
|
|
196
|
+
"type": "integer",
|
|
197
|
+
"primaryKey": false,
|
|
198
|
+
"notNull": true,
|
|
199
|
+
"autoincrement": false
|
|
200
|
+
},
|
|
201
|
+
"gid": {
|
|
202
|
+
"name": "gid",
|
|
203
|
+
"type": "integer",
|
|
204
|
+
"primaryKey": false,
|
|
205
|
+
"notNull": true,
|
|
206
|
+
"autoincrement": false
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"indexes": {},
|
|
210
|
+
"foreignKeys": {
|
|
211
|
+
"threads_agent_id_agents_id_fk": {
|
|
212
|
+
"name": "threads_agent_id_agents_id_fk",
|
|
213
|
+
"tableFrom": "threads",
|
|
214
|
+
"tableTo": "agents",
|
|
215
|
+
"columnsFrom": [
|
|
216
|
+
"agent_id"
|
|
217
|
+
],
|
|
218
|
+
"columnsTo": [
|
|
219
|
+
"id"
|
|
220
|
+
],
|
|
221
|
+
"onDelete": "no action",
|
|
222
|
+
"onUpdate": "no action"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"compositePrimaryKeys": {},
|
|
226
|
+
"uniqueConstraints": {},
|
|
227
|
+
"checkConstraints": {}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"views": {},
|
|
231
|
+
"enums": {},
|
|
232
|
+
"_meta": {
|
|
233
|
+
"schemas": {},
|
|
234
|
+
"tables": {},
|
|
235
|
+
"columns": {}
|
|
236
|
+
},
|
|
237
|
+
"internal": {
|
|
238
|
+
"indexes": {}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "6",
|
|
3
|
+
"dialect": "sqlite",
|
|
4
|
+
"id": "7cf5f24f-d876-4b99-bd37-536b8f93cb37",
|
|
5
|
+
"prevId": "87a07a21-e07c-4798-b910-899fedd028e8",
|
|
6
|
+
"tables": {
|
|
7
|
+
"agent_sdks": {
|
|
8
|
+
"name": "agent_sdks",
|
|
9
|
+
"columns": {
|
|
10
|
+
"name": {
|
|
11
|
+
"name": "name",
|
|
12
|
+
"type": "text",
|
|
13
|
+
"primaryKey": true,
|
|
14
|
+
"notNull": true,
|
|
15
|
+
"autoincrement": false
|
|
16
|
+
},
|
|
17
|
+
"authentication": {
|
|
18
|
+
"name": "authentication",
|
|
19
|
+
"type": "text",
|
|
20
|
+
"primaryKey": false,
|
|
21
|
+
"notNull": true,
|
|
22
|
+
"autoincrement": false
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"indexes": {},
|
|
26
|
+
"foreignKeys": {},
|
|
27
|
+
"compositePrimaryKeys": {},
|
|
28
|
+
"uniqueConstraints": {},
|
|
29
|
+
"checkConstraints": {}
|
|
30
|
+
},
|
|
31
|
+
"agents": {
|
|
32
|
+
"name": "agents",
|
|
33
|
+
"columns": {
|
|
34
|
+
"id": {
|
|
35
|
+
"name": "id",
|
|
36
|
+
"type": "text",
|
|
37
|
+
"primaryKey": true,
|
|
38
|
+
"notNull": true,
|
|
39
|
+
"autoincrement": false
|
|
40
|
+
},
|
|
41
|
+
"name": {
|
|
42
|
+
"name": "name",
|
|
43
|
+
"type": "text",
|
|
44
|
+
"primaryKey": false,
|
|
45
|
+
"notNull": true,
|
|
46
|
+
"autoincrement": false
|
|
47
|
+
},
|
|
48
|
+
"sdk": {
|
|
49
|
+
"name": "sdk",
|
|
50
|
+
"type": "text",
|
|
51
|
+
"primaryKey": false,
|
|
52
|
+
"notNull": true,
|
|
53
|
+
"autoincrement": false
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"indexes": {},
|
|
57
|
+
"foreignKeys": {},
|
|
58
|
+
"compositePrimaryKeys": {},
|
|
59
|
+
"uniqueConstraints": {},
|
|
60
|
+
"checkConstraints": {}
|
|
61
|
+
},
|
|
62
|
+
"llm_models": {
|
|
63
|
+
"name": "llm_models",
|
|
64
|
+
"columns": {
|
|
65
|
+
"name": {
|
|
66
|
+
"name": "name",
|
|
67
|
+
"type": "text",
|
|
68
|
+
"primaryKey": true,
|
|
69
|
+
"notNull": true,
|
|
70
|
+
"autoincrement": false
|
|
71
|
+
},
|
|
72
|
+
"sdk_name": {
|
|
73
|
+
"name": "sdk_name",
|
|
74
|
+
"type": "text",
|
|
75
|
+
"primaryKey": false,
|
|
76
|
+
"notNull": true,
|
|
77
|
+
"autoincrement": false
|
|
78
|
+
},
|
|
79
|
+
"reasoning_levels": {
|
|
80
|
+
"name": "reasoning_levels",
|
|
81
|
+
"type": "text",
|
|
82
|
+
"primaryKey": false,
|
|
83
|
+
"notNull": false,
|
|
84
|
+
"autoincrement": false
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"indexes": {},
|
|
88
|
+
"foreignKeys": {
|
|
89
|
+
"llm_models_sdk_name_agent_sdks_name_fk": {
|
|
90
|
+
"name": "llm_models_sdk_name_agent_sdks_name_fk",
|
|
91
|
+
"tableFrom": "llm_models",
|
|
92
|
+
"tableTo": "agent_sdks",
|
|
93
|
+
"columnsFrom": [
|
|
94
|
+
"sdk_name"
|
|
95
|
+
],
|
|
96
|
+
"columnsTo": [
|
|
97
|
+
"name"
|
|
98
|
+
],
|
|
99
|
+
"onDelete": "cascade",
|
|
100
|
+
"onUpdate": "no action"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"compositePrimaryKeys": {},
|
|
104
|
+
"uniqueConstraints": {},
|
|
105
|
+
"checkConstraints": {}
|
|
106
|
+
},
|
|
107
|
+
"threads": {
|
|
108
|
+
"name": "threads",
|
|
109
|
+
"columns": {
|
|
110
|
+
"id": {
|
|
111
|
+
"name": "id",
|
|
112
|
+
"type": "text",
|
|
113
|
+
"primaryKey": true,
|
|
114
|
+
"notNull": true,
|
|
115
|
+
"autoincrement": false
|
|
116
|
+
},
|
|
117
|
+
"agent_id": {
|
|
118
|
+
"name": "agent_id",
|
|
119
|
+
"type": "text",
|
|
120
|
+
"primaryKey": false,
|
|
121
|
+
"notNull": true,
|
|
122
|
+
"autoincrement": false
|
|
123
|
+
},
|
|
124
|
+
"sdk_thread_id": {
|
|
125
|
+
"name": "sdk_thread_id",
|
|
126
|
+
"type": "text",
|
|
127
|
+
"primaryKey": false,
|
|
128
|
+
"notNull": false,
|
|
129
|
+
"autoincrement": false
|
|
130
|
+
},
|
|
131
|
+
"model": {
|
|
132
|
+
"name": "model",
|
|
133
|
+
"type": "text",
|
|
134
|
+
"primaryKey": false,
|
|
135
|
+
"notNull": true,
|
|
136
|
+
"autoincrement": false
|
|
137
|
+
},
|
|
138
|
+
"reasoning_level": {
|
|
139
|
+
"name": "reasoning_level",
|
|
140
|
+
"type": "text",
|
|
141
|
+
"primaryKey": false,
|
|
142
|
+
"notNull": true,
|
|
143
|
+
"autoincrement": false
|
|
144
|
+
},
|
|
145
|
+
"status": {
|
|
146
|
+
"name": "status",
|
|
147
|
+
"type": "text",
|
|
148
|
+
"primaryKey": false,
|
|
149
|
+
"notNull": true,
|
|
150
|
+
"autoincrement": false
|
|
151
|
+
},
|
|
152
|
+
"current_sdk_turn_id": {
|
|
153
|
+
"name": "current_sdk_turn_id",
|
|
154
|
+
"type": "text",
|
|
155
|
+
"primaryKey": false,
|
|
156
|
+
"notNull": false,
|
|
157
|
+
"autoincrement": false
|
|
158
|
+
},
|
|
159
|
+
"is_current_turn_running": {
|
|
160
|
+
"name": "is_current_turn_running",
|
|
161
|
+
"type": "integer",
|
|
162
|
+
"primaryKey": false,
|
|
163
|
+
"notNull": true,
|
|
164
|
+
"autoincrement": false
|
|
165
|
+
},
|
|
166
|
+
"workspace": {
|
|
167
|
+
"name": "workspace",
|
|
168
|
+
"type": "text",
|
|
169
|
+
"primaryKey": false,
|
|
170
|
+
"notNull": true,
|
|
171
|
+
"autoincrement": false
|
|
172
|
+
},
|
|
173
|
+
"runtime_container": {
|
|
174
|
+
"name": "runtime_container",
|
|
175
|
+
"type": "text",
|
|
176
|
+
"primaryKey": false,
|
|
177
|
+
"notNull": true,
|
|
178
|
+
"autoincrement": false
|
|
179
|
+
},
|
|
180
|
+
"dind_container": {
|
|
181
|
+
"name": "dind_container",
|
|
182
|
+
"type": "text",
|
|
183
|
+
"primaryKey": false,
|
|
184
|
+
"notNull": false,
|
|
185
|
+
"autoincrement": false
|
|
186
|
+
},
|
|
187
|
+
"home_directory": {
|
|
188
|
+
"name": "home_directory",
|
|
189
|
+
"type": "text",
|
|
190
|
+
"primaryKey": false,
|
|
191
|
+
"notNull": true,
|
|
192
|
+
"autoincrement": false
|
|
193
|
+
},
|
|
194
|
+
"uid": {
|
|
195
|
+
"name": "uid",
|
|
196
|
+
"type": "integer",
|
|
197
|
+
"primaryKey": false,
|
|
198
|
+
"notNull": true,
|
|
199
|
+
"autoincrement": false
|
|
200
|
+
},
|
|
201
|
+
"gid": {
|
|
202
|
+
"name": "gid",
|
|
203
|
+
"type": "integer",
|
|
204
|
+
"primaryKey": false,
|
|
205
|
+
"notNull": true,
|
|
206
|
+
"autoincrement": false
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"indexes": {},
|
|
210
|
+
"foreignKeys": {
|
|
211
|
+
"threads_agent_id_agents_id_fk": {
|
|
212
|
+
"name": "threads_agent_id_agents_id_fk",
|
|
213
|
+
"tableFrom": "threads",
|
|
214
|
+
"tableTo": "agents",
|
|
215
|
+
"columnsFrom": [
|
|
216
|
+
"agent_id"
|
|
217
|
+
],
|
|
218
|
+
"columnsTo": [
|
|
219
|
+
"id"
|
|
220
|
+
],
|
|
221
|
+
"onDelete": "no action",
|
|
222
|
+
"onUpdate": "no action"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"compositePrimaryKeys": {},
|
|
226
|
+
"uniqueConstraints": {},
|
|
227
|
+
"checkConstraints": {}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"views": {},
|
|
231
|
+
"enums": {},
|
|
232
|
+
"_meta": {
|
|
233
|
+
"schemas": {},
|
|
234
|
+
"tables": {},
|
|
235
|
+
"columns": {}
|
|
236
|
+
},
|
|
237
|
+
"internal": {
|
|
238
|
+
"indexes": {}
|
|
239
|
+
}
|
|
240
|
+
}
|