@lssm/example.agent-console 0.0.0-canary-20251220041653 → 0.0.0-canary-20251221114240

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 (73) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +67 -64
  2. package/.turbo/turbo-build.log +59 -56
  3. package/CHANGELOG.md +6 -6
  4. package/dist/agent/agent.entity.d.ts +36 -36
  5. package/dist/agent/agent.enum.d.ts +4 -4
  6. package/dist/agent/agent.event.d.ts +31 -31
  7. package/dist/agent/agent.operation.d.ts +505 -0
  8. package/dist/agent/{agent.contracts.d.ts.map → agent.operation.d.ts.map} +1 -1
  9. package/dist/agent/{agent.contracts.js → agent.operation.js} +3 -3
  10. package/dist/agent/agent.operation.js.map +1 -0
  11. package/dist/agent/agent.schema.d.ts +95 -95
  12. package/dist/agent/index.d.ts +1 -1
  13. package/dist/agent/index.js +1 -1
  14. package/dist/index.d.ts +3 -3
  15. package/dist/index.js +3 -3
  16. package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +6 -6
  17. package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js.map +1 -1
  18. package/dist/libs/contracts/dist/index.js +3 -1
  19. package/dist/libs/contracts/dist/integrations/contracts.js +1 -1
  20. package/dist/libs/contracts/dist/integrations/contracts.js.map +1 -1
  21. package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +1 -1
  22. package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js.map +1 -1
  23. package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +1 -1
  24. package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js.map +1 -1
  25. package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +1 -1
  26. package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js.map +1 -1
  27. package/dist/libs/contracts/dist/knowledge/contracts.js +1 -1
  28. package/dist/libs/contracts/dist/knowledge/contracts.js.map +1 -1
  29. package/dist/libs/contracts/dist/llm/exporters.js.map +1 -1
  30. package/dist/libs/contracts/dist/onboarding-base.js +1 -1
  31. package/dist/libs/contracts/dist/onboarding-base.js.map +1 -1
  32. package/dist/libs/contracts/dist/{spec.js → operation.js} +2 -2
  33. package/dist/libs/contracts/dist/operation.js.map +1 -0
  34. package/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js +98 -0
  35. package/dist/libs/contracts/dist/workspace-config/contractsrc-schema.js.map +1 -0
  36. package/dist/libs/contracts/dist/workspace-config/index.js +1 -0
  37. package/dist/run/index.d.ts +1 -1
  38. package/dist/run/index.js +1 -1
  39. package/dist/run/run.entity.d.ts +56 -56
  40. package/dist/run/run.enum.d.ts +5 -5
  41. package/dist/run/run.enum.d.ts.map +1 -1
  42. package/dist/run/run.event.d.ts +71 -71
  43. package/dist/run/run.event.d.ts.map +1 -1
  44. package/dist/run/run.operation.d.ts +714 -0
  45. package/dist/run/run.operation.d.ts.map +1 -0
  46. package/dist/run/{run.contracts.js → run.operation.js} +3 -3
  47. package/dist/run/run.operation.js.map +1 -0
  48. package/dist/run/run.schema.d.ts +99 -99
  49. package/dist/tool/index.d.ts +1 -1
  50. package/dist/tool/index.js +1 -1
  51. package/dist/tool/tool.entity.d.ts +24 -24
  52. package/dist/tool/tool.enum.d.ts +4 -4
  53. package/dist/tool/tool.event.d.ts +24 -24
  54. package/dist/tool/tool.operation.d.ts +405 -0
  55. package/dist/tool/{tool.contracts.d.ts.map → tool.operation.d.ts.map} +1 -1
  56. package/dist/tool/{tool.contracts.js → tool.operation.js} +3 -3
  57. package/dist/tool/tool.operation.js.map +1 -0
  58. package/package.json +14 -14
  59. package/src/agent/{agent.contracts.ts → agent.operation.ts} +1 -1
  60. package/src/agent/index.ts +1 -1
  61. package/src/run/index.ts +1 -1
  62. package/src/run/{run.contracts.ts → run.operation.ts} +4 -4
  63. package/src/tool/index.ts +1 -1
  64. package/src/tool/{tool.contracts.ts → tool.operation.ts} +2 -2
  65. package/tsconfig.tsbuildinfo +1 -1
  66. package/dist/agent/agent.contracts.d.ts +0 -505
  67. package/dist/agent/agent.contracts.js.map +0 -1
  68. package/dist/libs/contracts/dist/spec.js.map +0 -1
  69. package/dist/run/run.contracts.d.ts +0 -714
  70. package/dist/run/run.contracts.d.ts.map +0 -1
  71. package/dist/run/run.contracts.js.map +0 -1
  72. package/dist/tool/tool.contracts.d.ts +0 -405
  73. package/dist/tool/tool.contracts.js.map +0 -1
