@happyvertical/smrt-agents 0.44.0 → 0.45.0
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/AGENTS.md +28 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +78 -3
- package/dist/index.js.map +1 -1
- package/dist/manifest.json +10 -543
- package/dist/playbook-preflight.d.ts +61 -0
- package/dist/playbook-preflight.d.ts.map +1 -0
- package/dist/server/data-surface-actions.d.ts +2 -0
- package/dist/server/data-surface-actions.d.ts.map +1 -1
- package/dist/server.js +6 -6
- package/dist/server.js.map +1 -1
- package/dist/smrt-knowledge.json +622 -339
- package/package.json +11 -10
package/dist/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": "1.0.0",
|
|
3
3
|
"timestamp": 0,
|
|
4
4
|
"packageName": "@happyvertical/smrt-agents",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.45.0",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-agents:Agent": {
|
|
8
8
|
"name": "agent",
|
|
@@ -45,548 +45,6 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"methods": {
|
|
48
|
-
"withDatabase": {
|
|
49
|
-
"name": "withDatabase",
|
|
50
|
-
"async": true,
|
|
51
|
-
"parameters": [
|
|
52
|
-
{
|
|
53
|
-
"name": "db",
|
|
54
|
-
"type": "DatabaseInterface",
|
|
55
|
-
"optional": false
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"name": "operation",
|
|
59
|
-
"type": "Function",
|
|
60
|
-
"optional": false
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"returnType": "Promise<T>",
|
|
64
|
-
"isStatic": false,
|
|
65
|
-
"isPublic": true
|
|
66
|
-
},
|
|
67
|
-
"getAiUsageSnapshot": {
|
|
68
|
-
"name": "getAiUsageSnapshot",
|
|
69
|
-
"async": false,
|
|
70
|
-
"parameters": [],
|
|
71
|
-
"returnType": "AiUsageSnapshot | undefined",
|
|
72
|
-
"isStatic": false,
|
|
73
|
-
"isPublic": true
|
|
74
|
-
},
|
|
75
|
-
"resetAiUsage": {
|
|
76
|
-
"name": "resetAiUsage",
|
|
77
|
-
"async": false,
|
|
78
|
-
"parameters": [],
|
|
79
|
-
"returnType": "void",
|
|
80
|
-
"isStatic": false,
|
|
81
|
-
"isPublic": true
|
|
82
|
-
},
|
|
83
|
-
"listAiUsage": {
|
|
84
|
-
"name": "listAiUsage",
|
|
85
|
-
"async": true,
|
|
86
|
-
"parameters": [
|
|
87
|
-
{
|
|
88
|
-
"name": "options",
|
|
89
|
-
"type": "AiUsageListOptions",
|
|
90
|
-
"optional": true
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"returnType": "Promise<SmrtAiUsageRecord[]>",
|
|
94
|
-
"isStatic": false,
|
|
95
|
-
"isPublic": true
|
|
96
|
-
},
|
|
97
|
-
"summarizeAiUsage": {
|
|
98
|
-
"name": "summarizeAiUsage",
|
|
99
|
-
"async": true,
|
|
100
|
-
"parameters": [
|
|
101
|
-
{
|
|
102
|
-
"name": "options",
|
|
103
|
-
"type": "AiUsageSummaryOptions",
|
|
104
|
-
"optional": true
|
|
105
|
-
}
|
|
106
|
-
],
|
|
107
|
-
"returnType": "Promise<Record<string, AiUsageStats>>",
|
|
108
|
-
"isStatic": false,
|
|
109
|
-
"isPublic": true
|
|
110
|
-
},
|
|
111
|
-
"destroy": {
|
|
112
|
-
"name": "destroy",
|
|
113
|
-
"async": false,
|
|
114
|
-
"parameters": [],
|
|
115
|
-
"returnType": "void",
|
|
116
|
-
"isStatic": false,
|
|
117
|
-
"isPublic": true
|
|
118
|
-
},
|
|
119
|
-
"markAsPersisted": {
|
|
120
|
-
"name": "markAsPersisted",
|
|
121
|
-
"async": false,
|
|
122
|
-
"parameters": [],
|
|
123
|
-
"returnType": "void",
|
|
124
|
-
"isStatic": false,
|
|
125
|
-
"isPublic": true
|
|
126
|
-
},
|
|
127
|
-
"requireInsertOnSave": {
|
|
128
|
-
"name": "requireInsertOnSave",
|
|
129
|
-
"async": false,
|
|
130
|
-
"parameters": [],
|
|
131
|
-
"returnType": "void",
|
|
132
|
-
"isStatic": false,
|
|
133
|
-
"isPublic": true
|
|
134
|
-
},
|
|
135
|
-
"withTransaction": {
|
|
136
|
-
"name": "withTransaction",
|
|
137
|
-
"async": true,
|
|
138
|
-
"parameters": [
|
|
139
|
-
{
|
|
140
|
-
"name": "operation",
|
|
141
|
-
"type": "Function",
|
|
142
|
-
"optional": false
|
|
143
|
-
}
|
|
144
|
-
],
|
|
145
|
-
"returnType": "Promise<T>",
|
|
146
|
-
"isStatic": false,
|
|
147
|
-
"isPublic": true
|
|
148
|
-
},
|
|
149
|
-
"initialize": {
|
|
150
|
-
"name": "initialize",
|
|
151
|
-
"async": true,
|
|
152
|
-
"parameters": [],
|
|
153
|
-
"returnType": "Promise",
|
|
154
|
-
"isStatic": false,
|
|
155
|
-
"isPublic": true
|
|
156
|
-
},
|
|
157
|
-
"loadDataFromDb": {
|
|
158
|
-
"name": "loadDataFromDb",
|
|
159
|
-
"async": true,
|
|
160
|
-
"parameters": [
|
|
161
|
-
{
|
|
162
|
-
"name": "data",
|
|
163
|
-
"type": "Record<string>",
|
|
164
|
-
"optional": false
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
"returnType": "any",
|
|
168
|
-
"isStatic": false,
|
|
169
|
-
"isPublic": true
|
|
170
|
-
},
|
|
171
|
-
"getFields": {
|
|
172
|
-
"name": "getFields",
|
|
173
|
-
"async": true,
|
|
174
|
-
"parameters": [],
|
|
175
|
-
"returnType": "Promise<any>",
|
|
176
|
-
"isStatic": false,
|
|
177
|
-
"isPublic": true
|
|
178
|
-
},
|
|
179
|
-
"toJSON": {
|
|
180
|
-
"name": "toJSON",
|
|
181
|
-
"async": false,
|
|
182
|
-
"parameters": [],
|
|
183
|
-
"returnType": "any",
|
|
184
|
-
"isStatic": false,
|
|
185
|
-
"isPublic": true
|
|
186
|
-
},
|
|
187
|
-
"toPlainObject": {
|
|
188
|
-
"name": "toPlainObject",
|
|
189
|
-
"async": false,
|
|
190
|
-
"parameters": [],
|
|
191
|
-
"returnType": "Record<string>",
|
|
192
|
-
"isStatic": false,
|
|
193
|
-
"isPublic": true
|
|
194
|
-
},
|
|
195
|
-
"toPublicJSON": {
|
|
196
|
-
"name": "toPublicJSON",
|
|
197
|
-
"async": false,
|
|
198
|
-
"parameters": [
|
|
199
|
-
{
|
|
200
|
-
"name": "options",
|
|
201
|
-
"type": "PublicJsonOptions",
|
|
202
|
-
"optional": true
|
|
203
|
-
}
|
|
204
|
-
],
|
|
205
|
-
"returnType": "Record<string>",
|
|
206
|
-
"isStatic": false,
|
|
207
|
-
"isPublic": true
|
|
208
|
-
},
|
|
209
|
-
"getId": {
|
|
210
|
-
"name": "getId",
|
|
211
|
-
"async": true,
|
|
212
|
-
"parameters": [],
|
|
213
|
-
"returnType": "any",
|
|
214
|
-
"isStatic": false,
|
|
215
|
-
"isPublic": true
|
|
216
|
-
},
|
|
217
|
-
"getSlug": {
|
|
218
|
-
"name": "getSlug",
|
|
219
|
-
"async": true,
|
|
220
|
-
"parameters": [],
|
|
221
|
-
"returnType": "any",
|
|
222
|
-
"isStatic": false,
|
|
223
|
-
"isPublic": true
|
|
224
|
-
},
|
|
225
|
-
"getSavedId": {
|
|
226
|
-
"name": "getSavedId",
|
|
227
|
-
"async": true,
|
|
228
|
-
"parameters": [],
|
|
229
|
-
"returnType": "any",
|
|
230
|
-
"isStatic": false,
|
|
231
|
-
"isPublic": true
|
|
232
|
-
},
|
|
233
|
-
"isSaved": {
|
|
234
|
-
"name": "isSaved",
|
|
235
|
-
"async": true,
|
|
236
|
-
"parameters": [],
|
|
237
|
-
"returnType": "any",
|
|
238
|
-
"isStatic": false,
|
|
239
|
-
"isPublic": true
|
|
240
|
-
},
|
|
241
|
-
"save": {
|
|
242
|
-
"name": "save",
|
|
243
|
-
"async": true,
|
|
244
|
-
"parameters": [
|
|
245
|
-
{
|
|
246
|
-
"name": "options",
|
|
247
|
-
"type": "SmrtSaveOptions",
|
|
248
|
-
"optional": true
|
|
249
|
-
}
|
|
250
|
-
],
|
|
251
|
-
"returnType": "any",
|
|
252
|
-
"isStatic": false,
|
|
253
|
-
"isPublic": true
|
|
254
|
-
},
|
|
255
|
-
"claimRevision": {
|
|
256
|
-
"name": "claimRevision",
|
|
257
|
-
"async": true,
|
|
258
|
-
"parameters": [
|
|
259
|
-
{
|
|
260
|
-
"name": "expectedUpdatedAt",
|
|
261
|
-
"type": "Date | string",
|
|
262
|
-
"optional": false
|
|
263
|
-
}
|
|
264
|
-
],
|
|
265
|
-
"returnType": "Promise",
|
|
266
|
-
"isStatic": false,
|
|
267
|
-
"isPublic": true
|
|
268
|
-
},
|
|
269
|
-
"classifyConstraintError": {
|
|
270
|
-
"name": "classifyConstraintError",
|
|
271
|
-
"async": false,
|
|
272
|
-
"parameters": [
|
|
273
|
-
{
|
|
274
|
-
"name": "message",
|
|
275
|
-
"type": "string",
|
|
276
|
-
"optional": false
|
|
277
|
-
}
|
|
278
|
-
],
|
|
279
|
-
"returnType": "'unique' | 'not_null' | null",
|
|
280
|
-
"isStatic": true,
|
|
281
|
-
"isPublic": true
|
|
282
|
-
},
|
|
283
|
-
"loadFromId": {
|
|
284
|
-
"name": "loadFromId",
|
|
285
|
-
"async": true,
|
|
286
|
-
"parameters": [],
|
|
287
|
-
"returnType": "any",
|
|
288
|
-
"isStatic": false,
|
|
289
|
-
"isPublic": true
|
|
290
|
-
},
|
|
291
|
-
"loadFromSlug": {
|
|
292
|
-
"name": "loadFromSlug",
|
|
293
|
-
"async": true,
|
|
294
|
-
"parameters": [],
|
|
295
|
-
"returnType": "any",
|
|
296
|
-
"isStatic": false,
|
|
297
|
-
"isPublic": true
|
|
298
|
-
},
|
|
299
|
-
"is": {
|
|
300
|
-
"name": "is",
|
|
301
|
-
"async": true,
|
|
302
|
-
"parameters": [
|
|
303
|
-
{
|
|
304
|
-
"name": "criteria",
|
|
305
|
-
"type": "string",
|
|
306
|
-
"optional": false
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"name": "options",
|
|
310
|
-
"type": "AiOperationOptions",
|
|
311
|
-
"optional": true
|
|
312
|
-
}
|
|
313
|
-
],
|
|
314
|
-
"returnType": "any",
|
|
315
|
-
"isStatic": false,
|
|
316
|
-
"isPublic": true
|
|
317
|
-
},
|
|
318
|
-
"do": {
|
|
319
|
-
"name": "do",
|
|
320
|
-
"async": true,
|
|
321
|
-
"parameters": [
|
|
322
|
-
{
|
|
323
|
-
"name": "instructions",
|
|
324
|
-
"type": "string",
|
|
325
|
-
"optional": false
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"name": "options",
|
|
329
|
-
"type": "AiOperationOptions",
|
|
330
|
-
"optional": true
|
|
331
|
-
}
|
|
332
|
-
],
|
|
333
|
-
"returnType": "any",
|
|
334
|
-
"isStatic": false,
|
|
335
|
-
"isPublic": true
|
|
336
|
-
},
|
|
337
|
-
"describe": {
|
|
338
|
-
"name": "describe",
|
|
339
|
-
"async": true,
|
|
340
|
-
"parameters": [
|
|
341
|
-
{
|
|
342
|
-
"name": "options",
|
|
343
|
-
"type": "AiOperationOptions",
|
|
344
|
-
"optional": true
|
|
345
|
-
}
|
|
346
|
-
],
|
|
347
|
-
"returnType": "any",
|
|
348
|
-
"isStatic": false,
|
|
349
|
-
"isPublic": true
|
|
350
|
-
},
|
|
351
|
-
"delete": {
|
|
352
|
-
"name": "delete",
|
|
353
|
-
"async": true,
|
|
354
|
-
"parameters": [],
|
|
355
|
-
"returnType": "Promise<void>",
|
|
356
|
-
"isStatic": false,
|
|
357
|
-
"isPublic": true
|
|
358
|
-
},
|
|
359
|
-
"isRelatedLoaded": {
|
|
360
|
-
"name": "isRelatedLoaded",
|
|
361
|
-
"async": false,
|
|
362
|
-
"parameters": [
|
|
363
|
-
{
|
|
364
|
-
"name": "fieldName",
|
|
365
|
-
"type": "string",
|
|
366
|
-
"optional": false
|
|
367
|
-
}
|
|
368
|
-
],
|
|
369
|
-
"returnType": "boolean",
|
|
370
|
-
"isStatic": false,
|
|
371
|
-
"isPublic": true
|
|
372
|
-
},
|
|
373
|
-
"_setLoadedRelationship": {
|
|
374
|
-
"name": "_setLoadedRelationship",
|
|
375
|
-
"async": false,
|
|
376
|
-
"parameters": [
|
|
377
|
-
{
|
|
378
|
-
"name": "fieldName",
|
|
379
|
-
"type": "string",
|
|
380
|
-
"optional": false
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "value",
|
|
384
|
-
"type": "any",
|
|
385
|
-
"optional": false
|
|
386
|
-
}
|
|
387
|
-
],
|
|
388
|
-
"returnType": "void",
|
|
389
|
-
"isStatic": false,
|
|
390
|
-
"isPublic": true
|
|
391
|
-
},
|
|
392
|
-
"loadRelated": {
|
|
393
|
-
"name": "loadRelated",
|
|
394
|
-
"async": true,
|
|
395
|
-
"parameters": [
|
|
396
|
-
{
|
|
397
|
-
"name": "fieldName",
|
|
398
|
-
"type": "string",
|
|
399
|
-
"optional": false
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"name": "opts",
|
|
403
|
-
"type": "LoadRelatedOptions",
|
|
404
|
-
"optional": true
|
|
405
|
-
}
|
|
406
|
-
],
|
|
407
|
-
"returnType": "Promise<any>",
|
|
408
|
-
"isStatic": false,
|
|
409
|
-
"isPublic": true
|
|
410
|
-
},
|
|
411
|
-
"loadRelatedMany": {
|
|
412
|
-
"name": "loadRelatedMany",
|
|
413
|
-
"async": true,
|
|
414
|
-
"parameters": [
|
|
415
|
-
{
|
|
416
|
-
"name": "fieldName",
|
|
417
|
-
"type": "string",
|
|
418
|
-
"optional": false
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"name": "opts",
|
|
422
|
-
"type": "LoadRelatedOptions",
|
|
423
|
-
"optional": true
|
|
424
|
-
}
|
|
425
|
-
],
|
|
426
|
-
"returnType": "Promise<any[]>",
|
|
427
|
-
"isStatic": false,
|
|
428
|
-
"isPublic": true
|
|
429
|
-
},
|
|
430
|
-
"getRelated": {
|
|
431
|
-
"name": "getRelated",
|
|
432
|
-
"async": true,
|
|
433
|
-
"parameters": [
|
|
434
|
-
{
|
|
435
|
-
"name": "fieldName",
|
|
436
|
-
"type": "string",
|
|
437
|
-
"optional": false
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"name": "opts",
|
|
441
|
-
"type": "LoadRelatedOptions",
|
|
442
|
-
"optional": true
|
|
443
|
-
}
|
|
444
|
-
],
|
|
445
|
-
"returnType": "Promise<any>",
|
|
446
|
-
"isStatic": false,
|
|
447
|
-
"isPublic": true
|
|
448
|
-
},
|
|
449
|
-
"getAvailableTools": {
|
|
450
|
-
"name": "getAvailableTools",
|
|
451
|
-
"async": false,
|
|
452
|
-
"parameters": [],
|
|
453
|
-
"returnType": "AITool[]",
|
|
454
|
-
"isStatic": false,
|
|
455
|
-
"isPublic": true
|
|
456
|
-
},
|
|
457
|
-
"executeToolCall": {
|
|
458
|
-
"name": "executeToolCall",
|
|
459
|
-
"async": true,
|
|
460
|
-
"parameters": [
|
|
461
|
-
{
|
|
462
|
-
"name": "toolCall",
|
|
463
|
-
"type": "ToolCall",
|
|
464
|
-
"optional": false
|
|
465
|
-
}
|
|
466
|
-
],
|
|
467
|
-
"returnType": "Promise<ToolCallResult>",
|
|
468
|
-
"isStatic": false,
|
|
469
|
-
"isPublic": true
|
|
470
|
-
},
|
|
471
|
-
"remember": {
|
|
472
|
-
"name": "remember",
|
|
473
|
-
"async": true,
|
|
474
|
-
"parameters": [
|
|
475
|
-
{
|
|
476
|
-
"name": "options",
|
|
477
|
-
"type": "object",
|
|
478
|
-
"optional": false
|
|
479
|
-
}
|
|
480
|
-
],
|
|
481
|
-
"returnType": "Promise<void>",
|
|
482
|
-
"isStatic": false,
|
|
483
|
-
"isPublic": true
|
|
484
|
-
},
|
|
485
|
-
"recall": {
|
|
486
|
-
"name": "recall",
|
|
487
|
-
"async": true,
|
|
488
|
-
"parameters": [
|
|
489
|
-
{
|
|
490
|
-
"name": "options",
|
|
491
|
-
"type": "object",
|
|
492
|
-
"optional": false
|
|
493
|
-
}
|
|
494
|
-
],
|
|
495
|
-
"returnType": "Promise",
|
|
496
|
-
"isStatic": false,
|
|
497
|
-
"isPublic": true
|
|
498
|
-
},
|
|
499
|
-
"recallAll": {
|
|
500
|
-
"name": "recallAll",
|
|
501
|
-
"async": true,
|
|
502
|
-
"parameters": [
|
|
503
|
-
{
|
|
504
|
-
"name": "options",
|
|
505
|
-
"type": "object",
|
|
506
|
-
"optional": true
|
|
507
|
-
}
|
|
508
|
-
],
|
|
509
|
-
"returnType": "Promise<Map<string>>",
|
|
510
|
-
"isStatic": false,
|
|
511
|
-
"isPublic": true
|
|
512
|
-
},
|
|
513
|
-
"forget": {
|
|
514
|
-
"name": "forget",
|
|
515
|
-
"async": true,
|
|
516
|
-
"parameters": [
|
|
517
|
-
{
|
|
518
|
-
"name": "options",
|
|
519
|
-
"type": "object",
|
|
520
|
-
"optional": false
|
|
521
|
-
}
|
|
522
|
-
],
|
|
523
|
-
"returnType": "Promise<void>",
|
|
524
|
-
"isStatic": false,
|
|
525
|
-
"isPublic": true
|
|
526
|
-
},
|
|
527
|
-
"forgetScope": {
|
|
528
|
-
"name": "forgetScope",
|
|
529
|
-
"async": true,
|
|
530
|
-
"parameters": [
|
|
531
|
-
{
|
|
532
|
-
"name": "options",
|
|
533
|
-
"type": "object",
|
|
534
|
-
"optional": false
|
|
535
|
-
}
|
|
536
|
-
],
|
|
537
|
-
"returnType": "Promise<number>",
|
|
538
|
-
"isStatic": false,
|
|
539
|
-
"isPublic": true
|
|
540
|
-
},
|
|
541
|
-
"generateEmbeddings": {
|
|
542
|
-
"name": "generateEmbeddings",
|
|
543
|
-
"async": true,
|
|
544
|
-
"parameters": [
|
|
545
|
-
{
|
|
546
|
-
"name": "options",
|
|
547
|
-
"type": "GenerateEmbeddingsOptions",
|
|
548
|
-
"optional": true
|
|
549
|
-
}
|
|
550
|
-
],
|
|
551
|
-
"returnType": "Promise<void>",
|
|
552
|
-
"isStatic": false,
|
|
553
|
-
"isPublic": true
|
|
554
|
-
},
|
|
555
|
-
"getEmbedding": {
|
|
556
|
-
"name": "getEmbedding",
|
|
557
|
-
"async": true,
|
|
558
|
-
"parameters": [
|
|
559
|
-
{
|
|
560
|
-
"name": "fieldName",
|
|
561
|
-
"type": "string",
|
|
562
|
-
"optional": false
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"name": "model",
|
|
566
|
-
"type": "string",
|
|
567
|
-
"optional": true
|
|
568
|
-
}
|
|
569
|
-
],
|
|
570
|
-
"returnType": "Promise<number[] | null>",
|
|
571
|
-
"isStatic": false,
|
|
572
|
-
"isPublic": true
|
|
573
|
-
},
|
|
574
|
-
"hasStaleEmbeddings": {
|
|
575
|
-
"name": "hasStaleEmbeddings",
|
|
576
|
-
"async": true,
|
|
577
|
-
"parameters": [],
|
|
578
|
-
"returnType": "Promise<boolean>",
|
|
579
|
-
"isStatic": false,
|
|
580
|
-
"isPublic": true
|
|
581
|
-
},
|
|
582
|
-
"clearEmbeddings": {
|
|
583
|
-
"name": "clearEmbeddings",
|
|
584
|
-
"async": true,
|
|
585
|
-
"parameters": [],
|
|
586
|
-
"returnType": "Promise<void>",
|
|
587
|
-
"isStatic": false,
|
|
588
|
-
"isPublic": true
|
|
589
|
-
},
|
|
590
48
|
"getInstanceKey": {
|
|
591
49
|
"name": "getInstanceKey",
|
|
592
50
|
"async": false,
|
|
@@ -723,6 +181,14 @@
|
|
|
723
181
|
"isStatic": false,
|
|
724
182
|
"isPublic": true
|
|
725
183
|
},
|
|
184
|
+
"initialize": {
|
|
185
|
+
"name": "initialize",
|
|
186
|
+
"async": true,
|
|
187
|
+
"parameters": [],
|
|
188
|
+
"returnType": "Promise",
|
|
189
|
+
"isStatic": false,
|
|
190
|
+
"isPublic": true
|
|
191
|
+
},
|
|
726
192
|
"validate": {
|
|
727
193
|
"name": "validate",
|
|
728
194
|
"async": true,
|
|
@@ -2119,6 +1585,7 @@
|
|
|
2119
1585
|
"moduleType": "smrt",
|
|
2120
1586
|
"smrtDependencies": [
|
|
2121
1587
|
"@happyvertical/smrt-core",
|
|
1588
|
+
"@happyvertical/smrt-playbooks",
|
|
2122
1589
|
"@happyvertical/smrt-reports",
|
|
2123
1590
|
"@happyvertical/smrt-secrets",
|
|
2124
1591
|
"@happyvertical/smrt-tenancy",
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { SmrtClassOptions } from '@happyvertical/smrt-core';
|
|
2
|
+
import { PlaybookIntentResolver, PlaybookOperationClassifier, PlaybookOperationStep } from '@happyvertical/smrt-playbooks';
|
|
3
|
+
import { OperationPermissionCollectionInput } from '@happyvertical/smrt-users';
|
|
4
|
+
import { PrincipalRun } from './execute-as-principal.js';
|
|
5
|
+
import { PrincipalTool } from './invoke-agent.js';
|
|
6
|
+
/** Tool name + permission slug, gated by the persona's `allowedTools`. */
|
|
7
|
+
export declare const PLAYBOOK_PREFLIGHT_TOOL_SLUG = "playbooks.preflight";
|
|
8
|
+
/** Provider function name offered to the model. */
|
|
9
|
+
export declare const PLAYBOOK_PREFLIGHT_FUNCTION_NAME = "playbook_preflight";
|
|
10
|
+
/**
|
|
11
|
+
* Resolves the REST/permission collection slug a qualified model reference maps
|
|
12
|
+
* to (`@happyvertical/smrt-commerce:Order` → `orders`), falling back to the
|
|
13
|
+
* lower-cased class name for a model this process has not registered.
|
|
14
|
+
*/
|
|
15
|
+
export declare function playbookStepCollection(model: string): string;
|
|
16
|
+
/** Default persona tool slug gating an operation step: `<collection>.<action>`. */
|
|
17
|
+
export declare function playbookStepToolSlug(step: PlaybookOperationStep): string;
|
|
18
|
+
export interface CreatePlaybookPreflightToolOptions {
|
|
19
|
+
/** Database handle used to resolve the caller's override layers. */
|
|
20
|
+
db?: SmrtClassOptions['db'];
|
|
21
|
+
/** Tenant scope for resolution. Defaults to the live run's tenant. */
|
|
22
|
+
tenantId?: string | null;
|
|
23
|
+
/**
|
|
24
|
+
* Maps an operation step to the persona tool slug that gates it. Defaults to
|
|
25
|
+
* {@link playbookStepToolSlug}.
|
|
26
|
+
*/
|
|
27
|
+
toolSlug?: (step: PlaybookOperationStep) => string;
|
|
28
|
+
/**
|
|
29
|
+
* Maps an operation step to the permission-catalog collection. Defaults to
|
|
30
|
+
* the registered collection slug for the step's model.
|
|
31
|
+
*/
|
|
32
|
+
collection?: (step: PlaybookOperationStep) => OperationPermissionCollectionInput;
|
|
33
|
+
/** Host classification source for operation steps. */
|
|
34
|
+
classifier?: PlaybookOperationClassifier;
|
|
35
|
+
/** Host intent registry (the #2588 seam). */
|
|
36
|
+
intents?: PlaybookIntentResolver;
|
|
37
|
+
/** Override the tool description offered to the model. */
|
|
38
|
+
description?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Builds the **playbook preflight** tool.
|
|
42
|
+
*
|
|
43
|
+
* Offered through the conversational tool loop and gated by the persona's
|
|
44
|
+
* `allowedTools` like any other tool. Its handler re-asserts that gate, resolves
|
|
45
|
+
* the requested playbook through the caller's own layer chain on the `server`
|
|
46
|
+
* plane, and reports a per-step verdict. A playbook the chain cannot resolve —
|
|
47
|
+
* unknown key or unauthorized key alike — returns the single uniform
|
|
48
|
+
* "unavailable" report, so the tool is not an enumeration oracle.
|
|
49
|
+
*/
|
|
50
|
+
export declare function createPlaybookPreflightTool(options?: CreatePlaybookPreflightToolOptions): PrincipalTool;
|
|
51
|
+
/**
|
|
52
|
+
* Filters a candidate playbook listing down to what the caller could plausibly
|
|
53
|
+
* run, so a tool list does not advertise a playbook that dies at step four.
|
|
54
|
+
*
|
|
55
|
+
* **This filter is a listing convenience, never an authorization decision.** A
|
|
56
|
+
* key it lets through is still authorized step by step at execution, and a key
|
|
57
|
+
* it hides is still denied at execution — nothing downstream may treat presence
|
|
58
|
+
* in this list as permission. Ordering is preserved so a listing is stable.
|
|
59
|
+
*/
|
|
60
|
+
export declare function filterPlaybooksByPreflight(run: PrincipalRun, keys: readonly string[], options?: CreatePlaybookPreflightToolOptions): Promise<string[]>;
|
|
61
|
+
//# sourceMappingURL=playbook-preflight.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"playbook-preflight.d.ts","sourceRoot":"","sources":["../src/playbook-preflight.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAEL,KAAK,sBAAsB,EAC3B,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAK3B,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,KAAK,kCAAkC,EAExC,MAAM,2BAA2B,CAAC;AACnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAwB,MAAM,mBAAmB,CAAC;AAE7E,0EAA0E;AAC1E,eAAO,MAAM,4BAA4B,wBAAwB,CAAC;AAElE,mDAAmD;AACnD,eAAO,MAAM,gCAAgC,uBAAuB,CAAC;AAErE;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAW5D;AAED,mFAAmF;AACnF,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,qBAAqB,GAAG,MAAM,CAExE;AAED,MAAM,WAAW,kCAAkC;IACjD,oEAAoE;IACpE,EAAE,CAAC,EAAE,gBAAgB,CAAC,IAAI,CAAC,CAAC;IAC5B,sEAAsE;IACtE,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,qBAAqB,KAAK,MAAM,CAAC;IACnD;;;OAGG;IACH,UAAU,CAAC,EAAE,CACX,IAAI,EAAE,qBAAqB,KACxB,kCAAkC,CAAC;IACxC,sDAAsD;IACtD,UAAU,CAAC,EAAE,2BAA2B,CAAC;IACzC,6CAA6C;IAC7C,OAAO,CAAC,EAAE,sBAAsB,CAAC;IACjC,0DAA0D;IAC1D,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AA6DD;;;;;;;;;GASG;AACH,wBAAgB,2BAA2B,CACzC,OAAO,GAAE,kCAAuC,GAC/C,aAAa,CAuCf;AAED;;;;;;;;GAQG;AACH,wBAAsB,0BAA0B,CAC9C,GAAG,EAAE,YAAY,EACjB,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,OAAO,GAAE,kCAAuC,GAC/C,OAAO,CAAC,MAAM,EAAE,CAAC,CASnB"}
|
|
@@ -16,6 +16,8 @@ export interface DataSurfaceActionRowOutcome {
|
|
|
16
16
|
rowId: DataSurfaceRowId;
|
|
17
17
|
status: 'accepted' | 'skipped' | 'failed';
|
|
18
18
|
reason?: string;
|
|
19
|
+
/** Serializable per-row result returned by the action implementation. */
|
|
20
|
+
metadata?: DataSurfaceJsonObject;
|
|
19
21
|
}
|
|
20
22
|
export interface ResolvedDataSurfaceSelection {
|
|
21
23
|
/** Fresh server-side revision of the selected surface/query. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-surface-actions.d.ts","sourceRoot":"","sources":["../../src/server/data-surface-actions.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACV,2BAA2B,EAC3B,wBAAwB,EACxB,uBAAuB,EACvB,qBAAqB,EACrB,mBAAmB,EACnB,qBAAqB,EACrB,oBAAoB,EACpB,gBAAgB,EAChB,6BAA6B,EAC9B,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,KAAK,yBAAyB,EAC9B,kBAAkB,EAClB,KAAK,YAAY,EAClB,MAAM,4BAA4B,CAAC;AAEpC,MAAM,MAAM,6BAA6B,GAAG,UAAU,GAAG,MAAM,CAAC;AAChE,MAAM,MAAM,0BAA0B,GAAG,YAAY,GAAG,YAAY,CAAC;AAErE,MAAM,WAAW,4BAA4B;IAC3C,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,MAAM,kCAAkC,GAC1C;IAAE,KAAK,EAAE,IAAI,CAAA;CAAE,GACf;IAAE,KAAK,EAAE,KAAK,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEtC,MAAM,WAAW,2BAA2B;IAC1C,KAAK,EAAE,gBAAgB,CAAC;IACxB,MAAM,EAAE,UAAU,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC1C,MAAM,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"data-surface-actions.d.ts","sourceRoot":"","sources":["../../src/server/data-surface-actions.ts"],"names":[],"mappings":"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"}
|