pxengine 0.1.59 → 0.1.60

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pxengine/ui",
3
3
  "version": "1.0.0",
4
- "lastUpdated": "2026-04-07T07:35:35.857Z",
4
+ "lastUpdated": "2026-04-08T10:45:27.143Z",
5
5
  "components": {
6
6
  "AccordionAtom": {
7
7
  "name": "AccordionAtom",
@@ -16619,399 +16619,6 @@
16619
16619
  },
16620
16620
  "preview": null,
16621
16621
  "layoutHints": null
16622
- },
16623
- "AgentCard": {
16624
- "name": "AgentCard",
16625
- "type": "molecule",
16626
- "isBuilderComponent": true,
16627
- "description": "AgentCard\n\nDisplays an agent configuration with avatar, metadata, tools, and status.\nSupports inline editing when `editable` is true and `onSave` is provided.\nGeneric — the parent injects save logic via `onSave`, so it works in any context.",
16628
- "props": {
16629
- "onSave": {
16630
- "type": "(agent: { name: string; display_name: string; description: string; image: string; tools: string[]; model: string; enabled: boolean; agent_id?: string; }, updates: record<string, any>) => promise<...>",
16631
- "required": false,
16632
- "description": ""
16633
- },
16634
- "className": {
16635
- "type": "string",
16636
- "required": false,
16637
- "description": ""
16638
- },
16639
- "style": {
16640
- "type": "cssproperties",
16641
- "required": false,
16642
- "description": ""
16643
- },
16644
- "agent": {
16645
- "type": "{ name: string; display_name: string; description: string; image: string; tools: string[]; model: string; enabled: boolean; agent_id?: string; }",
16646
- "required": true,
16647
- "description": ""
16648
- },
16649
- "editable": {
16650
- "type": "boolean",
16651
- "required": false,
16652
- "defaultValue": "true",
16653
- "description": ""
16654
- },
16655
- "compact": {
16656
- "type": "boolean",
16657
- "required": false,
16658
- "defaultValue": "false",
16659
- "description": ""
16660
- }
16661
- },
16662
- "preview": null,
16663
- "layoutHints": null
16664
- },
16665
- "AgentDataTable": {
16666
- "name": "AgentDataTable",
16667
- "type": "molecule",
16668
- "isBuilderComponent": true,
16669
- "description": "AgentDataTable\n\nA clean table for displaying structured data from agent builder responses.\nRenders boolean values as colored indicators and handles overflow gracefully.",
16670
- "props": {
16671
- "type": {
16672
- "type": "\"agent-data-table\"",
16673
- "required": true,
16674
- "description": ""
16675
- },
16676
- "headers": {
16677
- "type": "string[]",
16678
- "required": true,
16679
- "description": ""
16680
- },
16681
- "rows": {
16682
- "type": "enum",
16683
- "required": true,
16684
- "description": "",
16685
- "enums": [
16686
- "(string",
16687
- "number",
16688
- "boolean)[][]"
16689
- ]
16690
- },
16691
- "id": {
16692
- "type": "string",
16693
- "required": true,
16694
- "description": ""
16695
- },
16696
- "className": {
16697
- "type": "string",
16698
- "required": false,
16699
- "description": ""
16700
- },
16701
- "style": {
16702
- "type": "cssproperties",
16703
- "required": false,
16704
- "description": ""
16705
- }
16706
- },
16707
- "preview": null,
16708
- "layoutHints": null
16709
- },
16710
- "InstructionPreview": {
16711
- "name": "InstructionPreview",
16712
- "type": "molecule",
16713
- "isBuilderComponent": true,
16714
- "description": "InstructionPreview\n\nRenders a structured preview of an agent's instruction/prompt.\nShows agent name, description, collapsible instruction text,\nworkflow summary, and tool list.",
16715
- "props": {
16716
- "type": {
16717
- "type": "\"instruction-preview\"",
16718
- "required": true,
16719
- "description": ""
16720
- },
16721
- "agent_name": {
16722
- "type": "string",
16723
- "required": true,
16724
- "description": ""
16725
- },
16726
- "description": {
16727
- "type": "string",
16728
- "required": false,
16729
- "description": ""
16730
- },
16731
- "instruction": {
16732
- "type": "string",
16733
- "required": true,
16734
- "description": ""
16735
- },
16736
- "workflow_summary": {
16737
- "type": "string[]",
16738
- "required": false,
16739
- "description": ""
16740
- },
16741
- "tools": {
16742
- "type": "string[]",
16743
- "required": false,
16744
- "description": ""
16745
- },
16746
- "id": {
16747
- "type": "string",
16748
- "required": true,
16749
- "description": ""
16750
- },
16751
- "className": {
16752
- "type": "string",
16753
- "required": false,
16754
- "description": ""
16755
- },
16756
- "style": {
16757
- "type": "cssproperties",
16758
- "required": false,
16759
- "description": ""
16760
- }
16761
- },
16762
- "preview": null,
16763
- "layoutHints": null
16764
- },
16765
- "MultiAgentCard": {
16766
- "name": "MultiAgentCard",
16767
- "type": "molecule",
16768
- "isBuilderComponent": true,
16769
- "description": "MultiAgentCard\n\nDisplays a multi-agent workflow configuration: workflow name, description,\nstages as connected cards with tool/component counts, and status badge.",
16770
- "props": {
16771
- "className": {
16772
- "type": "string",
16773
- "required": false,
16774
- "description": ""
16775
- },
16776
- "name": {
16777
- "type": "string",
16778
- "required": true,
16779
- "description": ""
16780
- },
16781
- "style": {
16782
- "type": "cssproperties",
16783
- "required": false,
16784
- "description": ""
16785
- },
16786
- "description": {
16787
- "type": "string",
16788
- "required": true,
16789
- "description": ""
16790
- },
16791
- "display_name": {
16792
- "type": "string",
16793
- "required": true,
16794
- "description": ""
16795
- },
16796
- "workflow_type": {
16797
- "type": "\"multi_agent\"",
16798
- "required": true,
16799
- "description": ""
16800
- },
16801
- "stages": {
16802
- "type": "{ name: string; agent_name: string; tools?: string[]; ui_components?: string[]; }[]",
16803
- "required": false,
16804
- "defaultValue": "[]",
16805
- "description": ""
16806
- },
16807
- "enabled": {
16808
- "type": "boolean",
16809
- "required": false,
16810
- "defaultValue": "true",
16811
- "description": ""
16812
- },
16813
- "agent_id": {
16814
- "type": "string",
16815
- "required": false,
16816
- "description": ""
16817
- }
16818
- },
16819
- "preview": null,
16820
- "layoutHints": null
16821
- },
16822
- "MultiAgentPlan": {
16823
- "name": "MultiAgentPlan",
16824
- "type": "molecule",
16825
- "isBuilderComponent": true,
16826
- "description": "MultiAgentPlan\n\nVisual plan preview showing proposed stages before the admin commits.\nDisplays stage names, descriptions, and proposed tools in a connected flow.",
16827
- "props": {
16828
- "className": {
16829
- "type": "string",
16830
- "required": false,
16831
- "description": ""
16832
- },
16833
- "style": {
16834
- "type": "cssproperties",
16835
- "required": false,
16836
- "description": ""
16837
- },
16838
- "stages": {
16839
- "type": "{ name: string; description: string; proposed_tools?: string[]; }[]",
16840
- "required": false,
16841
- "defaultValue": "[]",
16842
- "description": ""
16843
- }
16844
- },
16845
- "preview": null,
16846
- "layoutHints": null
16847
- },
16848
- "MultiAgentUISelector": {
16849
- "name": "MultiAgentUISelector",
16850
- "type": "molecule",
16851
- "isBuilderComponent": true,
16852
- "description": "",
16853
- "props": {
16854
- "onSelect": {
16855
- "type": "(stageselections: record<string, string[]>) => void",
16856
- "required": false,
16857
- "description": ""
16858
- },
16859
- "onPreview": {
16860
- "type": "(componentname: string) => void",
16861
- "required": false,
16862
- "description": ""
16863
- },
16864
- "className": {
16865
- "type": "string",
16866
- "required": false,
16867
- "description": ""
16868
- },
16869
- "isLatestMessage": {
16870
- "type": "boolean",
16871
- "required": false,
16872
- "defaultValue": "true",
16873
- "description": ""
16874
- },
16875
- "style": {
16876
- "type": "cssproperties",
16877
- "required": false,
16878
- "description": ""
16879
- },
16880
- "stages": {
16881
- "type": "{ id: string; name: string; agent_name: string; recommended_components?: string[]; }[]",
16882
- "required": false,
16883
- "defaultValue": "[]",
16884
- "description": ""
16885
- },
16886
- "components": {
16887
- "type": "{ name: string; display_name: string; description: string; category: string; recommended?: boolean; }[]",
16888
- "required": false,
16889
- "defaultValue": "[]",
16890
- "description": ""
16891
- }
16892
- },
16893
- "preview": null,
16894
- "layoutHints": null
16895
- },
16896
- "StageIndicator": {
16897
- "name": "StageIndicator",
16898
- "type": "molecule",
16899
- "isBuilderComponent": true,
16900
- "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.",
16901
- "props": {
16902
- "className": {
16903
- "type": "string",
16904
- "required": false,
16905
- "description": ""
16906
- },
16907
- "style": {
16908
- "type": "cssproperties",
16909
- "required": false,
16910
- "description": ""
16911
- },
16912
- "stage_name": {
16913
- "type": "string",
16914
- "required": true,
16915
- "description": ""
16916
- },
16917
- "agent_name": {
16918
- "type": "string",
16919
- "required": true,
16920
- "description": ""
16921
- }
16922
- },
16923
- "preview": null,
16924
- "layoutHints": null
16925
- },
16926
- "ToolListCard": {
16927
- "name": "ToolListCard",
16928
- "type": "molecule",
16929
- "isBuilderComponent": true,
16930
- "description": "ToolListCard\n\nRenders a grouped list of agent tools with icons and description.\nIcons are data-driven: each tool can specify an `icon` field (lucide name),\nfalling back to category-based icons, then a generic wrench.",
16931
- "props": {
16932
- "type": {
16933
- "type": "\"tool-list\"",
16934
- "required": true,
16935
- "description": ""
16936
- },
16937
- "tools": {
16938
- "type": "{ name: string; display_name?: string; description?: string; category?: string; icon?: string; }[]",
16939
- "required": true,
16940
- "description": ""
16941
- },
16942
- "id": {
16943
- "type": "string",
16944
- "required": true,
16945
- "description": ""
16946
- },
16947
- "className": {
16948
- "type": "string",
16949
- "required": false,
16950
- "description": ""
16951
- },
16952
- "style": {
16953
- "type": "cssproperties",
16954
- "required": false,
16955
- "description": ""
16956
- }
16957
- },
16958
- "preview": null,
16959
- "layoutHints": null
16960
- },
16961
- "UIComponentSelector": {
16962
- "name": "UIComponentSelector",
16963
- "type": "molecule",
16964
- "isBuilderComponent": true,
16965
- "description": "",
16966
- "props": {
16967
- "onSelect": {
16968
- "type": "(selectedcomponents: string[]) => void",
16969
- "required": false,
16970
- "description": ""
16971
- },
16972
- "onPreview": {
16973
- "type": "(componentname: string) => void",
16974
- "required": false,
16975
- "description": ""
16976
- }
16977
- },
16978
- "preview": null,
16979
- "layoutHints": null
16980
- },
16981
- "WorkflowVisualizer": {
16982
- "name": "WorkflowVisualizer",
16983
- "type": "molecule",
16984
- "isBuilderComponent": true,
16985
- "description": "WorkflowVisualizer\n\nRenders agent workflow steps as a vertical flow with connected cards.\nEach step shows sub-steps, tools used, and failure handling.",
16986
- "props": {
16987
- "type": {
16988
- "type": "\"workflow\"",
16989
- "required": true,
16990
- "description": ""
16991
- },
16992
- "steps": {
16993
- "type": "{ id: string; name: string; description?: string; tools?: string[]; sub_steps?: { id: string; action: string; }[]; on_failure?: string; next?: string; }[]",
16994
- "required": true,
16995
- "description": ""
16996
- },
16997
- "id": {
16998
- "type": "string",
16999
- "required": true,
17000
- "description": ""
17001
- },
17002
- "className": {
17003
- "type": "string",
17004
- "required": false,
17005
- "description": ""
17006
- },
17007
- "style": {
17008
- "type": "cssproperties",
17009
- "required": false,
17010
- "description": ""
17011
- }
17012
- },
17013
- "preview": null,
17014
- "layoutHints": null
17015
16622
  }
17016
16623
  }
17017
16624
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxengine",
3
- "version": "0.1.59",
3
+ "version": "0.1.60",
4
4
  "type": "module",
5
5
  "description": "Shadcn-based UI component library for agent-driven interfaces",
6
6
  "main": "./dist/index.cjs",