@toolproof-core/genesis 1.0.49 → 1.0.51

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 (84) hide show
  1. package/dist/src/implementations/tools.d.ts +100 -0
  2. package/dist/src/implementations/tools.js +135 -0
  3. package/dist/src/index.d.ts +5 -4
  4. package/dist/src/index.js +4 -3
  5. package/dist/src/utils/resourceTypes.d.ts +2 -1
  6. package/dist/src/utils/resourceTypes.js +22 -6
  7. package/dist/src/utils/schemaRefNormalization.js +3 -3
  8. package/dist/src/utils/standaloneTypes.js +2 -2
  9. package/dist/src/utils/timestampedResources.d.ts +16 -0
  10. package/dist/src/utils/timestampedResources.js +17 -0
  11. package/dist/src/utils/typeGenerationPostProcess.js +2 -2
  12. package/dist/src/utils/zodCodegen.js +3 -3
  13. package/generated-src/declarations/booleans.json +4 -0
  14. package/generated-src/declarations/booleans.ts +2 -0
  15. package/generated-src/declarations/naturals.json +13 -0
  16. package/generated-src/declarations/naturals.ts +2 -0
  17. package/generated-src/{resourceTypes → declarations}/resourceTypes.json +176 -39
  18. package/generated-src/declarations/resourceTypes.ts +2 -0
  19. package/generated-src/declarations/tools.json +705 -0
  20. package/generated-src/declarations/tools.ts +2 -0
  21. package/generated-src/implementations/tools.ts +214 -0
  22. package/generated-src/{derived → lookups}/constants.ts +4 -5
  23. package/generated-src/metadata/Core.json +51 -36
  24. package/generated-src/metadata/dependencyMap.json +16 -2
  25. package/generated-src/metadata/terminals.json +3 -4
  26. package/generated-src/schemas/schemas.json +198 -29
  27. package/generated-src/schemas/standalone/Resource.json +4 -8
  28. package/generated-src/schemas/standalone/ResourceType.json +21 -5
  29. package/generated-src/schemas/standalone/Strategy.json +4 -8
  30. package/generated-src/schemas/standalone/StrategyTrace.json +4 -8
  31. package/generated-src/schemas/standalone/Suite.json +646 -0
  32. package/generated-src/schemas/standalone/Suite.ts +2 -0
  33. package/generated-src/schemas/standalone/Tool.json +48 -23
  34. package/generated-src/schemas/zod/Resource.ts +2 -2
  35. package/generated-src/schemas/zod/ResourceType.ts +1 -1
  36. package/generated-src/schemas/zod/Strategy.ts +3 -3
  37. package/generated-src/schemas/zod/StrategyTrace.ts +3 -3
  38. package/generated-src/schemas/zod/Suite.ts +44 -0
  39. package/generated-src/schemas/zod/Tool.ts +7 -2
  40. package/generated-src/schemas/zod/index.ts +1 -0
  41. package/{src/genesis/resources → generated-src/timestampedResources}/booleans.json +19 -23
  42. package/generated-src/timestampedResources/booleans.ts +2 -0
  43. package/{src/genesis/resources → generated-src/timestampedResources}/naturals.json +100 -111
  44. package/generated-src/timestampedResources/naturals.ts +2 -0
  45. package/generated-src/{resources → timestampedResources}/resourceTypes.json +202 -66
  46. package/generated-src/timestampedResources/resourceTypes.ts +2 -0
  47. package/{src/genesis/resources → generated-src/timestampedResources}/tools.json +824 -839
  48. package/generated-src/timestampedResources/tools.ts +2 -0
  49. package/generated-src/types/standalone/BooleanResource.d.ts +2 -2
  50. package/generated-src/types/standalone/ErrorResource.d.ts +2 -2
  51. package/generated-src/types/standalone/GoalResource.d.ts +2 -2
  52. package/generated-src/types/standalone/NaturalResource.d.ts +2 -2
  53. package/generated-src/types/standalone/ResourceResource.d.ts +2 -2
  54. package/generated-src/types/standalone/ResourceTypeResource.d.ts +2 -2
  55. package/generated-src/types/standalone/StrategyResource.d.ts +2 -2
  56. package/generated-src/types/standalone/StrategyTraceResource.d.ts +2 -2
  57. package/generated-src/types/standalone/SuiteResource.d.ts +3 -0
  58. package/generated-src/types/standalone/SuiteResource.js +1 -0
  59. package/generated-src/types/standalone/ToolResource.d.ts +2 -2
  60. package/generated-src/types/types.d.ts +57 -14
  61. package/package.json +7 -4
  62. package/src/declarations/booleans.json +4 -0
  63. package/src/declarations/naturals.json +13 -0
  64. package/src/{genesis → declarations/resourceTypes}/resourceTypeShells.json +15 -9
  65. package/src/{genesis → declarations/resourceTypes}/schemas.json +198 -29
  66. package/src/declarations/tools.json +705 -0
  67. package/src/implementations/tools.ts +214 -0
  68. package/src/index.ts +25 -4
  69. package/src/utils/resourceTypes.ts +39 -7
  70. package/src/utils/schemaRefNormalization.ts +4 -4
  71. package/src/utils/standaloneTypes.ts +2 -2
  72. package/src/utils/timestampedResources.ts +42 -0
  73. package/src/utils/typeGenerationPostProcess.ts +2 -2
  74. package/src/utils/zodCodegen.ts +3 -3
  75. package/toolproof.json +19 -0
  76. package/dist/src/genesis/resources/implementations/foo.d.ts +0 -1
  77. package/dist/src/genesis/resources/implementations/foo.js +0 -184
  78. package/dist/src/utils/resources.d.ts +0 -5
  79. package/dist/src/utils/resources.js +0 -17
  80. package/generated-src/resourceTypes/resourceTypes.ts +0 -2
  81. package/generated-src/resources/resourceTypes.ts +0 -2
  82. package/src/genesis/resources/implementations/foo.ts +0 -183
  83. package/src/utils/resources.ts +0 -26
  84. /package/generated-src/{derived → lookups}/mappings.ts +0 -0