@@ -1,18 +1,18 @@
1
- import * as _lssm_lib_schema609 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema801 from "@lssm/lib.schema";
2
2
 
3
3
  //#region src/tool/tool.enum.d.ts
4
4
  /**
5
5
  * Tool category enum.
6
6
  */
7
- declare const ToolCategoryEnum: _lssm_lib_schema609.EnumType<[string, string, string, string, string, string]>;
7
+ declare const ToolCategoryEnum: _lssm_lib_schema801.EnumType<[string, string, string, string, string, string]>;
8
8
  /**
9
9
  * Tool status enum.
10
10
  */
11
- declare const ToolStatusEnum: _lssm_lib_schema609.EnumType<[string, string, string, string]>;
11
+ declare const ToolStatusEnum: _lssm_lib_schema801.EnumType<[string, string, string, string]>;
12
12
  /**
13
13
  * Implementation type enum.
14
14
  */
15
- declare const ImplementationTypeEnum: _lssm_lib_schema609.EnumType<[string, string, string]>;
15
+ declare const ImplementationTypeEnum: _lssm_lib_schema801.EnumType<[string, string, string]>;
16
16
  //#endregion
17
17
  export { ImplementationTypeEnum, ToolCategoryEnum, ToolStatusEnum };
18
18
  //# sourceMappingURL=tool.enum.d.ts.map
@@ -1,100 +1,100 @@
1
1
  import * as _lssm_lib_contracts29 from "@lssm/lib.contracts";
2
- import * as _lssm_lib_schema612 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_schema859 from "@lssm/lib.schema";
3
3
 
4
4
  //#region src/tool/tool.event.d.ts
5
5
  /**
6
6
  * ToolCreatedEvent - A new tool was created.
7
7
  */
