pxengine 0.1.34 → 0.1.36
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/dist/index.cjs +637 -193
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +103 -2
- package/dist/index.d.ts +103 -2
- package/dist/index.mjs +630 -191
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +166 -1
- package/package.json +3 -2
package/dist/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pxengine/ui",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"lastUpdated": "2026-03-
|
|
4
|
+
"lastUpdated": "2026-03-04T08:06:08.571Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -13807,6 +13807,156 @@
|
|
|
13807
13807
|
"preview": null,
|
|
13808
13808
|
"layoutHints": null
|
|
13809
13809
|
},
|
|
13810
|
+
"MultiAgentCard": {
|
|
13811
|
+
"name": "MultiAgentCard",
|
|
13812
|
+
"type": "molecule",
|
|
13813
|
+
"isBuilderComponent": true,
|
|
13814
|
+
"description": "MultiAgentCard\n\nDisplays a multi-agent workflow configuration: workflow name, description,\nstages as connected cards with tool/component counts, and status badge.",
|
|
13815
|
+
"props": {
|
|
13816
|
+
"className": {
|
|
13817
|
+
"type": "string",
|
|
13818
|
+
"required": false,
|
|
13819
|
+
"description": ""
|
|
13820
|
+
},
|
|
13821
|
+
"name": {
|
|
13822
|
+
"type": "string",
|
|
13823
|
+
"required": true,
|
|
13824
|
+
"description": ""
|
|
13825
|
+
},
|
|
13826
|
+
"style": {
|
|
13827
|
+
"type": "cssproperties",
|
|
13828
|
+
"required": false,
|
|
13829
|
+
"description": ""
|
|
13830
|
+
},
|
|
13831
|
+
"description": {
|
|
13832
|
+
"type": "string",
|
|
13833
|
+
"required": true,
|
|
13834
|
+
"description": ""
|
|
13835
|
+
},
|
|
13836
|
+
"display_name": {
|
|
13837
|
+
"type": "string",
|
|
13838
|
+
"required": true,
|
|
13839
|
+
"description": ""
|
|
13840
|
+
},
|
|
13841
|
+
"workflow_type": {
|
|
13842
|
+
"type": "\"multi_agent\"",
|
|
13843
|
+
"required": true,
|
|
13844
|
+
"description": ""
|
|
13845
|
+
},
|
|
13846
|
+
"stages": {
|
|
13847
|
+
"type": "{ name: string; agent_name: string; tools?: string[]; ui_components?: string[]; }[]",
|
|
13848
|
+
"required": false,
|
|
13849
|
+
"defaultValue": "[]",
|
|
13850
|
+
"description": ""
|
|
13851
|
+
},
|
|
13852
|
+
"enabled": {
|
|
13853
|
+
"type": "boolean",
|
|
13854
|
+
"required": false,
|
|
13855
|
+
"defaultValue": "true",
|
|
13856
|
+
"description": ""
|
|
13857
|
+
},
|
|
13858
|
+
"agent_id": {
|
|
13859
|
+
"type": "string",
|
|
13860
|
+
"required": false,
|
|
13861
|
+
"description": ""
|
|
13862
|
+
}
|
|
13863
|
+
},
|
|
13864
|
+
"preview": null,
|
|
13865
|
+
"layoutHints": null
|
|
13866
|
+
},
|
|
13867
|
+
"MultiAgentPlan": {
|
|
13868
|
+
"name": "MultiAgentPlan",
|
|
13869
|
+
"type": "molecule",
|
|
13870
|
+
"isBuilderComponent": true,
|
|
13871
|
+
"description": "MultiAgentPlan\n\nVisual plan preview showing proposed stages before the admin commits.\nDisplays stage names, descriptions, and proposed tools in a connected flow.",
|
|
13872
|
+
"props": {
|
|
13873
|
+
"className": {
|
|
13874
|
+
"type": "string",
|
|
13875
|
+
"required": false,
|
|
13876
|
+
"description": ""
|
|
13877
|
+
},
|
|
13878
|
+
"style": {
|
|
13879
|
+
"type": "cssproperties",
|
|
13880
|
+
"required": false,
|
|
13881
|
+
"description": ""
|
|
13882
|
+
},
|
|
13883
|
+
"stages": {
|
|
13884
|
+
"type": "{ name: string; description: string; proposed_tools?: string[]; }[]",
|
|
13885
|
+
"required": false,
|
|
13886
|
+
"defaultValue": "[]",
|
|
13887
|
+
"description": ""
|
|
13888
|
+
}
|
|
13889
|
+
},
|
|
13890
|
+
"preview": null,
|
|
13891
|
+
"layoutHints": null
|
|
13892
|
+
},
|
|
13893
|
+
"MultiAgentUISelector": {
|
|
13894
|
+
"name": "MultiAgentUISelector",
|
|
13895
|
+
"type": "molecule",
|
|
13896
|
+
"isBuilderComponent": true,
|
|
13897
|
+
"description": "MultiAgentUISelector\n\nPer-stage UI component selector. Tabbed view — each tab is a stage.\nReuses selection logic from UIComponentSelector but emits per-stage selections.",
|
|
13898
|
+
"props": {
|
|
13899
|
+
"onSelect": {
|
|
13900
|
+
"type": "(stageselections: record<string, string[]>) => void",
|
|
13901
|
+
"required": false,
|
|
13902
|
+
"description": ""
|
|
13903
|
+
},
|
|
13904
|
+
"className": {
|
|
13905
|
+
"type": "string",
|
|
13906
|
+
"required": false,
|
|
13907
|
+
"description": ""
|
|
13908
|
+
},
|
|
13909
|
+
"style": {
|
|
13910
|
+
"type": "cssproperties",
|
|
13911
|
+
"required": false,
|
|
13912
|
+
"description": ""
|
|
13913
|
+
},
|
|
13914
|
+
"stages": {
|
|
13915
|
+
"type": "{ id: string; name: string; agent_name: string; }[]",
|
|
13916
|
+
"required": false,
|
|
13917
|
+
"defaultValue": "[]",
|
|
13918
|
+
"description": ""
|
|
13919
|
+
},
|
|
13920
|
+
"components": {
|
|
13921
|
+
"type": "{ name: string; display_name: string; description: string; category: string; }[]",
|
|
13922
|
+
"required": false,
|
|
13923
|
+
"defaultValue": "[]",
|
|
13924
|
+
"description": ""
|
|
13925
|
+
}
|
|
13926
|
+
},
|
|
13927
|
+
"preview": null,
|
|
13928
|
+
"layoutHints": null
|
|
13929
|
+
},
|
|
13930
|
+
"StageIndicator": {
|
|
13931
|
+
"name": "StageIndicator",
|
|
13932
|
+
"type": "molecule",
|
|
13933
|
+
"isBuilderComponent": true,
|
|
13934
|
+
"description": "StageIndicator\n\nClient-side inline component showing active stage/agent name with a divider.\nDisplayed between messages when the responding agent changes in a multi-agent workflow.",
|
|
13935
|
+
"props": {
|
|
13936
|
+
"className": {
|
|
13937
|
+
"type": "string",
|
|
13938
|
+
"required": false,
|
|
13939
|
+
"description": ""
|
|
13940
|
+
},
|
|
13941
|
+
"style": {
|
|
13942
|
+
"type": "cssproperties",
|
|
13943
|
+
"required": false,
|
|
13944
|
+
"description": ""
|
|
13945
|
+
},
|
|
13946
|
+
"stage_name": {
|
|
13947
|
+
"type": "string",
|
|
13948
|
+
"required": true,
|
|
13949
|
+
"description": ""
|
|
13950
|
+
},
|
|
13951
|
+
"agent_name": {
|
|
13952
|
+
"type": "string",
|
|
13953
|
+
"required": true,
|
|
13954
|
+
"description": ""
|
|
13955
|
+
}
|
|
13956
|
+
},
|
|
13957
|
+
"preview": null,
|
|
13958
|
+
"layoutHints": null
|
|
13959
|
+
},
|
|
13810
13960
|
"ToolListCard": {
|
|
13811
13961
|
"name": "ToolListCard",
|
|
13812
13962
|
"type": "molecule",
|
|
@@ -13842,6 +13992,21 @@
|
|
|
13842
13992
|
"preview": null,
|
|
13843
13993
|
"layoutHints": null
|
|
13844
13994
|
},
|
|
13995
|
+
"UIComponentSelector": {
|
|
13996
|
+
"name": "UIComponentSelector",
|
|
13997
|
+
"type": "molecule",
|
|
13998
|
+
"isBuilderComponent": true,
|
|
13999
|
+
"description": "",
|
|
14000
|
+
"props": {
|
|
14001
|
+
"onSelect": {
|
|
14002
|
+
"type": "(selectedcomponents: string[]) => void",
|
|
14003
|
+
"required": false,
|
|
14004
|
+
"description": ""
|
|
14005
|
+
}
|
|
14006
|
+
},
|
|
14007
|
+
"preview": null,
|
|
14008
|
+
"layoutHints": null
|
|
14009
|
+
},
|
|
13845
14010
|
"WorkflowVisualizer": {
|
|
13846
14011
|
"name": "WorkflowVisualizer",
|
|
13847
14012
|
"type": "molecule",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxengine",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.36",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Shadcn-based UI component library for agent-driven interfaces",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
"class-variance-authority": "^0.7.1",
|
|
87
87
|
"clsx": "^2.1.1",
|
|
88
88
|
"cmdk": "^1.1.1",
|
|
89
|
+
"@emotion/is-prop-valid": "^1.3.1",
|
|
89
90
|
"date-fns": "^4.1.0",
|
|
90
91
|
"embla-carousel-react": "^8.6.0",
|
|
91
92
|
"framer-motion": "^11.18.2",
|
|
@@ -104,4 +105,4 @@
|
|
|
104
105
|
"vaul": "^1.1.2",
|
|
105
106
|
"zod": "^4.3.6"
|
|
106
107
|
}
|
|
107
|
-
}
|
|
108
|
+
}
|