@@ -0,0 +1,2 @@
1
+ import declarations from './tools.json' with { type: 'json' };
2
+ export default declarations;
@@ -0,0 +1,214 @@
1
+ import type {
2
+ Boolean,
3
+ Natural,
4
+ ResourceType,
5
+ Tool,
6
+ } from '../types/types.js';
7
+
8
+ type GenericAssignmentByRoleName<GenericRoleName extends string> = Record<GenericRoleName, ResourceType>;
9
+
10
+ type InstantiationToolHandleBySpecializationKey = Record<string, Tool>;
11
+
12
+ type TemplateInputs<GenericRoleName extends string> = {
13
+ GenericAssignmentByRoleName: GenericAssignmentByRoleName<GenericRoleName>;
14
+ InstantiationToolHandleBySpecializationKey: InstantiationToolHandleBySpecializationKey;
15
+ };
16
+
17
+ type TemplateOutputs = {
18
+ InstantiationTool: Tool;
19
+ };
20
+
21
+ type OperandTemplateInputs = TemplateInputs<'OperandType'>;
22
+
23
+ const OPERAND_TYPE_ROLE_NAMES = ['OperandType'] as const;
24
+
25
+ function assertExactKeys(actualKeys: string[], expectedKeys: readonly string[], label: string): void {
26
+ const sortedActualKeys = [...actualKeys].sort();
27
+ const sortedExpectedKeys = [...expectedKeys].sort();
28
+
29
+ if (sortedActualKeys.length !== sortedExpectedKeys.length) {
30
+ throw new Error(
31
+ `${label} must contain exactly [${sortedExpectedKeys.join(', ')}], got [${sortedActualKeys.join(', ')}]`
32
+ );
33
+ }
34
+
35
+ for (let index = 0; index < sortedExpectedKeys.length; index += 1) {
36
+ if (sortedActualKeys[index] !== sortedExpectedKeys[index]) {
37
+ throw new Error(
38
+ `${label} must contain exactly [${sortedExpectedKeys.join(', ')}], got [${sortedActualKeys.join(', ')}]`
39
+ );
40
+ }
41
+ }
42
+ }
43
+
44
+ function asNatural(value: number, label: string): Natural {
45
+ if (!Number.isInteger(value) || value < 0) {
46
+ throw new Error(`${label} must be a non-negative integer, got ${value}`);
47
+ }
48
+
49
+ return value as Natural;
50
+ }
51
+
52
+ export function createSpecializationKey(assignments: Record<string, ResourceType>): string {
53
+ return JSON.stringify(
54
+ Object.entries(assignments)
55
+ .sort(([leftRoleName], [rightRoleName]) => leftRoleName.localeCompare(rightRoleName))
56
+ .map(([roleName, resourceType]) => [roleName, resourceType.handle])
57
+ );
58
+ }
59
+
60
+ function resolveTemplateInstantiation<GenericRoleName extends string>(
61
+ inputs: TemplateInputs<GenericRoleName>,
62
+ expectedGenericRoleNames: readonly GenericRoleName[]
63
+ ): TemplateOutputs {
64
+ const { GenericAssignmentByRoleName, InstantiationToolHandleBySpecializationKey } = inputs;
65
+
66
+ assertExactKeys(
67
+ Object.keys(GenericAssignmentByRoleName),
68
+ expectedGenericRoleNames,
69
+ 'GenericAssignmentByRoleName'
70
+ );
71
+
72
+ const specializationKey = createSpecializationKey(GenericAssignmentByRoleName);
73
+ const instantiationTool = InstantiationToolHandleBySpecializationKey[specializationKey];
74
+
75
+ if (!instantiationTool) {
76
+ throw new Error(`No instantiation tool registered for specializationKey ${specializationKey}`);
77
+ }
78
+
79
+ return {
80
+ InstantiationTool: instantiationTool,
81
+ };
82
+ }
83
+
84
+ export function Identity(inputs: OperandTemplateInputs): TemplateOutputs {
85
+ return resolveTemplateInstantiation(inputs, OPERAND_TYPE_ROLE_NAMES);
86
+ }
87
+
88
+ export function Add(inputs: OperandTemplateInputs): TemplateOutputs {
89
+ return resolveTemplateInstantiation(inputs, OPERAND_TYPE_ROLE_NAMES);
90
+ }
91
+
92
+ export function Subtract(inputs: OperandTemplateInputs): TemplateOutputs {
93
+ return resolveTemplateInstantiation(inputs, OPERAND_TYPE_ROLE_NAMES);
94
+ }
95
+
96
+ export function Multiply(inputs: OperandTemplateInputs): TemplateOutputs {
97
+ return resolveTemplateInstantiation(inputs, OPERAND_TYPE_ROLE_NAMES);
98
+ }
99
+
100
+ export function Divide(inputs: OperandTemplateInputs): TemplateOutputs {
101
+ return resolveTemplateInstantiation(inputs, OPERAND_TYPE_ROLE_NAMES);
102
+ }
103
+
104
+ export function Double(inputs: OperandTemplateInputs): TemplateOutputs {
105
+ return resolveTemplateInstantiation(inputs, OPERAND_TYPE_ROLE_NAMES);
106
+ }
107
+
108
+ export function LessThan(inputs: OperandTemplateInputs): TemplateOutputs {
109
+ return resolveTemplateInstantiation(inputs, OPERAND_TYPE_ROLE_NAMES);
110
+ }
111
+
112
+ export function BooleanIdentity(inputs: { In: Boolean }): { Out: Boolean } {
113
+ return {
114
+ Out: inputs.In,
115
+ };
116
+ }
117
+
118
+ export function NaturalIdentity(inputs: { In: Natural }): { Out: Natural } {
119
+ return {
120
+ Out: inputs.In,
121
+ };
122
+ }
123
+
124
+ export function NaturalLessThan(inputs: {
125
+ LessThanSource: Natural;
126
+ LessThanTarget: Natural;
127
+ }): { LessThanDecision: Boolean } {
128
+ return {
129
+ LessThanDecision: inputs.LessThanSource < inputs.LessThanTarget,
130
+ };
131
+ }
132
+
133
+ export function NaturalAdd(inputs: {
134
+ AddendOne: Natural;
135
+ AddendTwo: Natural;
136
+ }): { Sum: Natural } {
137
+ return {
138
+ Sum: asNatural(inputs.AddendOne + inputs.AddendTwo, 'Sum'),
139
+ };
140
+ }
141
+
142
+ export function NaturalSubtract(inputs: {
143
+ Minuend: Natural;
144
+ Subtrahend: Natural;
145
+ }): { Difference: Natural } {
146
+ return {
147
+ Difference: asNatural(inputs.Minuend - inputs.Subtrahend, 'Difference'),
148
+ };
149
+ }
150
+
151
+ export function NaturalMultiply(inputs: {
152
+ Multiplicand: Natural;
153
+ Multiplier: Natural;
154
+ }): { Product: Natural } {
155
+ return {
156
+ Product: asNatural(inputs.Multiplicand * inputs.Multiplier, 'Product'),
157
+ };
158
+ }
159
+
160
+ export function NaturalDivide(inputs: {
161
+ Dividend: Natural;
162
+ Divisor: Natural;
163
+ }): { Quotient: Natural; Remainder: Natural } {
164
+ if (inputs.Divisor === 0) {
165
+ throw new Error('Divisor must be non-zero');
166
+ }
167
+
168
+ return {
169
+ Quotient: asNatural(Math.floor(inputs.Dividend / inputs.Divisor), 'Quotient'),
170
+ Remainder: asNatural(inputs.Dividend % inputs.Divisor, 'Remainder'),
171
+ };
172
+ }
173
+
174
+ export function NaturalDouble(inputs: { N: Natural }): { Doubled: Natural } {
175
+ return {
176
+ Doubled: asNatural(inputs.N * 2, 'Doubled'),
177
+ };
178
+ }
179
+
180
+ export const TOOL_IMPLEMENTATION_BY_NAME = {
181
+ Identity,
182
+ Add,
183
+ Subtract,
184
+ Multiply,
185
+ Divide,
186
+ Double,
187
+ LessThan,
188
+ BooleanIdentity,
189
+ NaturalIdentity,
190
+ NaturalLessThan,
191
+ NaturalAdd,
192
+ NaturalSubtract,
193
+ NaturalMultiply,
194
+ NaturalDivide,
195
+ NaturalDouble,
196
+ } as const;
197
+
198
+ export const TOOL_IMPLEMENTATION_BY_HANDLE = {
199
+ 'TOOL-Identity': Identity,
200
+ 'TOOL-Add': Add,
201
+ 'TOOL-Subtract': Subtract,
202
+ 'TOOL-Multiply': Multiply,
203
+ 'TOOL-Divide': Divide,
204
+ 'TOOL-Double': Double,
205
+ 'TOOL-LessThan': LessThan,
206
+ 'TOOL-BooleanIdentity': BooleanIdentity,
207
+ 'TOOL-NaturalIdentity': NaturalIdentity,
208
+ 'TOOL-NaturalLessThan': NaturalLessThan,
209
+ 'TOOL-NaturalAdd': NaturalAdd,
210
+ 'TOOL-NaturalSubtract': NaturalSubtract,
211
+ 'TOOL-NaturalMultiply': NaturalMultiply,
212
+ 'TOOL-NaturalDivide': NaturalDivide,
213
+ 'TOOL-NaturalDouble': NaturalDouble,
214
+ } as const;
@@ -1,5 +1,6 @@
1
1
  const CONSTANTS = {
2
2
  Names: {
3
+ AtomicTypeRef: 'AtomicTypeRef',
3
4
  BaseResource: 'BaseResource',
4
5
  BaseStrategy: 'BaseStrategy',
5
6
  BaseToolStepPathSpec: 'BaseToolStepPathSpec',
@@ -25,6 +26,7 @@ const CONSTANTS = {
25
26
  InputResource: 'InputResource',
26
27
  InternalInputPotential: 'InternalInputPotential',
27
28
  InterruptTracePoint: 'InterruptTracePoint',
29
+ JsonScalarLink: 'JsonScalarLink',
28
30
  JsonSchemaObject: 'JsonSchemaObject',
29
31
  Name: 'Name',
30
32
  NameFacet: 'NameFacet',
@@ -62,6 +64,8 @@ const CONSTANTS = {
62
64
  StrategyStateInputKind: 'StrategyStateInputKind',
63
65
  StrategyTrace: 'StrategyTrace',
64
66
  StrategyTraceHandle: 'StrategyTraceHandle',
67
+ Suite: 'Suite',
68
+ SuiteIngestorInputSchema: 'SuiteIngestorInputSchema',
65
69
  ThreadedStrategy: 'ThreadedStrategy',
66
70
  ThreadedStrategyFacet: 'ThreadedStrategyFacet',
67
71
  ThreadedStrategyState: 'ThreadedStrategyState',
@@ -72,7 +76,6 @@ const CONSTANTS = {
72
76
  TimestampedResource: 'TimestampedResource',
73
77
  Tool: 'Tool',
74
78
  ToolHandle: 'ToolHandle',
75
- ToolKind: 'ToolKind',
76
79
  ToolStep: 'ToolStep',
77
80
  ToolStepPath: 'ToolStepPath',
78
81
  ToolStepPathSlot: 'ToolStepPathSlot',
@@ -114,10 +117,6 @@ const CONSTANTS = {
114
117
  externalInputPotential: 'externalInputPotential',
115
118
  internalInputPotential: 'internalInputPotential',
116
119
  },
117
- ToolKind: {
118
- runtime: 'runtime',
119
- buildtime: 'buildtime',
120
- },
121
120
  TracePointKind: {
122
121
  graph_start: 'graph_start',
123
122
  tick: 'tick',
@@ -1144,6 +1144,11 @@
1144
1144
  "name": "generateCoreProjection.ts",
1145
1145
  "path": "packages/genesis/scripts/generateCoreProjection.ts"
1146
1146
  },
1147
+ {
1148
+ "kind": "file",
1149
+ "name": "generateDeclarations.ts",
1150
+ "path": "packages/genesis/scripts/generateDeclarations.ts"
1151
+ },
1147
1152
  {
1148
1153
  "kind": "file",
1149
1154
  "name": "generateDependencies.ts",
@@ -1151,8 +1156,8 @@
1151
1156
  },
1152
1157
  {
1153
1158
  "kind": "file",
1154
- "name": "generateResources.ts",
1155
- "path": "packages/genesis/scripts/generateResources.ts"
1159
+ "name": "generateImplementations.ts",
1160
+ "path": "packages/genesis/scripts/generateImplementations.ts"
1156
1161
  },
1157
1162
  {
1158
1163
  "kind": "file",
@@ -1184,6 +1189,11 @@
1184
1189
  "name": "generateTerminals.ts",
1185
1190
  "path": "packages/genesis/scripts/generateTerminals.ts"
1186
1191
  },
1192
+ {
1193
+ "kind": "file",
1194
+ "name": "generateTimestampedResources.ts",
1195
+ "path": "packages/genesis/scripts/generateTimestampedResources.ts"
1196
+ },
1187
1197
  {
1188
1198
  "kind": "file",
1189
1199
  "name": "generateTypes.ts",
@@ -1203,52 +1213,52 @@
1203
1213
  "children": [
1204
1214
  {
1205
1215
  "kind": "directory",
1206
- "name": "genesis",
1207
- "path": "packages/genesis/src/genesis",
1216
+ "name": "declarations",
1217
+ "path": "packages/genesis/src/declarations",
1208
1218
  "children": [
1209
1219
  {
1210
1220
  "kind": "directory",
1211
- "name": "resources",
1212
- "path": "packages/genesis/src/genesis/resources",
1221
+ "name": "resourceTypes",
1222
+ "path": "packages/genesis/src/declarations/resourceTypes",
1213
1223
  "children": [
1214
- {
1215
- "kind": "directory",
1216
- "name": "implementations",
1217
- "path": "packages/genesis/src/genesis/resources/implementations",
1218
- "children": [
1219
- {
1220
- "kind": "file",
1221
- "name": "foo.ts",
1222
- "path": "packages/genesis/src/genesis/resources/implementations/foo.ts"
1223
- }
1224
- ]
1225
- },
1226
1224
  {
1227
1225
  "kind": "file",
1228
- "name": "booleans.json",
1229
- "path": "packages/genesis/src/genesis/resources/booleans.json"
1226
+ "name": "resourceTypeShells.json",
1227
+ "path": "packages/genesis/src/declarations/resourceTypes/resourceTypeShells.json"
1230
1228
  },
1231
1229
  {
1232
1230
  "kind": "file",
1233
- "name": "naturals.json",
1234
- "path": "packages/genesis/src/genesis/resources/naturals.json"
1235
- },
1236
- {
1237
- "kind": "file",
1238
- "name": "tools.json",
1239
- "path": "packages/genesis/src/genesis/resources/tools.json"
1231
+ "name": "schemas.json",
1232
+ "path": "packages/genesis/src/declarations/resourceTypes/schemas.json"
1240
1233
  }
1241
1234
  ]
1242
1235
  },
1243
1236
  {
1244
1237
  "kind": "file",
1245
- "name": "resourceTypeShells.json",
1246
- "path": "packages/genesis/src/genesis/resourceTypeShells.json"
1238
+ "name": "booleans.json",
1239
+ "path": "packages/genesis/src/declarations/booleans.json"
1247
1240
  },
1248
1241
  {
1249
1242
  "kind": "file",
1250
- "name": "schemas.json",
1251
- "path": "packages/genesis/src/genesis/schemas.json"
1243
+ "name": "naturals.json",
1244
+ "path": "packages/genesis/src/declarations/naturals.json"
1245
+ },
1246
+ {
1247
+ "kind": "file",
1248
+ "name": "tools.json",
1249
+ "path": "packages/genesis/src/declarations/tools.json"
1250
+ }
1251
+ ]
1252
+ },
1253
+ {
1254
+ "kind": "directory",
1255
+ "name": "implementations",
1256
+ "path": "packages/genesis/src/implementations",
1257
+ "children": [
1258
+ {
1259
+ "kind": "file",
1260
+ "name": "tools.ts",
1261
+ "path": "packages/genesis/src/implementations/tools.ts"
1252
1262
  }
1253
1263
  ]
1254
1264
  },
@@ -1267,11 +1277,6 @@
1267
1277
  "name": "coreProjection.ts",
1268
1278
  "path": "packages/genesis/src/utils/coreProjection.ts"
1269
1279
  },
1270
- {
1271
- "kind": "file",
1272
- "name": "resources.ts",
1273
- "path": "packages/genesis/src/utils/resources.ts"
1274
- },
1275
1280
  {
1276
1281
  "kind": "file",
1277
1282
  "name": "resourceTypes.ts",
@@ -1312,6 +1317,11 @@
1312
1317
  "name": "standaloneZodSchemas.ts",
1313
1318
  "path": "packages/genesis/src/utils/standaloneZodSchemas.ts"
1314
1319
  },
1320
+ {
1321
+ "kind": "file",
1322
+ "name": "timestampedResources.ts",
1323
+ "path": "packages/genesis/src/utils/timestampedResources.ts"
1324
+ },
1315
1325
  {
1316
1326
  "kind": "file",
1317
1327
  "name": "typeGeneration.ts",
@@ -1346,6 +1356,11 @@
1346
1356
  "name": "package.json",
1347
1357
  "path": "packages/genesis/package.json"
1348
1358
  },
1359
+ {
1360
+ "kind": "file",
1361
+ "name": "toolproof.json",
1362
+ "path": "packages/genesis/toolproof.json"
1363
+ },
1349
1364
  {
1350
1365
  "kind": "file",
1351
1366
  "name": "tsconfig.json",
@@ -12,9 +12,12 @@
12
12
  "DescriptionFacet"
13
13
  ],
14
14
  "JsonSchemaObject": [],
15
- "TypeRef": [
15
+ "AtomicTypeRef": [
16
16
  "ResourceTypeHandle"
17
17
  ],
18
+ "TypeRef": [
19
+ "AtomicTypeRef"
20
+ ],
18
21
  "Embedding": [
19
22
  "ToolHandle",
20
23
  "ResourcePointer"
@@ -51,7 +54,6 @@
51
54
  "RoleSpec"
52
55
  ],
53
56
  "ToolHandle": [],
54
- "ToolKind": [],
55
57
  "Tool": [
56
58
  "ToolHandle",
57
59
  "RoleSpec",
@@ -279,5 +281,17 @@
279
281
  "Boolean": [],
280
282
  "TimestampedResource": [
281
283
  "Resource"
284
+ ],
285
+ "JsonScalarLink": [],
286
+ "Suite": [
287
+ "Name",
288
+ "Description",
289
+ "ResourceType",
290
+ "Tool"
291
+ ],
292
+ "SuiteIngestorInputSchema": [
293
+ "Name",
294
+ "JsonScalarLink",
295
+ "Description"
282
296
  ]
283
297
  }
@@ -1,8 +1,5 @@
1
1
  [
2
2
  "Embedding",
3
- "ResourceType",
4
- "ToolKind",
5
- "Tool",
6
3
  "ProvenanceKind",
7
4
  "StrategyStateInputKind",
8
5
  "ToolStepPathSlotFacet",
@@ -13,5 +10,7 @@
13
10
  "Goal",
14
11
  "Error",
15
12
  "Boolean",
16
- "TimestampedResource"
13
+ "TimestampedResource",
14
+ "Suite",
15
+ "SuiteIngestorInputSchema"
17
16
  ]