@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
|
@@ -3,6 +3,7 @@ app ui-draw-text-layer "1.0.0"
|
|
|
3
3
|
orbital DrawTextLayerOrbital {
|
|
4
4
|
type DrawTextLayerItemsItem = {
|
|
5
5
|
type : "draw-text"!
|
|
6
|
+
id : string
|
|
6
7
|
text : string!
|
|
7
8
|
position : DrawTextLayerItemsItemPosition!
|
|
8
9
|
anchor : "top-left" | "ground" | "center"
|
|
@@ -36,7 +37,7 @@ orbital DrawTextLayerOrbital {
|
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
config {
|
|
39
|
-
items : [DrawTextLayerItemsItem] = [{ type: "draw-text", text: "Text", position: { x: 1, y: 1, z: 1 }, anchor: "top-left", offsetX: 1, offsetY: 1, color: "Color", font: "Font", align: center, baseline: alphabetic, opacity: 1 }, { type: "draw-text", text: "Text 2", position: { x: 2, y: 2, z: 2 }, anchor: ground, offsetX: 2, offsetY: 2, color: "Color 2", font: "Font 2", align: end, baseline: bottom, opacity: 2 }]
|
|
40
|
+
items : [DrawTextLayerItemsItem] = [{ type: "draw-text", id: "Id", text: "Text", position: { x: 1, y: 1, z: 1 }, anchor: "top-left", offsetX: 1, offsetY: 1, color: "Color", font: "Font", align: center, baseline: alphabetic, opacity: 1 }, { type: "draw-text", id: "Id 2", text: "Text 2", position: { x: 2, y: 2, z: 2 }, anchor: ground, offsetX: 2, offsetY: 2, color: "Color 2", font: "Font 2", align: end, baseline: bottom, opacity: 2 }]
|
|
40
41
|
@label "Items"
|
|
41
42
|
@description "items prop"
|
|
42
43
|
@tier "presentation"
|
|
@@ -2,12 +2,86 @@ app ui-game-hud "1.0.0"
|
|
|
2
2
|
"GameHud — UI factory (1:1 with the @almadar/ui game-hud pattern)."
|
|
3
3
|
orbital GameHudOrbital {
|
|
4
4
|
type GameHudStatsItem = {
|
|
5
|
+
assetUrl : GameHudStatsItemAssetUrl
|
|
6
|
+
iconUrl : GameHudStatsItemIconUrl
|
|
7
|
+
label : string!
|
|
8
|
+
value : string
|
|
9
|
+
max : number
|
|
5
10
|
source : string
|
|
6
11
|
field : string
|
|
12
|
+
format : string
|
|
13
|
+
icon : icon
|
|
14
|
+
variant : string
|
|
15
|
+
className : string
|
|
16
|
+
}
|
|
17
|
+
type GameHudStatsItemAssetUrl = {
|
|
18
|
+
url : asset!
|
|
19
|
+
role : string!
|
|
20
|
+
category : string!
|
|
21
|
+
animations : [string]
|
|
22
|
+
style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
|
|
23
|
+
variant : string
|
|
24
|
+
dimension : "2d" | "3d"
|
|
25
|
+
aspect : "1:1" | "16:9" | "5:7" | "8:1"
|
|
26
|
+
atlas : asset
|
|
27
|
+
sprite : string
|
|
28
|
+
name : string
|
|
29
|
+
thumbnailUrl : string
|
|
30
|
+
}
|
|
31
|
+
type GameHudStatsItemIconUrl = {
|
|
32
|
+
url : asset!
|
|
33
|
+
role : string!
|
|
34
|
+
category : string!
|
|
35
|
+
animations : [string]
|
|
36
|
+
style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
|
|
37
|
+
variant : string
|
|
38
|
+
dimension : "2d" | "3d"
|
|
39
|
+
aspect : "1:1" | "16:9" | "5:7" | "8:1"
|
|
40
|
+
atlas : asset
|
|
41
|
+
sprite : string
|
|
42
|
+
name : string
|
|
43
|
+
thumbnailUrl : string
|
|
7
44
|
}
|
|
8
45
|
type GameHudItemsItem = {
|
|
46
|
+
assetUrl : GameHudItemsItemAssetUrl
|
|
47
|
+
iconUrl : GameHudItemsItemIconUrl
|
|
48
|
+
label : string!
|
|
49
|
+
value : string
|
|
50
|
+
max : number
|
|
9
51
|
source : string
|
|
10
52
|
field : string
|
|
53
|
+
format : string
|
|
54
|
+
icon : icon
|
|
55
|
+
variant : string
|
|
56
|
+
className : string
|
|
57
|
+
}
|
|
58
|
+
type GameHudItemsItemAssetUrl = {
|
|
59
|
+
url : asset!
|
|
60
|
+
role : string!
|
|
61
|
+
category : string!
|
|
62
|
+
animations : [string]
|
|
63
|
+
style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
|
|
64
|
+
variant : string
|
|
65
|
+
dimension : "2d" | "3d"
|
|
66
|
+
aspect : "1:1" | "16:9" | "5:7" | "8:1"
|
|
67
|
+
atlas : asset
|
|
68
|
+
sprite : string
|
|
69
|
+
name : string
|
|
70
|
+
thumbnailUrl : string
|
|
71
|
+
}
|
|
72
|
+
type GameHudItemsItemIconUrl = {
|
|
73
|
+
url : asset!
|
|
74
|
+
role : string!
|
|
75
|
+
category : string!
|
|
76
|
+
animations : [string]
|
|
77
|
+
style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
|
|
78
|
+
variant : string
|
|
79
|
+
dimension : "2d" | "3d"
|
|
80
|
+
aspect : "1:1" | "16:9" | "5:7" | "8:1"
|
|
81
|
+
atlas : asset
|
|
82
|
+
sprite : string
|
|
83
|
+
name : string
|
|
84
|
+
thumbnailUrl : string
|
|
11
85
|
}
|
|
12
86
|
type GameHudElementsItem = {
|
|
13
87
|
type : string
|
|
@@ -61,11 +61,11 @@ orbital AnimatedGraphicOrbital {
|
|
|
61
61
|
@label "Easing"
|
|
62
62
|
@description "Easing function (default: cubic-bezier(0.16, 1, 0.3, 1))"
|
|
63
63
|
@tier "presentation"
|
|
64
|
-
width :
|
|
64
|
+
width : scalar
|
|
65
65
|
@label "Width"
|
|
66
66
|
@description "Width of the graphic container"
|
|
67
67
|
@tier "presentation"
|
|
68
|
-
height :
|
|
68
|
+
height : scalar
|
|
69
69
|
@label "Height"
|
|
70
70
|
@description "Height of the graphic container"
|
|
71
71
|
@tier "presentation"
|
|
@@ -332,9 +332,31 @@
|
|
|
332
332
|
"eventId": "evt_01KXG04EK0NSKTG0HRA95803JP",
|
|
333
333
|
"payloadSchema": [
|
|
334
334
|
{
|
|
335
|
+
"entity": "MemoryRecord",
|
|
335
336
|
"name": "results",
|
|
337
|
+
"properties": [
|
|
338
|
+
{
|
|
339
|
+
"name": "id",
|
|
340
|
+
"required": true,
|
|
341
|
+
"type": "string"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "content",
|
|
345
|
+
"required": true,
|
|
346
|
+
"type": "string"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "category",
|
|
350
|
+
"required": true,
|
|
351
|
+
"type": "string"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"name": "strength",
|
|
355
|
+
"type": "number"
|
|
356
|
+
}
|
|
357
|
+
],
|
|
336
358
|
"required": true,
|
|
337
|
-
"type": "[
|
|
359
|
+
"type": "[object]"
|
|
338
360
|
}
|
|
339
361
|
]
|
|
340
362
|
},
|
|
@@ -343,9 +365,31 @@
|
|
|
343
365
|
"eventId": "evt_01KXG04EK0ZXRSGDSXJ1J9S3TB",
|
|
344
366
|
"payloadSchema": [
|
|
345
367
|
{
|
|
368
|
+
"entity": "MemoryRecord",
|
|
346
369
|
"name": "result",
|
|
370
|
+
"properties": [
|
|
371
|
+
{
|
|
372
|
+
"name": "id",
|
|
373
|
+
"required": true,
|
|
374
|
+
"type": "string"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "content",
|
|
378
|
+
"required": true,
|
|
379
|
+
"type": "string"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "category",
|
|
383
|
+
"required": true,
|
|
384
|
+
"type": "string"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "strength",
|
|
388
|
+
"type": "number"
|
|
389
|
+
}
|
|
390
|
+
],
|
|
347
391
|
"required": true,
|
|
348
|
-
"type": "[
|
|
392
|
+
"type": "[object]"
|
|
349
393
|
}
|
|
350
394
|
]
|
|
351
395
|
}
|
|
@@ -383,9 +427,31 @@
|
|
|
383
427
|
"name": "Recall Complete",
|
|
384
428
|
"payloadSchema": [
|
|
385
429
|
{
|
|
430
|
+
"entity": "MemoryRecord",
|
|
386
431
|
"name": "result",
|
|
432
|
+
"properties": [
|
|
433
|
+
{
|
|
434
|
+
"name": "id",
|
|
435
|
+
"required": true,
|
|
436
|
+
"type": "string"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "content",
|
|
440
|
+
"required": true,
|
|
441
|
+
"type": "string"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "category",
|
|
445
|
+
"required": true,
|
|
446
|
+
"type": "string"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "strength",
|
|
450
|
+
"type": "number"
|
|
451
|
+
}
|
|
452
|
+
],
|
|
387
453
|
"required": true,
|
|
388
|
-
"type": "[
|
|
454
|
+
"type": "[object]"
|
|
389
455
|
}
|
|
390
456
|
]
|
|
391
457
|
},
|
|
@@ -405,9 +471,31 @@
|
|
|
405
471
|
"name": "Recalled",
|
|
406
472
|
"payloadSchema": [
|
|
407
473
|
{
|
|
474
|
+
"entity": "MemoryRecord",
|
|
408
475
|
"name": "results",
|
|
476
|
+
"properties": [
|
|
477
|
+
{
|
|
478
|
+
"name": "id",
|
|
479
|
+
"required": true,
|
|
480
|
+
"type": "string"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"name": "content",
|
|
484
|
+
"required": true,
|
|
485
|
+
"type": "string"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"name": "category",
|
|
489
|
+
"required": true,
|
|
490
|
+
"type": "string"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "strength",
|
|
494
|
+
"type": "number"
|
|
495
|
+
}
|
|
496
|
+
],
|
|
409
497
|
"required": true,
|
|
410
|
-
"type": "[
|
|
498
|
+
"type": "[object]"
|
|
411
499
|
}
|
|
412
500
|
]
|
|
413
501
|
}
|
|
@@ -276,9 +276,31 @@
|
|
|
276
276
|
"eventId": "evt_01M055GH3BS3FXPWPDWW0PYAVN",
|
|
277
277
|
"payloadSchema": [
|
|
278
278
|
{
|
|
279
|
+
"entity": "MemoryRecord",
|
|
279
280
|
"name": "result",
|
|
281
|
+
"properties": [
|
|
282
|
+
{
|
|
283
|
+
"name": "id",
|
|
284
|
+
"required": true,
|
|
285
|
+
"type": "string"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "content",
|
|
289
|
+
"required": true,
|
|
290
|
+
"type": "string"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "category",
|
|
294
|
+
"required": true,
|
|
295
|
+
"type": "string"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"name": "strength",
|
|
299
|
+
"type": "number"
|
|
300
|
+
}
|
|
301
|
+
],
|
|
280
302
|
"required": true,
|
|
281
|
-
"type": "[
|
|
303
|
+
"type": "[object]"
|
|
282
304
|
}
|
|
283
305
|
]
|
|
284
306
|
},
|
|
@@ -327,9 +349,31 @@
|
|
|
327
349
|
"name": "Memories Recalled",
|
|
328
350
|
"payloadSchema": [
|
|
329
351
|
{
|
|
352
|
+
"entity": "MemoryRecord",
|
|
330
353
|
"name": "result",
|
|
354
|
+
"properties": [
|
|
355
|
+
{
|
|
356
|
+
"name": "id",
|
|
357
|
+
"required": true,
|
|
358
|
+
"type": "string"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "content",
|
|
362
|
+
"required": true,
|
|
363
|
+
"type": "string"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"name": "category",
|
|
367
|
+
"required": true,
|
|
368
|
+
"type": "string"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"name": "strength",
|
|
372
|
+
"type": "number"
|
|
373
|
+
}
|
|
374
|
+
],
|
|
331
375
|
"required": true,
|
|
332
|
-
"type": "[
|
|
376
|
+
"type": "[object]"
|
|
333
377
|
}
|
|
334
378
|
]
|
|
335
379
|
},
|
|
@@ -360,9 +360,26 @@
|
|
|
360
360
|
"type": "object"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
|
+
"entity": "HistoryEntry",
|
|
363
364
|
"name": "history",
|
|
365
|
+
"properties": [
|
|
366
|
+
{
|
|
367
|
+
"name": "role",
|
|
368
|
+
"required": true,
|
|
369
|
+
"type": "string"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"name": "content",
|
|
373
|
+
"required": true,
|
|
374
|
+
"type": "string"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "timestamp",
|
|
378
|
+
"type": "number"
|
|
379
|
+
}
|
|
380
|
+
],
|
|
364
381
|
"required": true,
|
|
365
|
-
"type": "[
|
|
382
|
+
"type": "[object]"
|
|
366
383
|
}
|
|
367
384
|
]
|
|
368
385
|
},
|
|
@@ -403,9 +420,26 @@
|
|
|
403
420
|
"eventId": "evt_01KXG04EKX1WXPHFMS8PDEP3V9",
|
|
404
421
|
"payloadSchema": [
|
|
405
422
|
{
|
|
423
|
+
"entity": "HistoryEntry",
|
|
406
424
|
"name": "result",
|
|
425
|
+
"properties": [
|
|
426
|
+
{
|
|
427
|
+
"name": "role",
|
|
428
|
+
"required": true,
|
|
429
|
+
"type": "string"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "content",
|
|
433
|
+
"required": true,
|
|
434
|
+
"type": "string"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "timestamp",
|
|
438
|
+
"type": "number"
|
|
439
|
+
}
|
|
440
|
+
],
|
|
407
441
|
"required": true,
|
|
408
|
-
"type": "[
|
|
442
|
+
"type": "[object]"
|
|
409
443
|
}
|
|
410
444
|
]
|
|
411
445
|
}
|
|
@@ -481,9 +515,26 @@
|
|
|
481
515
|
"name": "History Loaded",
|
|
482
516
|
"payloadSchema": [
|
|
483
517
|
{
|
|
518
|
+
"entity": "HistoryEntry",
|
|
484
519
|
"name": "result",
|
|
520
|
+
"properties": [
|
|
521
|
+
{
|
|
522
|
+
"name": "role",
|
|
523
|
+
"required": true,
|
|
524
|
+
"type": "string"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "content",
|
|
528
|
+
"required": true,
|
|
529
|
+
"type": "string"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"name": "timestamp",
|
|
533
|
+
"type": "number"
|
|
534
|
+
}
|
|
535
|
+
],
|
|
485
536
|
"required": true,
|
|
486
|
-
"type": "[
|
|
537
|
+
"type": "[object]"
|
|
487
538
|
}
|
|
488
539
|
]
|
|
489
540
|
},
|
|
@@ -529,9 +580,26 @@
|
|
|
529
580
|
"type": "object"
|
|
530
581
|
},
|
|
531
582
|
{
|
|
583
|
+
"entity": "HistoryEntry",
|
|
532
584
|
"name": "history",
|
|
585
|
+
"properties": [
|
|
586
|
+
{
|
|
587
|
+
"name": "role",
|
|
588
|
+
"required": true,
|
|
589
|
+
"type": "string"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"name": "content",
|
|
593
|
+
"required": true,
|
|
594
|
+
"type": "string"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"name": "timestamp",
|
|
598
|
+
"type": "number"
|
|
599
|
+
}
|
|
600
|
+
],
|
|
533
601
|
"required": true,
|
|
534
|
-
"type": "[
|
|
602
|
+
"type": "[object]"
|
|
535
603
|
}
|
|
536
604
|
]
|
|
537
605
|
}
|
|
@@ -143,7 +143,39 @@
|
|
|
143
143
|
},
|
|
144
144
|
"toolCalls": {
|
|
145
145
|
"items": {
|
|
146
|
-
"
|
|
146
|
+
"properties": {
|
|
147
|
+
"function": {
|
|
148
|
+
"name": "function",
|
|
149
|
+
"properties": {
|
|
150
|
+
"arguments": {
|
|
151
|
+
"name": "arguments",
|
|
152
|
+
"required": true,
|
|
153
|
+
"type": "string"
|
|
154
|
+
},
|
|
155
|
+
"name": {
|
|
156
|
+
"name": "name",
|
|
157
|
+
"required": true,
|
|
158
|
+
"type": "string"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"required": false,
|
|
162
|
+
"type": "object"
|
|
163
|
+
},
|
|
164
|
+
"id": {
|
|
165
|
+
"name": "id",
|
|
166
|
+
"required": true,
|
|
167
|
+
"type": "string"
|
|
168
|
+
},
|
|
169
|
+
"type": {
|
|
170
|
+
"name": "type",
|
|
171
|
+
"required": false,
|
|
172
|
+
"type": "string",
|
|
173
|
+
"values": [
|
|
174
|
+
"function"
|
|
175
|
+
]
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"type": "object"
|
|
147
179
|
},
|
|
148
180
|
"name": "toolCalls",
|
|
149
181
|
"required": false,
|
|
@@ -171,8 +203,20 @@
|
|
|
171
203
|
},
|
|
172
204
|
"schema": {
|
|
173
205
|
"name": "schema",
|
|
206
|
+
"properties": {
|
|
207
|
+
"description": {
|
|
208
|
+
"name": "description",
|
|
209
|
+
"required": false,
|
|
210
|
+
"type": "string"
|
|
211
|
+
},
|
|
212
|
+
"type": {
|
|
213
|
+
"name": "type",
|
|
214
|
+
"required": false,
|
|
215
|
+
"type": "string"
|
|
216
|
+
}
|
|
217
|
+
},
|
|
174
218
|
"required": false,
|
|
175
|
-
"type": "
|
|
219
|
+
"type": "object"
|
|
176
220
|
}
|
|
177
221
|
},
|
|
178
222
|
"type": "object"
|
|
@@ -290,7 +334,34 @@
|
|
|
290
334
|
},
|
|
291
335
|
{
|
|
292
336
|
"name": "toolCalls",
|
|
293
|
-
"
|
|
337
|
+
"properties": [
|
|
338
|
+
{
|
|
339
|
+
"name": "id",
|
|
340
|
+
"required": true,
|
|
341
|
+
"type": "string"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "type",
|
|
345
|
+
"type": "string"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"name": "function",
|
|
349
|
+
"properties": [
|
|
350
|
+
{
|
|
351
|
+
"name": "name",
|
|
352
|
+
"required": true,
|
|
353
|
+
"type": "string"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "arguments",
|
|
357
|
+
"required": true,
|
|
358
|
+
"type": "string"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"type": "object"
|
|
362
|
+
}
|
|
363
|
+
],
|
|
364
|
+
"type": "[object]"
|
|
294
365
|
},
|
|
295
366
|
{
|
|
296
367
|
"name": "toolCallId",
|
|
@@ -315,7 +386,17 @@
|
|
|
315
386
|
},
|
|
316
387
|
{
|
|
317
388
|
"name": "schema",
|
|
318
|
-
"
|
|
389
|
+
"properties": [
|
|
390
|
+
{
|
|
391
|
+
"name": "type",
|
|
392
|
+
"type": "string"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "description",
|
|
396
|
+
"type": "string"
|
|
397
|
+
}
|
|
398
|
+
],
|
|
399
|
+
"type": "object"
|
|
319
400
|
}
|
|
320
401
|
],
|
|
321
402
|
"required": true,
|
|
@@ -623,13 +704,67 @@
|
|
|
623
704
|
},
|
|
624
705
|
{
|
|
625
706
|
"name": "toolCalls",
|
|
626
|
-
"
|
|
707
|
+
"properties": [
|
|
708
|
+
{
|
|
709
|
+
"name": "id",
|
|
710
|
+
"required": true,
|
|
711
|
+
"type": "string"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "type",
|
|
715
|
+
"type": "string"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "function",
|
|
719
|
+
"properties": [
|
|
720
|
+
{
|
|
721
|
+
"name": "name",
|
|
722
|
+
"required": true,
|
|
723
|
+
"type": "string"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"name": "arguments",
|
|
727
|
+
"required": true,
|
|
728
|
+
"type": "string"
|
|
729
|
+
}
|
|
730
|
+
],
|
|
731
|
+
"type": "object"
|
|
732
|
+
}
|
|
733
|
+
],
|
|
734
|
+
"type": "[object]"
|
|
627
735
|
},
|
|
628
736
|
{
|
|
629
737
|
"name": "toolCallId",
|
|
630
738
|
"type": "string"
|
|
631
739
|
}
|
|
632
740
|
],
|
|
741
|
+
"LlmToolCall": [
|
|
742
|
+
{
|
|
743
|
+
"name": "id",
|
|
744
|
+
"required": true,
|
|
745
|
+
"type": "string"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "type",
|
|
749
|
+
"type": "string"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "function",
|
|
753
|
+
"properties": [
|
|
754
|
+
{
|
|
755
|
+
"name": "name",
|
|
756
|
+
"required": true,
|
|
757
|
+
"type": "string"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "arguments",
|
|
761
|
+
"required": true,
|
|
762
|
+
"type": "string"
|
|
763
|
+
}
|
|
764
|
+
],
|
|
765
|
+
"type": "object"
|
|
766
|
+
}
|
|
767
|
+
],
|
|
633
768
|
"LlmToolDef": [
|
|
634
769
|
{
|
|
635
770
|
"name": "name",
|
|
@@ -643,7 +778,27 @@
|
|
|
643
778
|
},
|
|
644
779
|
{
|
|
645
780
|
"name": "schema",
|
|
646
|
-
"
|
|
781
|
+
"properties": [
|
|
782
|
+
{
|
|
783
|
+
"name": "type",
|
|
784
|
+
"type": "string"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "description",
|
|
788
|
+
"type": "string"
|
|
789
|
+
}
|
|
790
|
+
],
|
|
791
|
+
"type": "object"
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
"LlmToolSchema": [
|
|
795
|
+
{
|
|
796
|
+
"name": "type",
|
|
797
|
+
"type": "string"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "description",
|
|
801
|
+
"type": "string"
|
|
647
802
|
}
|
|
648
803
|
]
|
|
649
804
|
}
|