8
- declare const ToolCreatedEvent: _lssm_lib_contracts29.EventSpec<_lssm_lib_schema612.SchemaModel<{
8
+ declare const ToolCreatedEvent: _lssm_lib_contracts29.EventSpec<_lssm_lib_schema859.SchemaModel<{
9
9
  id: {
10
- type: _lssm_lib_schema612.FieldType<string, string>;
10
+ type: _lssm_lib_schema859.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  organizationId: {
14
- type: _lssm_lib_schema612.FieldType<string, string>;
14
+ type: _lssm_lib_schema859.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  name: {
18
- type: _lssm_lib_schema612.FieldType<string, string>;
18
+ type: _lssm_lib_schema859.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  slug: {
22
- type: _lssm_lib_schema612.FieldType<string, string>;
22
+ type: _lssm_lib_schema859.FieldType<string, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  category: {
26
- type: _lssm_lib_schema612.FieldType<string, string>;
26
+ type: _lssm_lib_schema859.FieldType<string, string>;
27
27
  isOptional: false;
28
28
  };
29
29
  implementationType: {
30
- type: _lssm_lib_schema612.FieldType<string, string>;
30
+ type: _lssm_lib_schema859.FieldType<string, string>;
31
31
  isOptional: false;
32
32
  };
33
33
  createdById: {
34
- type: _lssm_lib_schema612.FieldType<string, string>;
34
+ type: _lssm_lib_schema859.FieldType<string, string>;
35
35
  isOptional: true;
36
36
  };
37
37
  createdAt: {
38
- type: _lssm_lib_schema612.FieldType<Date, string>;
38
+ type: _lssm_lib_schema859.FieldType<Date, string>;
39
39
  isOptional: false;
40
40
  };
41
41
  }>>;
42
42
  /**
43
43
  * ToolUpdatedEvent - A tool was updated.
44
44
  */
45
- declare const ToolUpdatedEvent: _lssm_lib_contracts29.EventSpec<_lssm_lib_schema612.SchemaModel<{
45
+ declare const ToolUpdatedEvent: _lssm_lib_contracts29.EventSpec<_lssm_lib_schema859.SchemaModel<{
46
46
  id: {
47
- type: _lssm_lib_schema612.FieldType<string, string>;
47
+ type: _lssm_lib_schema859.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  organizationId: {
51
- type: _lssm_lib_schema612.FieldType<string, string>;
51
+ type: _lssm_lib_schema859.FieldType<string, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  name: {
55
- type: _lssm_lib_schema612.FieldType<string, string>;
55
+ type: _lssm_lib_schema859.FieldType<string, string>;
56
56
  isOptional: false;
57
57
  };
58
58
  status: {
59
- type: _lssm_lib_schema612.FieldType<string, string>;
59
+ type: _lssm_lib_schema859.FieldType<string, string>;
60
60
  isOptional: false;
61
61
  };
62
62
  updatedFields: {
63
- type: _lssm_lib_schema612.FieldType<string, string>;
63
+ type: _lssm_lib_schema859.FieldType<string, string>;
64
64
  isArray: true;
65
65
  isOptional: false;
66
66
  };
67
67
  updatedAt: {
68
- type: _lssm_lib_schema612.FieldType<Date, string>;
68
+ type: _lssm_lib_schema859.FieldType<Date, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  }>>;
72
72
  /**
73
73
  * ToolStatusChangedEvent - A tool's status was changed.
74
74
  */
75
- declare const ToolStatusChangedEvent: _lssm_lib_contracts29.EventSpec<_lssm_lib_schema612.SchemaModel<{
75
+ declare const ToolStatusChangedEvent: _lssm_lib_contracts29.EventSpec<_lssm_lib_schema859.SchemaModel<{
76
76
  id: {
77
- type: _lssm_lib_schema612.FieldType<string, string>;
77
+ type: _lssm_lib_schema859.FieldType<string, string>;
78
78
  isOptional: false;
79
79
  };
80
80
  organizationId: {
81
- type: _lssm_lib_schema612.FieldType<string, string>;
81
+ type: _lssm_lib_schema859.FieldType<string, string>;
82
82
  isOptional: false;
83
83
  };
84
84
  name: {
85
- type: _lssm_lib_schema612.FieldType<string, string>;
85
+ type: _lssm_lib_schema859.FieldType<string, string>;
86
86
  isOptional: false;
87
87
  };
88
88
  previousStatus: {
89
- type: _lssm_lib_schema612.FieldType<string, string>;
89
+ type: _lssm_lib_schema859.FieldType<string, string>;
90
90
  isOptional: false;
91
91
  };
92
92
  newStatus: {
93
- type: _lssm_lib_schema612.FieldType<string, string>;
93
+ type: _lssm_lib_schema859.FieldType<string, string>;
94
94
  isOptional: false;
95
95
  };
96
96
  changedAt: {
97
- type: _lssm_lib_schema612.FieldType<Date, string>;
97
+ type: _lssm_lib_schema859.FieldType<Date, string>;
98
98
  isOptional: false;
99
99
  };
100
100
  }>>;
@@ -0,0 +1,405 @@
1
+ import * as _lssm_lib_contracts24 from "@lssm/lib.contracts";
2
+ import * as _lssm_lib_schema679 from "@lssm/lib.schema";
3
+
4
+ //#region src/tool/tool.operation.d.ts
5
+ /**
6
+ * CreateToolCommand - Creates a new tool definition.
7
+ */
8
+ declare const CreateToolCommand: _lssm_lib_contracts24.OperationSpec<_lssm_lib_schema679.SchemaModel<{
9
+ organizationId: {
10
+ type: _lssm_lib_schema679.FieldType<string, string>;
11
+ isOptional: false;
12
+ };
13
+ name: {
14
+ type: _lssm_lib_schema679.FieldType<string, string>;
15
+ isOptional: false;
16
+ };
17
+ slug: {
18
+ type: _lssm_lib_schema679.FieldType<string, string>;
19
+ isOptional: false;
20
+ };
21
+ description: {
22
+ type: _lssm_lib_schema679.FieldType<string, string>;
23
+ isOptional: false;
24
+ };
25
+ category: {
26
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string, string, string]>;
27
+ isOptional: true;
28
+ };
29
+ parametersSchema: {
30
+ type: _lssm_lib_schema679.FieldType<Record<string, unknown>, Record<string, unknown>>;
31
+ isOptional: false;
32
+ };
33
+ outputSchema: {
34
+ type: _lssm_lib_schema679.FieldType<Record<string, unknown>, Record<string, unknown>>;
35
+ isOptional: true;
36
+ };
37
+ implementationType: {
38
+ type: _lssm_lib_schema679.EnumType<[string, string, string]>;
39
+ isOptional: false;
40
+ };
41
+ implementationConfig: {
42
+ type: _lssm_lib_schema679.FieldType<Record<string, unknown>, Record<string, unknown>>;
43
+ isOptional: false;
44
+ };
45
+ maxInvocationsPerMinute: {
46
+ type: _lssm_lib_schema679.FieldType<number, number>;
47
+ isOptional: true;
48
+ };
49
+ timeoutMs: {
50
+ type: _lssm_lib_schema679.FieldType<number, number>;
51
+ isOptional: true;
52
+ };
53
+ tags: {
54
+ type: _lssm_lib_schema679.FieldType<string, string>;
55
+ isArray: true;
56
+ isOptional: true;
57
+ };
58
+ }>, _lssm_lib_schema679.SchemaModel<{
59
+ id: {
60
+ type: _lssm_lib_schema679.FieldType<string, string>;
61
+ isOptional: false;
62
+ };
63
+ name: {
64
+ type: _lssm_lib_schema679.FieldType<string, string>;
65
+ isOptional: false;
66
+ };
67
+ slug: {
68
+ type: _lssm_lib_schema679.FieldType<string, string>;
69
+ isOptional: false;
70
+ };
71
+ status: {
72
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string]>;
73
+ isOptional: false;
74
+ };
75
+ }>, {
76
+ name: string;
77
+ version: number;
78
+ when: string;
79
+ payload: _lssm_lib_schema679.SchemaModel<{
80
+ id: {
81
+ type: _lssm_lib_schema679.FieldType<string, string>;
82
+ isOptional: false;
83
+ };
84
+ name: {
85
+ type: _lssm_lib_schema679.FieldType<string, string>;
86
+ isOptional: false;
87
+ };
88
+ slug: {
89
+ type: _lssm_lib_schema679.FieldType<string, string>;
90
+ isOptional: false;
91
+ };
92
+ description: {
93
+ type: _lssm_lib_schema679.FieldType<string, string>;
94
+ isOptional: false;
95
+ };
96
+ category: {
97
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string, string, string]>;
98
+ isOptional: false;
99
+ };
100
+ status: {
101
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string]>;
102
+ isOptional: false;
103
+ };
104
+ version: {
105
+ type: _lssm_lib_schema679.FieldType<string, string>;
106
+ isOptional: false;
107
+ };
108
+ createdAt: {
109
+ type: _lssm_lib_schema679.FieldType<Date, string>;
110
+ isOptional: false;
111
+ };
112
+ }>;
113
+ }[]>;
114
+ /**
115
+ * UpdateToolCommand - Updates an existing tool.
116
+ */
117
+ declare const UpdateToolCommand: _lssm_lib_contracts24.OperationSpec<_lssm_lib_schema679.SchemaModel<{
118
+ toolId: {
119
+ type: _lssm_lib_schema679.FieldType<string, string>;
120
+ isOptional: false;
121
+ };
122
+ name: {
123
+ type: _lssm_lib_schema679.FieldType<string, string>;
124
+ isOptional: true;
125
+ };
126
+ description: {
127
+ type: _lssm_lib_schema679.FieldType<string, string>;
128
+ isOptional: true;
129
+ };
130
+ status: {
131
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string]>;
132
+ isOptional: true;
133
+ };
134
+ parametersSchema: {
135
+ type: _lssm_lib_schema679.FieldType<Record<string, unknown>, Record<string, unknown>>;
136
+ isOptional: true;
137
+ };
138
+ outputSchema: {
139
+ type: _lssm_lib_schema679.FieldType<Record<string, unknown>, Record<string, unknown>>;
140
+ isOptional: true;
141
+ };
142
+ implementationConfig: {
143
+ type: _lssm_lib_schema679.FieldType<Record<string, unknown>, Record<string, unknown>>;
144
+ isOptional: true;
145
+ };
146
+ maxInvocationsPerMinute: {
147
+ type: _lssm_lib_schema679.FieldType<number, number>;
148
+ isOptional: true;
149
+ };
150
+ timeoutMs: {
151
+ type: _lssm_lib_schema679.FieldType<number, number>;
152
+ isOptional: true;
153
+ };
154
+ tags: {
155
+ type: _lssm_lib_schema679.FieldType<string, string>;
156
+ isArray: true;
157
+ isOptional: true;
158
+ };
159
+ }>, _lssm_lib_schema679.SchemaModel<{
160
+ id: {
161
+ type: _lssm_lib_schema679.FieldType<string, string>;
162
+ isOptional: false;
163
+ };
164
+ name: {
165
+ type: _lssm_lib_schema679.FieldType<string, string>;
166
+ isOptional: false;
167
+ };
168
+ status: {
169
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string]>;
170
+ isOptional: false;
171
+ };
172
+ updatedAt: {
173
+ type: _lssm_lib_schema679.FieldType<Date, string>;
174
+ isOptional: false;
175
+ };
176
+ }>, {
177
+ name: string;
178
+ version: number;
179
+ when: string;
180
+ payload: _lssm_lib_schema679.SchemaModel<{
181
+ id: {
182
+ type: _lssm_lib_schema679.FieldType<string, string>;
183
+ isOptional: false;
184
+ };
185
+ name: {
186
+ type: _lssm_lib_schema679.FieldType<string, string>;
187
+ isOptional: false;
188
+ };
189
+ slug: {
190
+ type: _lssm_lib_schema679.FieldType<string, string>;
191
+ isOptional: false;
192
+ };
193
+ description: {
194
+ type: _lssm_lib_schema679.FieldType<string, string>;
195
+ isOptional: false;
196
+ };
197
+ category: {
198
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string, string, string]>;
199
+ isOptional: false;
200
+ };
201
+ status: {
202
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string]>;
203
+ isOptional: false;
204
+ };
205
+ version: {
206
+ type: _lssm_lib_schema679.FieldType<string, string>;
207
+ isOptional: false;
208
+ };
209
+ createdAt: {
210
+ type: _lssm_lib_schema679.FieldType<Date, string>;
211
+ isOptional: false;
212
+ };
213
+ }>;
214
+ }[]>;
215
+ /**
216
+ * GetToolQuery - Retrieves a tool by ID.
217
+ */
218
+ declare const GetToolQuery: _lssm_lib_contracts24.OperationSpec<_lssm_lib_schema679.SchemaModel<{
219
+ toolId: {
220
+ type: _lssm_lib_schema679.FieldType<string, string>;
221
+ isOptional: false;
222
+ };
223
+ }>, _lssm_lib_schema679.SchemaModel<{
224
+ id: {
225
+ type: _lssm_lib_schema679.FieldType<string, string>;
226
+ isOptional: false;
227
+ };
228
+ organizationId: {
229
+ type: _lssm_lib_schema679.FieldType<string, string>;
230
+ isOptional: false;
231
+ };
232
+ name: {
233
+ type: _lssm_lib_schema679.FieldType<string, string>;
234
+ isOptional: false;
235
+ };
236
+ slug: {
237
+ type: _lssm_lib_schema679.FieldType<string, string>;
238
+ isOptional: false;
239
+ };
240
+ description: {
241
+ type: _lssm_lib_schema679.FieldType<string, string>;
242
+ isOptional: false;
243
+ };
244
+ category: {
245
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string, string, string]>;
246
+ isOptional: false;
247
+ };
248
+ status: {
249
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string]>;
250
+ isOptional: false;
251
+ };
252
+ parametersSchema: {
253
+ type: _lssm_lib_schema679.FieldType<Record<string, unknown>, Record<string, unknown>>;
254
+ isOptional: false;
255
+ };
256
+ outputSchema: {
257
+ type: _lssm_lib_schema679.FieldType<Record<string, unknown>, Record<string, unknown>>;
258
+ isOptional: true;
259
+ };
260
+ implementationType: {
261
+ type: _lssm_lib_schema679.EnumType<[string, string, string]>;
262
+ isOptional: false;
263
+ };
264
+ implementationConfig: {
265
+ type: _lssm_lib_schema679.FieldType<Record<string, unknown>, Record<string, unknown>>;
266
+ isOptional: false;
267
+ };
268
+ maxInvocationsPerMinute: {
269
+ type: _lssm_lib_schema679.FieldType<number, number>;
270
+ isOptional: true;
271
+ };
272
+ timeoutMs: {
273
+ type: _lssm_lib_schema679.FieldType<number, number>;
274
+ isOptional: false;
275
+ defaultValue: number;
276
+ };
277
+ version: {
278
+ type: _lssm_lib_schema679.FieldType<string, string>;
279
+ isOptional: false;
280
+ };
281
+ tags: {
282
+ type: _lssm_lib_schema679.FieldType<string, string>;
283
+ isArray: true;
284
+ isOptional: true;
285
+ };
286
+ createdAt: {
287
+ type: _lssm_lib_schema679.FieldType<Date, string>;
288
+ isOptional: false;
289
+ };
290
+ updatedAt: {
291
+ type: _lssm_lib_schema679.FieldType<Date, string>;
292
+ isOptional: false;
293
+ };
294
+ }>, undefined>;
295
+ /**
296
+ * ListToolsQuery - Lists tools for an organization.
297
+ */
298
+ declare const ListToolsQuery: _lssm_lib_contracts24.OperationSpec<_lssm_lib_schema679.SchemaModel<{
299
+ organizationId: {
300
+ type: _lssm_lib_schema679.FieldType<string, string>;
301
+ isOptional: false;
302
+ };
303
+ category: {
304
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string, string, string]>;
305
+ isOptional: true;
306
+ };
307
+ status: {
308
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string]>;
309
+ isOptional: true;
310
+ };
311
+ search: {
312
+ type: _lssm_lib_schema679.FieldType<string, string>;
313
+ isOptional: true;
314
+ };
315
+ limit: {
316
+ type: _lssm_lib_schema679.FieldType<number, number>;
317
+ isOptional: true;
318
+ defaultValue: number;
319
+ };
320
+ offset: {
321
+ type: _lssm_lib_schema679.FieldType<number, number>;
322
+ isOptional: true;
323
+ defaultValue: number;
324
+ };
325
+ }>, _lssm_lib_schema679.SchemaModel<{
326
+ items: {
327
+ type: _lssm_lib_schema679.SchemaModel<{
328
+ id: {
329
+ type: _lssm_lib_schema679.FieldType<string, string>;
330
+ isOptional: false;
331
+ };
332
+ name: {
333
+ type: _lssm_lib_schema679.FieldType<string, string>;
334
+ isOptional: false;
335
+ };
336
+ slug: {
337
+ type: _lssm_lib_schema679.FieldType<string, string>;
338
+ isOptional: false;
339
+ };
340
+ description: {
341
+ type: _lssm_lib_schema679.FieldType<string, string>;
342
+ isOptional: false;
343
+ };
344
+ category: {
345
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string, string, string]>;
346
+ isOptional: false;
347
+ };
348
+ status: {
349
+ type: _lssm_lib_schema679.EnumType<[string, string, string, string]>;
350
+ isOptional: false;
351
+ };
352
+ version: {
353
+ type: _lssm_lib_schema679.FieldType<string, string>;
354
+ isOptional: false;
355
+ };
356
+ createdAt: {
357
+ type: _lssm_lib_schema679.FieldType<Date, string>;
358
+ isOptional: false;
359
+ };
360
+ }>;
361
+ isArray: true;
362
+ isOptional: false;
363
+ };
364
+ total: {
365
+ type: _lssm_lib_schema679.FieldType<number, number>;
366
+ isOptional: false;
367
+ };
368
+ hasMore: {
369
+ type: _lssm_lib_schema679.FieldType<boolean, boolean>;
370
+ isOptional: false;
371
+ };
372
+ }>, undefined>;
373
+ /**
374
+ * TestToolCommand - Tests a tool with sample input.
375
+ */
376
+ declare const TestToolCommand: _lssm_lib_contracts24.OperationSpec<_lssm_lib_schema679.SchemaModel<{
377
+ toolId: {
378
+ type: _lssm_lib_schema679.FieldType<string, string>;
379
+ isOptional: false;
380
+ };
381
+ testInput: {
382
+ type: _lssm_lib_schema679.FieldType<Record<string, unknown>, Record<string, unknown>>;
383
+ isOptional: false;
384
+ };
385
+ }>, _lssm_lib_schema679.SchemaModel<{
386
+ success: {
387
+ type: _lssm_lib_schema679.FieldType<boolean, boolean>;
388
+ isOptional: false;
389
+ };
390
+ output: {
391
+ type: _lssm_lib_schema679.FieldType<Record<string, unknown>, Record<string, unknown>>;
392
+ isOptional: true;
393
+ };
394
+ error: {
395
+ type: _lssm_lib_schema679.FieldType<string, string>;
396
+ isOptional: true;
397
+ };
398
+ durationMs: {
399
+ type: _lssm_lib_schema679.FieldType<number, number>;
400
+ isOptional: false;
401
+ };
402
+ }>, undefined>;
403
+ //#endregion
404
+ export { CreateToolCommand, GetToolQuery, ListToolsQuery, TestToolCommand, UpdateToolCommand };
405
+ //# sourceMappingURL=tool.operation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tool.contracts.d.ts","names":[],"sources":["../../src/tool/tool.contracts.ts"],"sourcesContent":[],"mappings":";;;;;;;cAea,yCAAiB,iCAAA;EAAjB,cAAA,EAAA;IA2CX,IAAA,EAAA,mBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;EA3C4B,gBAAA,EAAA;;;;;;;;;;;;;;;;EAAA,uBAAA,EAAA;IAgDjB,IAAA,+BA2CX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;;;;;;;;;;;;;UA3F4B,mBAAA,CAAA;;;;IAgDA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;MAAA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;MAgDjB,UA6BX,EAAA,KAAA;IAAA,CAAA;;MA7BuB,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAA,CAAA,CAAA;AAkCzB,CAAA,EAAA,CAAa;;;;cAlFA,yCAAiB,iCAAA;;UA2C5B,mBAAA,CAAA;qBAuCyB;EAAA,CAAA;;;;;;;;;;;;;;IAAA,IAAA,+BAAA,OAAA,CAAA,MAAA,EAAA,OAAA,CAAA,QAAA,CAAA,MAAA,EAAA,OAAA,CAAA,CAAA;IAiDd,UAAA,EAAA,IA6CX;EAAA,CAAA;;;;;EA7C0B,oBAAA,EAAA;;;;;;;;EAAA,SAAA,EAAA;;;;;;;;;;;UAnIE,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgDjB,oCAAY,iCAAA;;UA6BvB,mBAAA,CAAA;;;;;UA7BuB,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkCZ,sCAAc,iCAAA;;UA4CzB,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA5CyB,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiDd,uCAAe,iCAAA;;UA6C1B,mBAAA,CAAA;;;;;;;;;UA7C0B,mBAAA,CAAA"}
1
+ {"version":3,"file":"tool.operation.d.ts","names":[],"sources":["../../src/tool/tool.operation.ts"],"sourcesContent":[],"mappings":";;;;;;;cAea,yCAAiB,kCAAA;EAAjB,cAAA,EAAA;IA2CX,IAAA,EAAA,mBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;EA3C4B,gBAAA,EAAA;;;;;;;;;;;;;;;;EAAA,uBAAA,EAAA;IAgDjB,IAAA,+BA2CX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,IAAA;;;;;;;;;;;;;UA3F4B,mBAAA,CAAA;;;;IAgDA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;MAAA,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;MAgDjB,UA6BX,EAAA,KAAA;IAAA,CAAA;;MA7BuB,IAAA,+BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAA,CAAA,CAAA;AAkCzB,CAAA,EAAA,CAAa;;;;cAlFA,yCAAiB,kCAAA;;UA2C5B,mBAAA,CAAA;qBAuCyB;EAAA,CAAA;;;;;;;;;;;;;;IAAA,IAAA,+BAAA,OAAA,CAAA,MAAA,EAAA,OAAA,CAAA,QAAA,CAAA,MAAA,EAAA,OAAA,CAAA,CAAA;IAiDd,UAAA,EAAA,IA6CX;EAAA,CAAA;;;;;EA7C0B,oBAAA,EAAA;;;;;;;;EAAA,SAAA,EAAA;;;;;;;;;;;UAnIE,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgDjB,oCAAY,kCAAA;;UA6BvB,mBAAA,CAAA;;;;;UA7BuB,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkCZ,sCAAc,kCAAA;;UA4CzB,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA5CyB,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiDd,uCAAe,kCAAA;;UA6C1B,mBAAA,CAAA;;;;;;;;;UA7C0B,mBAAA,CAAA"}
@@ -1,9 +1,9 @@
1
1
  import { E5, K5 } from "../libs/schema/dist/index.js";
