@almadar/std 16.207.0 → 16.209.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/behaviors/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
- package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
- package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
- package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
- package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
- package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
- package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
- package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
- package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
- package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
- package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
- package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
- package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
- package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
- package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
- package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
- package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
- package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
- package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
- package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +168 -4
- package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +102 -2
- package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +2 -0
- package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +144 -4
- package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +324 -13
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +86 -2
- package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +76 -2
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +254 -6
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +70 -2
- package/behaviors/registry/ui/core/atoms/std-thread.orb +108 -2
- package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +212 -4
- package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
- package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
- package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
- package/canonical-operators.json +0 -40
- package/dist/behaviors/exports-reader.js +8025 -869
- package/dist/behaviors/functions/index.d.ts +190 -184
- package/dist/behaviors/functions/index.js +8025 -869
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +8025 -869
- package/dist/behaviors/query.js +8025 -869
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +9 -9
- package/dist/behaviors-registry.json +910 -229
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8025 -891
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/modules/anim.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +0 -11
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/behavior.d.ts +1 -1
- package/dist/modules/browser.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/ease.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/geo.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/grid.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +0 -22
- package/dist/modules/integration.d.ts +1 -1
- package/dist/modules/llm.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/memory.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/noise.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +0 -11
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/path.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/session.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/trace.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/modules/vector.d.ts +1 -1
- package/dist/modules/workspace.d.ts +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +0 -22
- package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
- package/i18n/ar.json +433 -0
- package/i18n/en.json +433 -0
- package/i18n/sl.json +433 -0
- package/package.json +21 -8
|
@@ -200,8 +200,23 @@
|
|
|
200
200
|
"eventId": "evt_01KXG04FGZMCPK9QFF1QQABR9N",
|
|
201
201
|
"payloadSchema": [
|
|
202
202
|
{
|
|
203
|
+
"entity": "ObjectSpec",
|
|
203
204
|
"name": "data",
|
|
204
|
-
"
|
|
205
|
+
"properties": [
|
|
206
|
+
{
|
|
207
|
+
"name": "id",
|
|
208
|
+
"type": "string"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "label",
|
|
212
|
+
"type": "string"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "value",
|
|
216
|
+
"type": "string"
|
|
217
|
+
}
|
|
218
|
+
],
|
|
219
|
+
"type": "[object]"
|
|
205
220
|
},
|
|
206
221
|
{
|
|
207
222
|
"name": "filteredCount",
|
|
@@ -240,6 +240,7 @@
|
|
|
240
240
|
"description": "Internal: the status write landed; carries the persisted row flat.",
|
|
241
241
|
"event": "StatusPersisted",
|
|
242
242
|
"eventId": "evt_01M16B4D84NQ48FBP2K2PFGP33",
|
|
243
|
+
"payloadEntity": "StatusRecord",
|
|
243
244
|
"payloadSchema": [
|
|
244
245
|
{
|
|
245
246
|
"name": "id",
|
|
@@ -307,6 +308,7 @@
|
|
|
307
308
|
"id": "evt_01M16B4D84NQ48FBP2K2PFGP33",
|
|
308
309
|
"key": "StatusPersisted",
|
|
309
310
|
"name": "Status persisted",
|
|
311
|
+
"payloadEntity": "StatusRecord",
|
|
310
312
|
"payloadSchema": [
|
|
311
313
|
{
|
|
312
314
|
"name": "id",
|
|
@@ -73,7 +73,10 @@
|
|
|
73
73
|
"default": [],
|
|
74
74
|
"description": "Data points accumulated in the current cycle.",
|
|
75
75
|
"items": {
|
|
76
|
-
"
|
|
76
|
+
"items": {
|
|
77
|
+
"type": "scalar"
|
|
78
|
+
},
|
|
79
|
+
"type": "object"
|
|
77
80
|
},
|
|
78
81
|
"name": "buffer",
|
|
79
82
|
"type": "array"
|
|
@@ -152,7 +155,7 @@
|
|
|
152
155
|
{
|
|
153
156
|
"name": "buffer",
|
|
154
157
|
"required": true,
|
|
155
|
-
"type": "[
|
|
158
|
+
"type": "[Map<string,scalar>]"
|
|
156
159
|
},
|
|
157
160
|
{
|
|
158
161
|
"name": "count",
|
|
@@ -196,7 +199,7 @@
|
|
|
196
199
|
{
|
|
197
200
|
"name": "point",
|
|
198
201
|
"required": true,
|
|
199
|
-
"type": "
|
|
202
|
+
"type": "Map<string,scalar>"
|
|
200
203
|
}
|
|
201
204
|
]
|
|
202
205
|
},
|
|
@@ -209,7 +212,7 @@
|
|
|
209
212
|
{
|
|
210
213
|
"name": "buffer",
|
|
211
214
|
"required": true,
|
|
212
|
-
"type": "[
|
|
215
|
+
"type": "[Map<string,scalar>]"
|
|
213
216
|
},
|
|
214
217
|
{
|
|
215
218
|
"name": "count",
|
|
@@ -215,9 +215,22 @@
|
|
|
215
215
|
"type": "[Map<string,scalar>]"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
|
+
"entity": "GraphBuilderEdge",
|
|
218
219
|
"name": "edges",
|
|
220
|
+
"properties": [
|
|
221
|
+
{
|
|
222
|
+
"name": "source",
|
|
223
|
+
"required": true,
|
|
224
|
+
"type": "string"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "target",
|
|
228
|
+
"required": true,
|
|
229
|
+
"type": "string"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
219
232
|
"required": true,
|
|
220
|
-
"type": "[
|
|
233
|
+
"type": "[object]"
|
|
221
234
|
},
|
|
222
235
|
{
|
|
223
236
|
"name": "nodeCount",
|
|
@@ -257,7 +270,7 @@
|
|
|
257
270
|
{
|
|
258
271
|
"name": "entities",
|
|
259
272
|
"required": true,
|
|
260
|
-
"type": "[
|
|
273
|
+
"type": "[Map<string,scalar>]"
|
|
261
274
|
}
|
|
262
275
|
]
|
|
263
276
|
},
|
|
@@ -278,9 +291,22 @@
|
|
|
278
291
|
"type": "[Map<string,scalar>]"
|
|
279
292
|
},
|
|
280
293
|
{
|
|
294
|
+
"entity": "GraphBuilderEdge",
|
|
281
295
|
"name": "edges",
|
|
296
|
+
"properties": [
|
|
297
|
+
{
|
|
298
|
+
"name": "source",
|
|
299
|
+
"required": true,
|
|
300
|
+
"type": "string"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "target",
|
|
304
|
+
"required": true,
|
|
305
|
+
"type": "string"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
282
308
|
"required": true,
|
|
283
|
-
"type": "[
|
|
309
|
+
"type": "[object]"
|
|
284
310
|
},
|
|
285
311
|
{
|
|
286
312
|
"name": "nodeCount",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
204
|
"name": "request",
|
|
205
|
-
"type": "
|
|
205
|
+
"type": "$r"
|
|
206
206
|
}
|
|
207
207
|
],
|
|
208
208
|
"scope": "external",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
"name": "request",
|
|
244
|
-
"type": "
|
|
244
|
+
"type": "$r"
|
|
245
245
|
}
|
|
246
246
|
]
|
|
247
247
|
},
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
},
|
|
288
288
|
{
|
|
289
289
|
"name": "request",
|
|
290
|
-
"type": "
|
|
290
|
+
"type": "$r"
|
|
291
291
|
}
|
|
292
292
|
],
|
|
293
293
|
"tier": "primary"
|
|
@@ -513,7 +513,13 @@
|
|
|
513
513
|
"to": "idle"
|
|
514
514
|
}
|
|
515
515
|
]
|
|
516
|
-
}
|
|
516
|
+
},
|
|
517
|
+
"typeParams": [
|
|
518
|
+
{
|
|
519
|
+
"kind": "Entity",
|
|
520
|
+
"name": "r"
|
|
521
|
+
}
|
|
522
|
+
]
|
|
517
523
|
}
|
|
518
524
|
]
|
|
519
525
|
}
|
|
@@ -107,8 +107,11 @@
|
|
|
107
107
|
"fields": [
|
|
108
108
|
{
|
|
109
109
|
"default": {},
|
|
110
|
+
"items": {
|
|
111
|
+
"type": "scalar"
|
|
112
|
+
},
|
|
110
113
|
"name": "input",
|
|
111
|
-
"type": "
|
|
114
|
+
"type": "object"
|
|
112
115
|
},
|
|
113
116
|
{
|
|
114
117
|
"default": [],
|
|
@@ -233,8 +236,11 @@
|
|
|
233
236
|
},
|
|
234
237
|
{
|
|
235
238
|
"default": {},
|
|
239
|
+
"items": {
|
|
240
|
+
"type": "scalar"
|
|
241
|
+
},
|
|
236
242
|
"name": "request",
|
|
237
|
-
"type": "
|
|
243
|
+
"type": "object"
|
|
238
244
|
},
|
|
239
245
|
{
|
|
240
246
|
"default": "idle",
|
|
@@ -439,7 +445,7 @@
|
|
|
439
445
|
},
|
|
440
446
|
{
|
|
441
447
|
"name": "request",
|
|
442
|
-
"type": "
|
|
448
|
+
"type": "Map<string,scalar>"
|
|
443
449
|
}
|
|
444
450
|
],
|
|
445
451
|
"scope": "external",
|
|
@@ -469,11 +475,11 @@
|
|
|
469
475
|
{
|
|
470
476
|
"name": "input",
|
|
471
477
|
"required": true,
|
|
472
|
-
"type": "
|
|
478
|
+
"type": "Map<string,scalar>"
|
|
473
479
|
},
|
|
474
480
|
{
|
|
475
481
|
"name": "request",
|
|
476
|
-
"type": "
|
|
482
|
+
"type": "Map<string,scalar>"
|
|
477
483
|
}
|
|
478
484
|
]
|
|
479
485
|
},
|
|
@@ -557,7 +563,7 @@
|
|
|
557
563
|
},
|
|
558
564
|
{
|
|
559
565
|
"name": "request",
|
|
560
|
-
"type": "
|
|
566
|
+
"type": "Map<string,scalar>"
|
|
561
567
|
}
|
|
562
568
|
],
|
|
563
569
|
"tier": "primary"
|
|
@@ -78,13 +78,19 @@
|
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
"description": "The input that was judged.",
|
|
81
|
+
"items": {
|
|
82
|
+
"type": "scalar"
|
|
83
|
+
},
|
|
81
84
|
"name": "input",
|
|
82
|
-
"type": "
|
|
85
|
+
"type": "object"
|
|
83
86
|
},
|
|
84
87
|
{
|
|
85
88
|
"description": "The verdict/output produced by the rung.",
|
|
89
|
+
"items": {
|
|
90
|
+
"type": "scalar"
|
|
91
|
+
},
|
|
86
92
|
"name": "verdict",
|
|
87
|
-
"type": "
|
|
93
|
+
"type": "object"
|
|
88
94
|
},
|
|
89
95
|
{
|
|
90
96
|
"default": "",
|
|
@@ -94,8 +100,11 @@
|
|
|
94
100
|
},
|
|
95
101
|
{
|
|
96
102
|
"description": "The observed ground-truth outcome, once known.",
|
|
103
|
+
"items": {
|
|
104
|
+
"type": "scalar"
|
|
105
|
+
},
|
|
97
106
|
"name": "outcome",
|
|
98
|
-
"type": "
|
|
107
|
+
"type": "object"
|
|
99
108
|
},
|
|
100
109
|
{
|
|
101
110
|
"default": "",
|
|
@@ -237,12 +246,12 @@
|
|
|
237
246
|
{
|
|
238
247
|
"name": "input",
|
|
239
248
|
"required": true,
|
|
240
|
-
"type": "
|
|
249
|
+
"type": "Map<string,scalar>"
|
|
241
250
|
},
|
|
242
251
|
{
|
|
243
252
|
"name": "verdict",
|
|
244
253
|
"required": true,
|
|
245
|
-
"type": "
|
|
254
|
+
"type": "Map<string,scalar>"
|
|
246
255
|
},
|
|
247
256
|
{
|
|
248
257
|
"name": "source",
|
|
@@ -251,7 +260,7 @@
|
|
|
251
260
|
},
|
|
252
261
|
{
|
|
253
262
|
"name": "outcome",
|
|
254
|
-
"type": "
|
|
263
|
+
"type": "Map<string,scalar>"
|
|
255
264
|
}
|
|
256
265
|
]
|
|
257
266
|
},
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
{
|
|
173
173
|
"name": "entry",
|
|
174
174
|
"required": true,
|
|
175
|
-
"type": "
|
|
175
|
+
"type": "$e"
|
|
176
176
|
}
|
|
177
177
|
],
|
|
178
178
|
"scope": "external",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
192
|
"name": "request",
|
|
193
|
-
"type": "
|
|
193
|
+
"type": "$r"
|
|
194
194
|
}
|
|
195
195
|
],
|
|
196
196
|
"scope": "external",
|
|
@@ -225,11 +225,11 @@
|
|
|
225
225
|
{
|
|
226
226
|
"name": "accepted",
|
|
227
227
|
"required": true,
|
|
228
|
-
"type": "[
|
|
228
|
+
"type": "[$e]"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
"name": "request",
|
|
232
|
-
"type": "
|
|
232
|
+
"type": "$r"
|
|
233
233
|
}
|
|
234
234
|
]
|
|
235
235
|
},
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
{
|
|
253
253
|
"name": "entry",
|
|
254
254
|
"required": true,
|
|
255
|
-
"type": "
|
|
255
|
+
"type": "$e"
|
|
256
256
|
}
|
|
257
257
|
],
|
|
258
258
|
"tier": "primary"
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
272
|
"name": "request",
|
|
273
|
-
"type": "
|
|
273
|
+
"type": "$r"
|
|
274
274
|
}
|
|
275
275
|
],
|
|
276
276
|
"tier": "primary"
|
|
@@ -481,7 +481,17 @@
|
|
|
481
481
|
"to": "idle"
|
|
482
482
|
}
|
|
483
483
|
]
|
|
484
|
-
}
|
|
484
|
+
},
|
|
485
|
+
"typeParams": [
|
|
486
|
+
{
|
|
487
|
+
"kind": "Entity",
|
|
488
|
+
"name": "e"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"kind": "Entity",
|
|
492
|
+
"name": "r"
|
|
493
|
+
}
|
|
494
|
+
]
|
|
485
495
|
}
|
|
486
496
|
]
|
|
487
497
|
}
|
|
@@ -106,8 +106,11 @@
|
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
"default": {},
|
|
109
|
+
"items": {
|
|
110
|
+
"type": "scalar"
|
|
111
|
+
},
|
|
109
112
|
"name": "request",
|
|
110
|
-
"type": "
|
|
113
|
+
"type": "object"
|
|
111
114
|
},
|
|
112
115
|
{
|
|
113
116
|
"default": "idle",
|
|
@@ -283,7 +286,7 @@
|
|
|
283
286
|
},
|
|
284
287
|
{
|
|
285
288
|
"name": "request",
|
|
286
|
-
"type": "
|
|
289
|
+
"type": "Map<string,scalar>"
|
|
287
290
|
}
|
|
288
291
|
]
|
|
289
292
|
},
|
|
@@ -254,13 +254,29 @@
|
|
|
254
254
|
"eventId": "evt_01KYE96EQJH84979QCX1HZBEXA",
|
|
255
255
|
"payloadSchema": [
|
|
256
256
|
{
|
|
257
|
+
"entity": "WeightViolation",
|
|
257
258
|
"name": "violations",
|
|
259
|
+
"properties": [
|
|
260
|
+
{
|
|
261
|
+
"name": "check",
|
|
262
|
+
"required": true,
|
|
263
|
+
"type": "string"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "value",
|
|
267
|
+
"type": "float"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "index",
|
|
271
|
+
"type": "int"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
258
274
|
"required": true,
|
|
259
|
-
"type": "[
|
|
275
|
+
"type": "[object]"
|
|
260
276
|
},
|
|
261
277
|
{
|
|
262
278
|
"name": "request",
|
|
263
|
-
"type": "
|
|
279
|
+
"type": "$r"
|
|
264
280
|
}
|
|
265
281
|
],
|
|
266
282
|
"scope": "external",
|
|
@@ -298,7 +314,7 @@
|
|
|
298
314
|
},
|
|
299
315
|
{
|
|
300
316
|
"name": "request",
|
|
301
|
-
"type": "
|
|
317
|
+
"type": "$r"
|
|
302
318
|
}
|
|
303
319
|
]
|
|
304
320
|
},
|
|
@@ -328,13 +344,29 @@
|
|
|
328
344
|
"name": "Weights Rejected",
|
|
329
345
|
"payloadSchema": [
|
|
330
346
|
{
|
|
347
|
+
"entity": "WeightViolation",
|
|
331
348
|
"name": "violations",
|
|
349
|
+
"properties": [
|
|
350
|
+
{
|
|
351
|
+
"name": "check",
|
|
352
|
+
"required": true,
|
|
353
|
+
"type": "string"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "value",
|
|
357
|
+
"type": "float"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "index",
|
|
361
|
+
"type": "int"
|
|
362
|
+
}
|
|
363
|
+
],
|
|
332
364
|
"required": true,
|
|
333
|
-
"type": "[
|
|
365
|
+
"type": "[object]"
|
|
334
366
|
},
|
|
335
367
|
{
|
|
336
368
|
"name": "request",
|
|
337
|
-
"type": "
|
|
369
|
+
"type": "$r"
|
|
338
370
|
}
|
|
339
371
|
],
|
|
340
372
|
"tier": "primary"
|
|
@@ -661,7 +693,13 @@
|
|
|
661
693
|
"to": "idle"
|
|
662
694
|
}
|
|
663
695
|
]
|
|
664
|
-
}
|
|
696
|
+
},
|
|
697
|
+
"typeParams": [
|
|
698
|
+
{
|
|
699
|
+
"kind": "Entity",
|
|
700
|
+
"name": "r"
|
|
701
|
+
}
|
|
702
|
+
]
|
|
665
703
|
}
|
|
666
704
|
],
|
|
667
705
|
"types": {
|
|
@@ -1035,7 +1035,10 @@
|
|
|
1035
1035
|
}
|
|
1036
1036
|
],
|
|
1037
1037
|
"name": "ExactRung",
|
|
1038
|
-
"ref": "Rung0.traits.ExactCheckRun"
|
|
1038
|
+
"ref": "Rung0.traits.ExactCheckRun",
|
|
1039
|
+
"typeArgs": {
|
|
1040
|
+
"r": "DecisionRequest"
|
|
1041
|
+
}
|
|
1039
1042
|
},
|
|
1040
1043
|
{
|
|
1041
1044
|
"id": "trt_01M055GH539YNZDXNM10WM3HRM",
|
|
@@ -1061,7 +1064,11 @@
|
|
|
1061
1064
|
}
|
|
1062
1065
|
],
|
|
1063
1066
|
"name": "LookupRung",
|
|
1064
|
-
"ref": "Rung1.traits.LookupRun"
|
|
1067
|
+
"ref": "Rung1.traits.LookupRun",
|
|
1068
|
+
"typeArgs": {
|
|
1069
|
+
"e": "scalar",
|
|
1070
|
+
"r": "DecisionRequest"
|
|
1071
|
+
}
|
|
1065
1072
|
},
|
|
1066
1073
|
{
|
|
1067
1074
|
"id": "trt_01M055GH533GQGJYG04RGZHJ36",
|
|
@@ -1191,8 +1198,18 @@
|
|
|
1191
1198
|
},
|
|
1192
1199
|
{
|
|
1193
1200
|
"name": "matched",
|
|
1201
|
+
"properties": [
|
|
1202
|
+
{
|
|
1203
|
+
"name": "scalar",
|
|
1204
|
+
"type": "scalar"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"name": "array",
|
|
1208
|
+
"type": "[float]"
|
|
1209
|
+
}
|
|
1210
|
+
],
|
|
1194
1211
|
"required": true,
|
|
1195
|
-
"type": "
|
|
1212
|
+
"type": "union"
|
|
1196
1213
|
},
|
|
1197
1214
|
{
|
|
1198
1215
|
"name": "reasoning",
|
|
@@ -1432,8 +1449,18 @@
|
|
|
1432
1449
|
},
|
|
1433
1450
|
{
|
|
1434
1451
|
"name": "matched",
|
|
1452
|
+
"properties": [
|
|
1453
|
+
{
|
|
1454
|
+
"name": "scalar",
|
|
1455
|
+
"type": "scalar"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"name": "array",
|
|
1459
|
+
"type": "[float]"
|
|
1460
|
+
}
|
|
1461
|
+
],
|
|
1435
1462
|
"required": true,
|
|
1436
|
-
"type": "
|
|
1463
|
+
"type": "union"
|
|
1437
1464
|
},
|
|
1438
1465
|
{
|
|
1439
1466
|
"name": "reasoning",
|
|
@@ -155,12 +155,43 @@
|
|
|
155
155
|
]
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
|
+
"default": {},
|
|
158
159
|
"name": "input",
|
|
159
|
-
"
|
|
160
|
+
"properties": {
|
|
161
|
+
"skillId": {
|
|
162
|
+
"name": "skillId",
|
|
163
|
+
"required": true,
|
|
164
|
+
"type": "string"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"type": "object"
|
|
160
168
|
},
|
|
161
169
|
{
|
|
170
|
+
"default": {},
|
|
162
171
|
"name": "verdict",
|
|
163
|
-
"
|
|
172
|
+
"properties": {
|
|
173
|
+
"intervalHigh": {
|
|
174
|
+
"name": "intervalHigh",
|
|
175
|
+
"required": true,
|
|
176
|
+
"type": "number"
|
|
177
|
+
},
|
|
178
|
+
"intervalLow": {
|
|
179
|
+
"name": "intervalLow",
|
|
180
|
+
"required": true,
|
|
181
|
+
"type": "number"
|
|
182
|
+
},
|
|
183
|
+
"mean": {
|
|
184
|
+
"name": "mean",
|
|
185
|
+
"required": true,
|
|
186
|
+
"type": "number"
|
|
187
|
+
},
|
|
188
|
+
"status": {
|
|
189
|
+
"name": "status",
|
|
190
|
+
"required": true,
|
|
191
|
+
"type": "string"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"type": "object"
|
|
164
195
|
},
|
|
165
196
|
{
|
|
166
197
|
"default": "",
|
|
@@ -168,8 +199,12 @@
|
|
|
168
199
|
"type": "string"
|
|
169
200
|
},
|
|
170
201
|
{
|
|
202
|
+
"default": {},
|
|
203
|
+
"items": {
|
|
204
|
+
"type": "scalar"
|
|
205
|
+
},
|
|
171
206
|
"name": "outcome",
|
|
172
|
-
"type": "
|
|
207
|
+
"type": "object"
|
|
173
208
|
},
|
|
174
209
|
{
|
|
175
210
|
"default": "",
|
|
@@ -381,8 +381,16 @@
|
|
|
381
381
|
"eventId": "evt_01KXG04FN17RX1P491SRD12HMH",
|
|
382
382
|
"payloadSchema": [
|
|
383
383
|
{
|
|
384
|
+
"entity": "AppLayoutData",
|
|
384
385
|
"name": "data",
|
|
385
|
-
"
|
|
386
|
+
"properties": [
|
|
387
|
+
{
|
|
388
|
+
"name": "id",
|
|
389
|
+
"required": true,
|
|
390
|
+
"type": "string"
|
|
391
|
+
}
|
|
392
|
+
],
|
|
393
|
+
"type": "[object]"
|
|
386
394
|
}
|
|
387
395
|
],
|
|
388
396
|
"scope": "internal",
|
|
@@ -435,8 +443,16 @@
|
|
|
435
443
|
"name": "App layout state loaded",
|
|
436
444
|
"payloadSchema": [
|
|
437
445
|
{
|
|
446
|
+
"entity": "AppLayoutData",
|
|
438
447
|
"name": "data",
|
|
439
|
-
"
|
|
448
|
+
"properties": [
|
|
449
|
+
{
|
|
450
|
+
"name": "id",
|
|
451
|
+
"required": true,
|
|
452
|
+
"type": "string"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"type": "[object]"
|
|
440
456
|
}
|
|
441
457
|
],
|
|
442
458
|
"synonyms": "ready, initialized, loaded",
|