@anna-ai/cli 0.1.1 → 0.1.9
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 +13 -7
- package/dist/cli.js +382 -6
- package/dist/dashboard.html +1 -1
- package/dist/{dev-rBqMTjjY.js → dev-D-Tru6gP.js} +2 -2
- package/dist/{doctor-yxWmMSJc.js → doctor-BmR0POfL.js} +1 -1
- package/dist/{server-B6-Qdluv.js → server-gl345fFN.js} +12 -6
- package/package.json +3 -3
- package/templates/minimal/bundle/index.html +1 -1
- package/templates/minimal/executas/__SLUG__/{plugin.py → __SLUG_PY___plugin.py} +6 -2
- package/templates/minimal/executas/__SLUG__/pyproject.toml +6 -3
- package/vendor/anna-app-schema/README.md +0 -22
- package/vendor/anna-app-schema/dispatcher_version.txt +0 -1
- package/vendor/anna-app-schema/events/AnnaAppEvent.json +0 -38
- package/vendor/anna-app-schema/host_api/methods.json +0 -170
- package/vendor/anna-app-schema/manifest/AppManifest.json +0 -471
- package/vendor/anna-app-schema/manifest/UiManifestSection.json +0 -273
- package/vendor/anna-app-schema/package.json +0 -25
- package/vendor/anna-app-schema/pyproject.toml +0 -13
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$id": "https://schemas.anna.partners/host-api-methods.json",
|
|
3
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
4
|
-
"description": "Flat (namespace, method) table extracted from the dispatcher's _DISPATCH map. `no_auth=true` methods bypass the host_api ACL.",
|
|
5
|
-
"methods": [
|
|
6
|
-
{
|
|
7
|
-
"handler": "_h_not_implemented",
|
|
8
|
-
"method": "create",
|
|
9
|
-
"namespace": "artifact",
|
|
10
|
-
"no_auth": false,
|
|
11
|
-
"stub": true
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"handler": "_h_not_implemented",
|
|
15
|
-
"method": "delete",
|
|
16
|
-
"namespace": "artifact",
|
|
17
|
-
"no_auth": false,
|
|
18
|
-
"stub": true
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"handler": "_h_not_implemented",
|
|
22
|
-
"method": "update",
|
|
23
|
-
"namespace": "artifact",
|
|
24
|
-
"no_auth": false,
|
|
25
|
-
"stub": true
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"handler": "_h_chat_append_artifact",
|
|
29
|
-
"method": "append_artifact",
|
|
30
|
-
"namespace": "chat",
|
|
31
|
-
"no_auth": false,
|
|
32
|
-
"stub": false
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"handler": "_h_chat_read_history",
|
|
36
|
-
"method": "read_history",
|
|
37
|
-
"namespace": "chat",
|
|
38
|
-
"no_auth": false,
|
|
39
|
-
"stub": false
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"handler": "_h_chat_write_message",
|
|
43
|
-
"method": "write_message",
|
|
44
|
-
"namespace": "chat",
|
|
45
|
-
"no_auth": false,
|
|
46
|
-
"stub": false
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"handler": "_h_not_implemented",
|
|
50
|
-
"method": "read",
|
|
51
|
-
"namespace": "fs",
|
|
52
|
-
"no_auth": false,
|
|
53
|
-
"stub": true
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"handler": "_h_not_implemented",
|
|
57
|
-
"method": "write",
|
|
58
|
-
"namespace": "fs",
|
|
59
|
-
"no_auth": false,
|
|
60
|
-
"stub": true
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"handler": "_h_not_implemented",
|
|
64
|
-
"method": "complete",
|
|
65
|
-
"namespace": "llm",
|
|
66
|
-
"no_auth": false,
|
|
67
|
-
"stub": true
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"handler": "_h_not_implemented",
|
|
71
|
-
"method": "get",
|
|
72
|
-
"namespace": "prefs",
|
|
73
|
-
"no_auth": false,
|
|
74
|
-
"stub": true
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"handler": "_h_storage_delete",
|
|
78
|
-
"method": "delete",
|
|
79
|
-
"namespace": "storage",
|
|
80
|
-
"no_auth": false,
|
|
81
|
-
"stub": false
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"handler": "_h_storage_get",
|
|
85
|
-
"method": "get",
|
|
86
|
-
"namespace": "storage",
|
|
87
|
-
"no_auth": false,
|
|
88
|
-
"stub": false
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"handler": "_h_storage_set",
|
|
92
|
-
"method": "set",
|
|
93
|
-
"namespace": "storage",
|
|
94
|
-
"no_auth": false,
|
|
95
|
-
"stub": false
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"handler": "_h_tools_invoke",
|
|
99
|
-
"method": "invoke",
|
|
100
|
-
"namespace": "tools",
|
|
101
|
-
"no_auth": false,
|
|
102
|
-
"stub": false
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"handler": "_h_tools_list",
|
|
106
|
-
"method": "list",
|
|
107
|
-
"namespace": "tools",
|
|
108
|
-
"no_auth": false,
|
|
109
|
-
"stub": false
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"handler": "_h_window_close",
|
|
113
|
-
"method": "close",
|
|
114
|
-
"namespace": "window",
|
|
115
|
-
"no_auth": false,
|
|
116
|
-
"stub": false
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"handler": "_h_window_focus",
|
|
120
|
-
"method": "focus",
|
|
121
|
-
"namespace": "window",
|
|
122
|
-
"no_auth": false,
|
|
123
|
-
"stub": false
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"handler": "_h_window_hello",
|
|
127
|
-
"method": "hello",
|
|
128
|
-
"namespace": "window",
|
|
129
|
-
"no_auth": true,
|
|
130
|
-
"stub": false
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"handler": "_h_window_open_view",
|
|
134
|
-
"method": "open_view",
|
|
135
|
-
"namespace": "window",
|
|
136
|
-
"no_auth": false,
|
|
137
|
-
"stub": false
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"handler": "_h_window_ready",
|
|
141
|
-
"method": "ready",
|
|
142
|
-
"namespace": "window",
|
|
143
|
-
"no_auth": true,
|
|
144
|
-
"stub": false
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"handler": "_h_window_report_error",
|
|
148
|
-
"method": "report_error",
|
|
149
|
-
"namespace": "window",
|
|
150
|
-
"no_auth": true,
|
|
151
|
-
"stub": false
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"handler": "_h_window_resize",
|
|
155
|
-
"method": "resize",
|
|
156
|
-
"namespace": "window",
|
|
157
|
-
"no_auth": false,
|
|
158
|
-
"stub": false
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"handler": "_h_window_set_title",
|
|
162
|
-
"method": "set_title",
|
|
163
|
-
"namespace": "window",
|
|
164
|
-
"no_auth": false,
|
|
165
|
-
"stub": false
|
|
166
|
-
}
|
|
167
|
-
],
|
|
168
|
-
"title": "HostApiMethodTable",
|
|
169
|
-
"version": "0.1.0"
|
|
170
|
-
}
|
|
@@ -1,471 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$defs": {
|
|
3
|
-
"AppDevConfig": {
|
|
4
|
-
"additionalProperties": true,
|
|
5
|
-
"description": "Optional ``manifest.dev`` block — local-harness-only configuration.\n\nProduction dispatcher ignores this field at runtime (it is declared here\nso ``extra=\"forbid\"`` doesn't reject it). ``anna-app publish`` SHOULD\nstrip ``dev`` from the manifest before upload; mirroring nexus's\nhistorical \"drop unknown keys\" behaviour.\n\nSee design doc §8 for field semantics. All fields are intentionally loose\n(`Any`) so the harness can evolve independently from the wire schema.",
|
|
6
|
-
"properties": {
|
|
7
|
-
"fixtures": {
|
|
8
|
-
"anyOf": [
|
|
9
|
-
{
|
|
10
|
-
"items": {
|
|
11
|
-
"type": "string"
|
|
12
|
-
},
|
|
13
|
-
"type": "array"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"type": "null"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"default": null,
|
|
20
|
-
"description": "Glob patterns for fixture JSONL files relative to manifest dir.",
|
|
21
|
-
"title": "Fixtures"
|
|
22
|
-
},
|
|
23
|
-
"mocks": {
|
|
24
|
-
"anyOf": [
|
|
25
|
-
{
|
|
26
|
-
"additionalProperties": true,
|
|
27
|
-
"type": "object"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"type": "null"
|
|
31
|
-
}
|
|
32
|
-
],
|
|
33
|
-
"default": null,
|
|
34
|
-
"description": "Per-(ns,method) static response mocks, keyed by 'ns.method'.",
|
|
35
|
-
"title": "Mocks"
|
|
36
|
-
},
|
|
37
|
-
"seed_storage": {
|
|
38
|
-
"anyOf": [
|
|
39
|
-
{
|
|
40
|
-
"additionalProperties": true,
|
|
41
|
-
"type": "object"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"type": "null"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"default": null,
|
|
48
|
-
"description": "Initial runtime_state for `anna-app dev` sessions.",
|
|
49
|
-
"title": "Seed Storage"
|
|
50
|
-
},
|
|
51
|
-
"user_id": {
|
|
52
|
-
"anyOf": [
|
|
53
|
-
{
|
|
54
|
-
"type": "integer"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"type": "null"
|
|
58
|
-
}
|
|
59
|
-
],
|
|
60
|
-
"default": null,
|
|
61
|
-
"description": "Override the default harness user_id (default: 1).",
|
|
62
|
-
"title": "User Id"
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
"title": "AppDevConfig",
|
|
66
|
-
"type": "object"
|
|
67
|
-
},
|
|
68
|
-
"ManifestExecutaRef": {
|
|
69
|
-
"properties": {
|
|
70
|
-
"min_version": {
|
|
71
|
-
"anyOf": [
|
|
72
|
-
{
|
|
73
|
-
"maxLength": 40,
|
|
74
|
-
"type": "string"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"type": "null"
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
"default": null,
|
|
81
|
-
"title": "Min Version"
|
|
82
|
-
},
|
|
83
|
-
"tool_id": {
|
|
84
|
-
"maxLength": 200,
|
|
85
|
-
"minLength": 1,
|
|
86
|
-
"title": "Tool Id",
|
|
87
|
-
"type": "string"
|
|
88
|
-
},
|
|
89
|
-
"version": {
|
|
90
|
-
"anyOf": [
|
|
91
|
-
{
|
|
92
|
-
"maxLength": 40,
|
|
93
|
-
"type": "string"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"type": "null"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"default": null,
|
|
100
|
-
"description": "Executa snapshot version to pin. Omit or use 'latest' to auto-freeze the current Executa state at publish time.",
|
|
101
|
-
"title": "Version"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
"required": [
|
|
105
|
-
"tool_id"
|
|
106
|
-
],
|
|
107
|
-
"title": "ManifestExecutaRef",
|
|
108
|
-
"type": "object"
|
|
109
|
-
},
|
|
110
|
-
"UiBundleSection": {
|
|
111
|
-
"additionalProperties": false,
|
|
112
|
-
"properties": {
|
|
113
|
-
"entry": {
|
|
114
|
-
"maxLength": 200,
|
|
115
|
-
"minLength": 1,
|
|
116
|
-
"title": "Entry",
|
|
117
|
-
"type": "string"
|
|
118
|
-
},
|
|
119
|
-
"external_origins": {
|
|
120
|
-
"items": {
|
|
121
|
-
"type": "string"
|
|
122
|
-
},
|
|
123
|
-
"title": "External Origins",
|
|
124
|
-
"type": "array"
|
|
125
|
-
},
|
|
126
|
-
"format": {
|
|
127
|
-
"default": "static-spa",
|
|
128
|
-
"maxLength": 20,
|
|
129
|
-
"title": "Format",
|
|
130
|
-
"type": "string"
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
"required": [
|
|
134
|
-
"entry"
|
|
135
|
-
],
|
|
136
|
-
"title": "UiBundleSection",
|
|
137
|
-
"type": "object"
|
|
138
|
-
},
|
|
139
|
-
"UiHostApiSpec": {
|
|
140
|
-
"additionalProperties": false,
|
|
141
|
-
"properties": {
|
|
142
|
-
"artifact": {
|
|
143
|
-
"items": {
|
|
144
|
-
"type": "string"
|
|
145
|
-
},
|
|
146
|
-
"title": "Artifact",
|
|
147
|
-
"type": "array"
|
|
148
|
-
},
|
|
149
|
-
"chat": {
|
|
150
|
-
"items": {
|
|
151
|
-
"type": "string"
|
|
152
|
-
},
|
|
153
|
-
"title": "Chat",
|
|
154
|
-
"type": "array"
|
|
155
|
-
},
|
|
156
|
-
"fs": {
|
|
157
|
-
"items": {
|
|
158
|
-
"type": "string"
|
|
159
|
-
},
|
|
160
|
-
"title": "Fs",
|
|
161
|
-
"type": "array"
|
|
162
|
-
},
|
|
163
|
-
"llm": {
|
|
164
|
-
"items": {
|
|
165
|
-
"type": "string"
|
|
166
|
-
},
|
|
167
|
-
"title": "Llm",
|
|
168
|
-
"type": "array"
|
|
169
|
-
},
|
|
170
|
-
"prefs": {
|
|
171
|
-
"items": {
|
|
172
|
-
"type": "string"
|
|
173
|
-
},
|
|
174
|
-
"title": "Prefs",
|
|
175
|
-
"type": "array"
|
|
176
|
-
},
|
|
177
|
-
"storage": {
|
|
178
|
-
"items": {
|
|
179
|
-
"type": "string"
|
|
180
|
-
},
|
|
181
|
-
"title": "Storage",
|
|
182
|
-
"type": "array"
|
|
183
|
-
},
|
|
184
|
-
"tools": {
|
|
185
|
-
"items": {
|
|
186
|
-
"type": "string"
|
|
187
|
-
},
|
|
188
|
-
"title": "Tools",
|
|
189
|
-
"type": "array"
|
|
190
|
-
},
|
|
191
|
-
"window": {
|
|
192
|
-
"items": {
|
|
193
|
-
"type": "string"
|
|
194
|
-
},
|
|
195
|
-
"title": "Window",
|
|
196
|
-
"type": "array"
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
"title": "UiHostApiSpec",
|
|
200
|
-
"type": "object"
|
|
201
|
-
},
|
|
202
|
-
"UiManifestSection": {
|
|
203
|
-
"additionalProperties": false,
|
|
204
|
-
"properties": {
|
|
205
|
-
"bundle": {
|
|
206
|
-
"$ref": "#/$defs/UiBundleSection"
|
|
207
|
-
},
|
|
208
|
-
"csp_overrides": {
|
|
209
|
-
"additionalProperties": {
|
|
210
|
-
"items": {
|
|
211
|
-
"type": "string"
|
|
212
|
-
},
|
|
213
|
-
"type": "array"
|
|
214
|
-
},
|
|
215
|
-
"title": "Csp Overrides",
|
|
216
|
-
"type": "object"
|
|
217
|
-
},
|
|
218
|
-
"host_api": {
|
|
219
|
-
"$ref": "#/$defs/UiHostApiSpec"
|
|
220
|
-
},
|
|
221
|
-
"state_merge": {
|
|
222
|
-
"default": "last_writer_wins",
|
|
223
|
-
"maxLength": 20,
|
|
224
|
-
"title": "State Merge",
|
|
225
|
-
"type": "string"
|
|
226
|
-
},
|
|
227
|
-
"views": {
|
|
228
|
-
"items": {
|
|
229
|
-
"$ref": "#/$defs/UiViewSpec"
|
|
230
|
-
},
|
|
231
|
-
"title": "Views",
|
|
232
|
-
"type": "array"
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
"required": [
|
|
236
|
-
"bundle"
|
|
237
|
-
],
|
|
238
|
-
"title": "UiManifestSection",
|
|
239
|
-
"type": "object"
|
|
240
|
-
},
|
|
241
|
-
"UiSize": {
|
|
242
|
-
"additionalProperties": false,
|
|
243
|
-
"properties": {
|
|
244
|
-
"h": {
|
|
245
|
-
"maximum": 4096,
|
|
246
|
-
"minimum": 120,
|
|
247
|
-
"title": "H",
|
|
248
|
-
"type": "integer"
|
|
249
|
-
},
|
|
250
|
-
"w": {
|
|
251
|
-
"maximum": 4096,
|
|
252
|
-
"minimum": 120,
|
|
253
|
-
"title": "W",
|
|
254
|
-
"type": "integer"
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
"required": [
|
|
258
|
-
"w",
|
|
259
|
-
"h"
|
|
260
|
-
],
|
|
261
|
-
"title": "UiSize",
|
|
262
|
-
"type": "object"
|
|
263
|
-
},
|
|
264
|
-
"UiViewSpec": {
|
|
265
|
-
"additionalProperties": false,
|
|
266
|
-
"properties": {
|
|
267
|
-
"default": {
|
|
268
|
-
"default": false,
|
|
269
|
-
"title": "Default",
|
|
270
|
-
"type": "boolean"
|
|
271
|
-
},
|
|
272
|
-
"default_size": {
|
|
273
|
-
"anyOf": [
|
|
274
|
-
{
|
|
275
|
-
"$ref": "#/$defs/UiSize"
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"type": "null"
|
|
279
|
-
}
|
|
280
|
-
],
|
|
281
|
-
"default": null
|
|
282
|
-
},
|
|
283
|
-
"entry": {
|
|
284
|
-
"anyOf": [
|
|
285
|
-
{
|
|
286
|
-
"maxLength": 300,
|
|
287
|
-
"type": "string"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"type": "null"
|
|
291
|
-
}
|
|
292
|
-
],
|
|
293
|
-
"default": null,
|
|
294
|
-
"title": "Entry"
|
|
295
|
-
},
|
|
296
|
-
"icon": {
|
|
297
|
-
"anyOf": [
|
|
298
|
-
{
|
|
299
|
-
"maxLength": 200,
|
|
300
|
-
"type": "string"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "null"
|
|
304
|
-
}
|
|
305
|
-
],
|
|
306
|
-
"default": null,
|
|
307
|
-
"title": "Icon"
|
|
308
|
-
},
|
|
309
|
-
"max_size": {
|
|
310
|
-
"anyOf": [
|
|
311
|
-
{
|
|
312
|
-
"$ref": "#/$defs/UiSize"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"type": "null"
|
|
316
|
-
}
|
|
317
|
-
],
|
|
318
|
-
"default": null
|
|
319
|
-
},
|
|
320
|
-
"min_size": {
|
|
321
|
-
"anyOf": [
|
|
322
|
-
{
|
|
323
|
-
"$ref": "#/$defs/UiSize"
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"type": "null"
|
|
327
|
-
}
|
|
328
|
-
],
|
|
329
|
-
"default": null
|
|
330
|
-
},
|
|
331
|
-
"movable": {
|
|
332
|
-
"default": true,
|
|
333
|
-
"title": "Movable",
|
|
334
|
-
"type": "boolean"
|
|
335
|
-
},
|
|
336
|
-
"name": {
|
|
337
|
-
"maxLength": 40,
|
|
338
|
-
"minLength": 1,
|
|
339
|
-
"title": "Name",
|
|
340
|
-
"type": "string"
|
|
341
|
-
},
|
|
342
|
-
"resizable": {
|
|
343
|
-
"default": true,
|
|
344
|
-
"title": "Resizable",
|
|
345
|
-
"type": "boolean"
|
|
346
|
-
},
|
|
347
|
-
"single_instance": {
|
|
348
|
-
"default": false,
|
|
349
|
-
"title": "Single Instance",
|
|
350
|
-
"type": "boolean"
|
|
351
|
-
},
|
|
352
|
-
"summary_template": {
|
|
353
|
-
"anyOf": [
|
|
354
|
-
{
|
|
355
|
-
"maxLength": 400,
|
|
356
|
-
"type": "string"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"type": "null"
|
|
360
|
-
}
|
|
361
|
-
],
|
|
362
|
-
"default": null,
|
|
363
|
-
"title": "Summary Template"
|
|
364
|
-
},
|
|
365
|
-
"title": {
|
|
366
|
-
"maxLength": 120,
|
|
367
|
-
"minLength": 1,
|
|
368
|
-
"title": "Title",
|
|
369
|
-
"type": "string"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
"required": [
|
|
373
|
-
"name",
|
|
374
|
-
"title"
|
|
375
|
-
],
|
|
376
|
-
"title": "UiViewSpec",
|
|
377
|
-
"type": "object"
|
|
378
|
-
}
|
|
379
|
-
},
|
|
380
|
-
"$id": "https://schemas.anna.partners/app-manifest.json",
|
|
381
|
-
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
382
|
-
"additionalProperties": false,
|
|
383
|
-
"description": "App Manifest schema (stored in ``anna_app_versions.manifest``).\n\nAdding a field here MUST be coordinated with ``anna-app-schema`` JSON\nSchema bundle and ``DISPATCHER_VERSION`` in `versions.py`.",
|
|
384
|
-
"properties": {
|
|
385
|
-
"dev": {
|
|
386
|
-
"anyOf": [
|
|
387
|
-
{
|
|
388
|
-
"$ref": "#/$defs/AppDevConfig"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"type": "null"
|
|
392
|
-
}
|
|
393
|
-
],
|
|
394
|
-
"default": null
|
|
395
|
-
},
|
|
396
|
-
"optional_executas": {
|
|
397
|
-
"items": {
|
|
398
|
-
"$ref": "#/$defs/ManifestExecutaRef"
|
|
399
|
-
},
|
|
400
|
-
"title": "Optional Executas",
|
|
401
|
-
"type": "array"
|
|
402
|
-
},
|
|
403
|
-
"permissions": {
|
|
404
|
-
"items": {
|
|
405
|
-
"type": "string"
|
|
406
|
-
},
|
|
407
|
-
"title": "Permissions",
|
|
408
|
-
"type": "array"
|
|
409
|
-
},
|
|
410
|
-
"required_executas": {
|
|
411
|
-
"items": {
|
|
412
|
-
"$ref": "#/$defs/ManifestExecutaRef"
|
|
413
|
-
},
|
|
414
|
-
"title": "Required Executas",
|
|
415
|
-
"type": "array"
|
|
416
|
-
},
|
|
417
|
-
"schema": {
|
|
418
|
-
"default": 1,
|
|
419
|
-
"maximum": 2,
|
|
420
|
-
"minimum": 1,
|
|
421
|
-
"title": "Schema",
|
|
422
|
-
"type": "integer"
|
|
423
|
-
},
|
|
424
|
-
"system_prompt_addendum": {
|
|
425
|
-
"anyOf": [
|
|
426
|
-
{
|
|
427
|
-
"maxLength": 4000,
|
|
428
|
-
"type": "string"
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"type": "null"
|
|
432
|
-
}
|
|
433
|
-
],
|
|
434
|
-
"default": null,
|
|
435
|
-
"title": "System Prompt Addendum"
|
|
436
|
-
},
|
|
437
|
-
"tags": {
|
|
438
|
-
"items": {
|
|
439
|
-
"type": "string"
|
|
440
|
-
},
|
|
441
|
-
"title": "Tags",
|
|
442
|
-
"type": "array"
|
|
443
|
-
},
|
|
444
|
-
"ui": {
|
|
445
|
-
"anyOf": [
|
|
446
|
-
{
|
|
447
|
-
"$ref": "#/$defs/UiManifestSection"
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"type": "null"
|
|
451
|
-
}
|
|
452
|
-
],
|
|
453
|
-
"default": null
|
|
454
|
-
},
|
|
455
|
-
"user_message_prefix_template": {
|
|
456
|
-
"anyOf": [
|
|
457
|
-
{
|
|
458
|
-
"maxLength": 500,
|
|
459
|
-
"type": "string"
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"type": "null"
|
|
463
|
-
}
|
|
464
|
-
],
|
|
465
|
-
"default": null,
|
|
466
|
-
"title": "User Message Prefix Template"
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
|
-
"title": "AppManifest",
|
|
470
|
-
"type": "object"
|
|
471
|
-
}
|