2
- import { defineCommand, defineQuery } from "../libs/contracts/dist/spec.js";
2
+ import { defineCommand, defineQuery } from "../libs/contracts/dist/operation.js";
3
3
  import { ToolCategoryEnum, ToolStatusEnum } from "./tool.enum.js";
4
4
  import { CreateToolInputModel, ToolModel, ToolSummaryModel, UpdateToolInputModel } from "./tool.schema.js";
5
5
 
6
- //#region src/tool/tool.contracts.ts
6
+ //#region src/tool/tool.operation.ts
7
7
  const OWNERS = ["agent-console-team"];
8
8
  /**
9
9
  * CreateToolCommand - Creates a new tool definition.
@@ -284,4 +284,4 @@ const TestToolCommand = defineCommand({
284
284
 
285
285
  //#endregion
286
286
  export { CreateToolCommand, GetToolQuery, ListToolsQuery, TestToolCommand, UpdateToolCommand };
287
- //# sourceMappingURL=tool.contracts.js.map
287
+ //# sourceMappingURL=tool.operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool.operation.js","names":["defineSchemaModel","ScalarTypeEnum"],"sources":["../../src/tool/tool.operation.ts"],"sourcesContent":["import { defineCommand, defineQuery } from '@lssm/lib.contracts/operation';\nimport { defineSchemaModel, ScalarTypeEnum } from '@lssm/lib.schema';\nimport { ToolCategoryEnum, ToolStatusEnum } from './tool.enum';\nimport {\n CreateToolInputModel,\n ToolModel,\n ToolSummaryModel,\n UpdateToolInputModel,\n} from './tool.schema';\n\nconst OWNERS = ['agent-console-team'] as const;\n\n/**\n * CreateToolCommand - Creates a new tool definition.\n */\nexport const CreateToolCommand = defineCommand({\n meta: {\n name: 'agent.tool.create',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['tool', 'create'],\n description: 'Creates a new AI tool definition.',\n goal: 'Allow users to define new tools that agents can use.',\n context: 'Called from the tool builder UI when creating a new tool.',\n },\n io: {\n input: CreateToolInputModel,\n output: defineSchemaModel({\n name: 'CreateToolOutput',\n fields: {\n id: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n name: { type: ScalarTypeEnum.NonEmptyString(), isOptional: false },\n slug: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n status: { type: ToolStatusEnum, isOptional: false },\n },\n }),\n errors: {\n SLUG_EXISTS: {\n description: 'A tool with this slug already exists in the organization',\n http: 409,\n gqlCode: 'SLUG_EXISTS',\n when: 'Slug is already taken',\n },\n },\n },\n policy: { auth: 'user' },\n sideEffects: {\n emits: [\n {\n name: 'tool.created',\n version: 1,\n when: 'Tool is successfully created',\n payload: ToolSummaryModel,\n },\n ],\n audit: ['tool.created'],\n },\n});\n\n/**\n * UpdateToolCommand - Updates an existing tool.\n */\nexport const UpdateToolCommand = defineCommand({\n meta: {\n name: 'agent.tool.update',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['tool', 'update'],\n description: 'Updates an existing AI tool definition.',\n goal: 'Allow users to modify tool settings and configuration.',\n context: 'Called from the tool settings UI.',\n },\n io: {\n input: UpdateToolInputModel,\n output: defineSchemaModel({\n name: 'UpdateToolOutput',\n fields: {\n id: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n name: { type: ScalarTypeEnum.NonEmptyString(), isOptional: false },\n status: { type: ToolStatusEnum, isOptional: false },\n updatedAt: { type: ScalarTypeEnum.DateTime(), isOptional: false },\n },\n }),\n errors: {\n TOOL_NOT_FOUND: {\n description: 'The specified tool does not exist',\n http: 404,\n gqlCode: 'TOOL_NOT_FOUND',\n when: 'Tool ID is invalid',\n },\n },\n },\n policy: { auth: 'user' },\n sideEffects: {\n emits: [\n {\n name: 'tool.updated',\n version: 1,\n when: 'Tool is updated',\n payload: ToolSummaryModel,\n },\n ],\n audit: ['tool.updated'],\n },\n});\n\n/**\n * GetToolQuery - Retrieves a tool by ID.\n */\nexport const GetToolQuery = defineQuery({\n meta: {\n name: 'agent.tool.get',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['tool', 'get'],\n description: 'Retrieves a tool by its ID.',\n goal: 'View detailed tool configuration.',\n context: 'Called when viewing tool details or editing.',\n },\n io: {\n input: defineSchemaModel({\n name: 'GetToolInput',\n fields: {\n toolId: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n },\n }),\n output: ToolModel,\n errors: {\n TOOL_NOT_FOUND: {\n description: 'The specified tool does not exist',\n http: 404,\n gqlCode: 'TOOL_NOT_FOUND',\n when: 'Tool ID is invalid',\n },\n },\n },\n policy: { auth: 'user' },\n});\n\n/**\n * ListToolsQuery - Lists tools for an organization.\n */\nexport const ListToolsQuery = defineQuery({\n meta: {\n name: 'agent.tool.list',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['tool', 'list'],\n description: 'Lists tools for an organization with optional filtering.',\n goal: 'Browse and search available tools.',\n context: 'Tool list/dashboard view.',\n },\n io: {\n input: defineSchemaModel({\n name: 'ListToolsInput',\n fields: {\n organizationId: {\n type: ScalarTypeEnum.String_unsecure(),\n isOptional: false,\n },\n category: { type: ToolCategoryEnum, isOptional: true },\n status: { type: ToolStatusEnum, isOptional: true },\n search: { type: ScalarTypeEnum.String_unsecure(), isOptional: true },\n limit: {\n type: ScalarTypeEnum.Int_unsecure(),\n isOptional: true,\n defaultValue: 20,\n },\n offset: {\n type: ScalarTypeEnum.Int_unsecure(),\n isOptional: true,\n defaultValue: 0,\n },\n },\n }),\n output: defineSchemaModel({\n name: 'ListToolsOutput',\n fields: {\n items: { type: ToolSummaryModel, isArray: true, isOptional: false },\n total: { type: ScalarTypeEnum.Int_unsecure(), isOptional: false },\n hasMore: { type: ScalarTypeEnum.Boolean(), isOptional: false },\n },\n }),\n },\n policy: { auth: 'user' },\n});\n\n/**\n * TestToolCommand - Tests a tool with sample input.\n */\nexport const TestToolCommand = defineCommand({\n meta: {\n name: 'agent.tool.test',\n version: 1,\n stability: 'stable',\n owners: [...OWNERS],\n tags: ['tool', 'test'],\n description: 'Tests a tool with sample input to verify it works correctly.',\n goal: 'Validate tool configuration before deployment.',\n context: 'Tool builder UI - test panel.',\n },\n io: {\n input: defineSchemaModel({\n name: 'TestToolInput',\n fields: {\n toolId: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },\n testInput: { type: ScalarTypeEnum.JSONObject(), isOptional: false },\n },\n }),\n output: defineSchemaModel({\n name: 'TestToolOutput',\n fields: {\n success: { type: ScalarTypeEnum.Boolean(), isOptional: false },\n output: { type: ScalarTypeEnum.JSONObject(), isOptional: true },\n error: { type: ScalarTypeEnum.String_unsecure(), isOptional: true },\n durationMs: { type: ScalarTypeEnum.Int_unsecure(), isOptional: false },\n },\n }),\n errors: {\n TOOL_NOT_FOUND: {\n description: 'The specified tool does not exist',\n http: 404,\n gqlCode: 'TOOL_NOT_FOUND',\n when: 'Tool ID is invalid',\n },\n TOOL_EXECUTION_ERROR: {\n description: 'Tool execution failed',\n http: 500,\n gqlCode: 'TOOL_EXECUTION_ERROR',\n when: 'Tool returns an error',\n },\n },\n },\n policy: { auth: 'user' },\n sideEffects: { audit: ['tool.tested'] },\n});\n"],"mappings":"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"}