@dxos/plugin-automation 0.7.5-main.b19bfc8 → 0.7.5-main.e94eead
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/lib/browser/AutomationPanel-ITYXSN5Z.mjs +132 -0
- package/dist/lib/browser/AutomationPanel-ITYXSN5Z.mjs.map +7 -0
- package/dist/lib/browser/{chunk-HZSTXZWK.mjs → chunk-OFDNNRLE.mjs} +3 -8
- package/dist/lib/browser/chunk-OFDNNRLE.mjs.map +7 -0
- package/dist/lib/browser/chunk-U7QLNY2S.mjs +8 -0
- package/dist/lib/browser/chunk-U7QLNY2S.mjs.map +7 -0
- package/dist/lib/browser/chunk-WY2C7JY4.mjs +119 -0
- package/dist/lib/browser/chunk-WY2C7JY4.mjs.map +7 -0
- package/dist/lib/browser/complementary-panel-4CPOJL4Y.mjs +56 -0
- package/dist/lib/browser/complementary-panel-4CPOJL4Y.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +17 -199
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/react-surface-SAPMN4PF.mjs +27 -0
- package/dist/lib/browser/react-surface-SAPMN4PF.mjs.map +7 -0
- package/dist/lib/node/{chunk-V4L7LTWM.cjs → AutomationPanel-X33HHDMQ.cjs} +19 -132
- package/dist/lib/node/AutomationPanel-X33HHDMQ.cjs.map +7 -0
- package/dist/lib/node/chunk-7Q5SNGCL.cjs +148 -0
- package/dist/lib/node/chunk-7Q5SNGCL.cjs.map +7 -0
- package/dist/lib/node/{TemplateContainer-3YCM6XPU.cjs → chunk-CB5OB6JH.cjs} +8 -21
- package/dist/lib/node/chunk-CB5OB6JH.cjs.map +7 -0
- package/dist/lib/node/{chunk-BAQRBGOJ.cjs → chunk-ORMEYEBE.cjs} +6 -12
- package/dist/lib/node/chunk-ORMEYEBE.cjs.map +7 -0
- package/dist/lib/node/complementary-panel-ZYJJ42ZU.cjs +72 -0
- package/dist/lib/node/complementary-panel-ZYJJ42ZU.cjs.map +7 -0
- package/dist/lib/node/index.cjs +32 -198
- package/dist/lib/node/index.cjs.map +4 -4
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/{ChatContainer-4QTLL7TH.cjs → react-surface-2WRVAPGR.cjs} +20 -30
- package/dist/lib/node/react-surface-2WRVAPGR.cjs.map +7 -0
- package/dist/lib/node-esm/AutomationPanel-HY3GB4BT.mjs +133 -0
- package/dist/lib/node-esm/AutomationPanel-HY3GB4BT.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-IG4GSWZN.mjs → chunk-6MUUH67V.mjs} +3 -8
- package/dist/lib/node-esm/chunk-6MUUH67V.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-R3P2WPBQ.mjs +10 -0
- package/dist/lib/node-esm/chunk-R3P2WPBQ.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-UDD2VA6G.mjs +120 -0
- package/dist/lib/node-esm/chunk-UDD2VA6G.mjs.map +7 -0
- package/dist/lib/node-esm/complementary-panel-S42RIIAY.mjs +57 -0
- package/dist/lib/node-esm/complementary-panel-S42RIIAY.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +17 -199
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/react-surface-QWLPOYXO.mjs +28 -0
- package/dist/lib/node-esm/react-surface-QWLPOYXO.mjs.map +7 -0
- package/dist/types/src/AutomationPlugin.d.ts.map +1 -1
- package/dist/types/src/capabilities/{ai-client.d.ts → complementary-panel.d.ts} +2 -3
- package/dist/types/src/capabilities/complementary-panel.d.ts.map +1 -0
- package/dist/types/src/capabilities/index.d.ts +1 -181
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
- package/dist/types/src/components/AutomationPanel/AutomationPanel.d.ts.map +1 -1
- package/dist/types/src/components/AutomationPanel/AutomationPanel.stories.d.ts.map +1 -1
- package/dist/types/src/components/TriggerEditor/TriggerEditor.stories.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +0 -17
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +0 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +0 -2
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/testing/index.d.ts +0 -1
- package/dist/types/src/testing/index.d.ts.map +1 -1
- package/dist/types/src/testing/test-functions.d.ts +0 -2
- package/dist/types/src/testing/test-functions.d.ts.map +1 -1
- package/dist/types/src/translations.d.ts +1 -127
- package/dist/types/src/translations.d.ts.map +1 -1
- package/package.json +21 -77
- package/src/AutomationPlugin.tsx +7 -86
- package/src/capabilities/complementary-panel.ts +56 -0
- package/src/capabilities/index.ts +1 -6
- package/src/capabilities/react-surface.tsx +3 -44
- package/src/components/AutomationPanel/AutomationPanel.stories.tsx +1 -2
- package/src/components/AutomationPanel/AutomationPanel.tsx +56 -49
- package/src/components/TriggerEditor/TriggerEditor.stories.tsx +1 -2
- package/src/components/index.ts +0 -9
- package/src/index.ts +0 -1
- package/src/meta.ts +1 -4
- package/src/testing/index.ts +0 -1
- package/src/testing/test-functions.ts +0 -7
- package/src/translations.ts +1 -47
- package/dist/lib/browser/AssistantDialog-V67OWLRP.mjs +0 -116
- package/dist/lib/browser/AssistantDialog-V67OWLRP.mjs.map +0 -7
- package/dist/lib/browser/AutomationPanel-NCKK3CFN.mjs +0 -8
- package/dist/lib/browser/AutomationPanel-NCKK3CFN.mjs.map +0 -7
- package/dist/lib/browser/ChatContainer-5BS6THNV.mjs +0 -33
- package/dist/lib/browser/ChatContainer-5BS6THNV.mjs.map +0 -7
- package/dist/lib/browser/TemplateContainer-HJJV44CE.mjs +0 -23
- package/dist/lib/browser/TemplateContainer-HJJV44CE.mjs.map +0 -7
- package/dist/lib/browser/ai-client-T2PBJISL.mjs +0 -22
- package/dist/lib/browser/ai-client-T2PBJISL.mjs.map +0 -7
- package/dist/lib/browser/app-graph-builder-IR3CGVM6.mjs +0 -110
- package/dist/lib/browser/app-graph-builder-IR3CGVM6.mjs.map +0 -7
- package/dist/lib/browser/chunk-62E2AEXF.mjs +0 -162
- package/dist/lib/browser/chunk-62E2AEXF.mjs.map +0 -7
- package/dist/lib/browser/chunk-67KDIIM6.mjs +0 -15
- package/dist/lib/browser/chunk-67KDIIM6.mjs.map +0 -7
- package/dist/lib/browser/chunk-BQ4WHY4D.mjs +0 -1818
- package/dist/lib/browser/chunk-BQ4WHY4D.mjs.map +0 -7
- package/dist/lib/browser/chunk-HZSTXZWK.mjs.map +0 -7
- package/dist/lib/browser/chunk-LJ7F4KDM.mjs +0 -243
- package/dist/lib/browser/chunk-LJ7F4KDM.mjs.map +0 -7
- package/dist/lib/browser/chunk-QH5E22EL.mjs +0 -108
- package/dist/lib/browser/chunk-QH5E22EL.mjs.map +0 -7
- package/dist/lib/browser/chunk-XAIWETH6.mjs +0 -81
- package/dist/lib/browser/chunk-XAIWETH6.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-ICLE6FSI.mjs +0 -44
- package/dist/lib/browser/intent-resolver-ICLE6FSI.mjs.map +0 -7
- package/dist/lib/browser/react-surface-KEKVLCPQ.mjs +0 -80
- package/dist/lib/browser/react-surface-KEKVLCPQ.mjs.map +0 -7
- package/dist/lib/browser/settings-FE5DDWOE.mjs +0 -22
- package/dist/lib/browser/settings-FE5DDWOE.mjs.map +0 -7
- package/dist/lib/browser/types/index.mjs +0 -24
- package/dist/lib/browser/types/index.mjs.map +0 -7
- package/dist/lib/node/AssistantDialog-E62O72KI.cjs +0 -140
- package/dist/lib/node/AssistantDialog-E62O72KI.cjs.map +0 -7
- package/dist/lib/node/AutomationPanel-6COLKRIB.cjs +0 -26
- package/dist/lib/node/AutomationPanel-6COLKRIB.cjs.map +0 -7
- package/dist/lib/node/ChatContainer-4QTLL7TH.cjs.map +0 -7
- package/dist/lib/node/TemplateContainer-3YCM6XPU.cjs.map +0 -7
- package/dist/lib/node/ai-client-L5GUSAER.cjs +0 -38
- package/dist/lib/node/ai-client-L5GUSAER.cjs.map +0 -7
- package/dist/lib/node/app-graph-builder-ECNVGTRT.cjs +0 -122
- package/dist/lib/node/app-graph-builder-ECNVGTRT.cjs.map +0 -7
- package/dist/lib/node/chunk-3QSK6IPK.cjs +0 -133
- package/dist/lib/node/chunk-3QSK6IPK.cjs.map +0 -7
- package/dist/lib/node/chunk-76F5BCJE.cjs +0 -111
- package/dist/lib/node/chunk-76F5BCJE.cjs.map +0 -7
- package/dist/lib/node/chunk-B37JIAOP.cjs +0 -1795
- package/dist/lib/node/chunk-B37JIAOP.cjs.map +0 -7
- package/dist/lib/node/chunk-BAQRBGOJ.cjs.map +0 -7
- package/dist/lib/node/chunk-UVWK2XJE.cjs +0 -183
- package/dist/lib/node/chunk-UVWK2XJE.cjs.map +0 -7
- package/dist/lib/node/chunk-V4L7LTWM.cjs.map +0 -7
- package/dist/lib/node/chunk-VNBYGJ4K.cjs +0 -34
- package/dist/lib/node/chunk-VNBYGJ4K.cjs.map +0 -7
- package/dist/lib/node/intent-resolver-4MQZULXW.cjs +0 -58
- package/dist/lib/node/intent-resolver-4MQZULXW.cjs.map +0 -7
- package/dist/lib/node/react-surface-4RVHY6WI.cjs +0 -95
- package/dist/lib/node/react-surface-4RVHY6WI.cjs.map +0 -7
- package/dist/lib/node/settings-GOIB2WJQ.cjs +0 -36
- package/dist/lib/node/settings-GOIB2WJQ.cjs.map +0 -7
- package/dist/lib/node/types/index.cjs +0 -46
- package/dist/lib/node/types/index.cjs.map +0 -7
- package/dist/lib/node-esm/AssistantDialog-IPRBJKWA.mjs +0 -117
- package/dist/lib/node-esm/AssistantDialog-IPRBJKWA.mjs.map +0 -7
- package/dist/lib/node-esm/AutomationPanel-3MPIAO7R.mjs +0 -9
- package/dist/lib/node-esm/AutomationPanel-3MPIAO7R.mjs.map +0 -7
- package/dist/lib/node-esm/ChatContainer-4IWUGMGM.mjs +0 -34
- package/dist/lib/node-esm/ChatContainer-4IWUGMGM.mjs.map +0 -7
- package/dist/lib/node-esm/TemplateContainer-YJIXR24Z.mjs +0 -24
- package/dist/lib/node-esm/TemplateContainer-YJIXR24Z.mjs.map +0 -7
- package/dist/lib/node-esm/ai-client-45LZLW7V.mjs +0 -23
- package/dist/lib/node-esm/ai-client-45LZLW7V.mjs.map +0 -7
- package/dist/lib/node-esm/app-graph-builder-HMRKSZ2X.mjs +0 -111
- package/dist/lib/node-esm/app-graph-builder-HMRKSZ2X.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-5BKKHYO5.mjs +0 -163
- package/dist/lib/node-esm/chunk-5BKKHYO5.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-AWAU4BHR.mjs +0 -244
- package/dist/lib/node-esm/chunk-AWAU4BHR.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-CAWPHOY4.mjs +0 -82
- package/dist/lib/node-esm/chunk-CAWPHOY4.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-I32H7MCF.mjs +0 -109
- package/dist/lib/node-esm/chunk-I32H7MCF.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-IG4GSWZN.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-QHKP5HT2.mjs +0 -1819
- package/dist/lib/node-esm/chunk-QHKP5HT2.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-SS7U6GCX.mjs +0 -16
- package/dist/lib/node-esm/chunk-SS7U6GCX.mjs.map +0 -7
- package/dist/lib/node-esm/intent-resolver-ZS7XTYLG.mjs +0 -45
- package/dist/lib/node-esm/intent-resolver-ZS7XTYLG.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-5ILD642V.mjs +0 -81
- package/dist/lib/node-esm/react-surface-5ILD642V.mjs.map +0 -7
- package/dist/lib/node-esm/settings-ANNQPPRY.mjs +0 -23
- package/dist/lib/node-esm/settings-ANNQPPRY.mjs.map +0 -7
- package/dist/lib/node-esm/types/index.mjs +0 -25
- package/dist/lib/node-esm/types/index.mjs.map +0 -7
- package/dist/types/src/capabilities/ai-client.d.ts.map +0 -1
- package/dist/types/src/capabilities/app-graph-builder.d.ts +0 -181
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +0 -1
- package/dist/types/src/capabilities/capabilities.d.ts +0 -5
- package/dist/types/src/capabilities/capabilities.d.ts.map +0 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts +0 -4
- package/dist/types/src/capabilities/intent-resolver.d.ts.map +0 -1
- package/dist/types/src/capabilities/settings.d.ts +0 -4
- package/dist/types/src/capabilities/settings.d.ts.map +0 -1
- package/dist/types/src/components/AmbientDialog/AmbientDialog.d.ts +0 -7
- package/dist/types/src/components/AmbientDialog/AmbientDialog.d.ts.map +0 -1
- package/dist/types/src/components/AmbientDialog/AmbientDialog.stories.d.ts +0 -8
- package/dist/types/src/components/AmbientDialog/AmbientDialog.stories.d.ts.map +0 -1
- package/dist/types/src/components/AmbientDialog/index.d.ts +0 -2
- package/dist/types/src/components/AmbientDialog/index.d.ts.map +0 -1
- package/dist/types/src/components/AssistantDialog.d.ts +0 -7
- package/dist/types/src/components/AssistantDialog.d.ts.map +0 -1
- package/dist/types/src/components/AutomationSettings/AutomationSettings.d.ts +0 -5
- package/dist/types/src/components/AutomationSettings/AutomationSettings.d.ts.map +0 -1
- package/dist/types/src/components/AutomationSettings/index.d.ts +0 -2
- package/dist/types/src/components/AutomationSettings/index.d.ts.map +0 -1
- package/dist/types/src/components/ChatContainer.d.ts +0 -7
- package/dist/types/src/components/ChatContainer.d.ts.map +0 -1
- package/dist/types/src/components/Prompt/Prompt.d.ts +0 -17
- package/dist/types/src/components/Prompt/Prompt.d.ts.map +0 -1
- package/dist/types/src/components/Prompt/Prompt.stories.d.ts +0 -9
- package/dist/types/src/components/Prompt/Prompt.stories.d.ts.map +0 -1
- package/dist/types/src/components/Prompt/PromptBar.d.ts +0 -10
- package/dist/types/src/components/Prompt/PromptBar.d.ts.map +0 -1
- package/dist/types/src/components/Prompt/autocomplete.d.ts +0 -21
- package/dist/types/src/components/Prompt/autocomplete.d.ts.map +0 -1
- package/dist/types/src/components/Prompt/index.d.ts +0 -3
- package/dist/types/src/components/Prompt/index.d.ts.map +0 -1
- package/dist/types/src/components/ServiceRegistry/ServiceRegistry.d.ts +0 -5
- package/dist/types/src/components/ServiceRegistry/ServiceRegistry.d.ts.map +0 -1
- package/dist/types/src/components/ServiceRegistry/ServiceRegistry.stories.d.ts +0 -8
- package/dist/types/src/components/ServiceRegistry/ServiceRegistry.stories.d.ts.map +0 -1
- package/dist/types/src/components/ServiceRegistry/index.d.ts +0 -2
- package/dist/types/src/components/ServiceRegistry/index.d.ts.map +0 -1
- package/dist/types/src/components/TemplateContainer.d.ts +0 -7
- package/dist/types/src/components/TemplateContainer.d.ts.map +0 -1
- package/dist/types/src/components/TemplateEditor/TemplateEditor.d.ts +0 -12
- package/dist/types/src/components/TemplateEditor/TemplateEditor.d.ts.map +0 -1
- package/dist/types/src/components/TemplateEditor/TemplateEditor.stories.d.ts +0 -8
- package/dist/types/src/components/TemplateEditor/TemplateEditor.stories.d.ts.map +0 -1
- package/dist/types/src/components/TemplateEditor/TemplateForm.d.ts +0 -10
- package/dist/types/src/components/TemplateEditor/TemplateForm.d.ts.map +0 -1
- package/dist/types/src/components/TemplateEditor/TemplateForm.stories.d.ts +0 -8
- package/dist/types/src/components/TemplateEditor/TemplateForm.stories.d.ts.map +0 -1
- package/dist/types/src/components/TemplateEditor/index.d.ts +0 -2
- package/dist/types/src/components/TemplateEditor/index.d.ts.map +0 -1
- package/dist/types/src/components/TemplateEditor/types.d.ts +0 -18
- package/dist/types/src/components/TemplateEditor/types.d.ts.map +0 -1
- package/dist/types/src/components/Thread/Thread.d.ts +0 -17
- package/dist/types/src/components/Thread/Thread.d.ts.map +0 -1
- package/dist/types/src/components/Thread/Thread.stories.d.ts +0 -11
- package/dist/types/src/components/Thread/Thread.stories.d.ts.map +0 -1
- package/dist/types/src/components/Thread/ThreadContainer.d.ts +0 -10
- package/dist/types/src/components/Thread/ThreadContainer.d.ts.map +0 -1
- package/dist/types/src/components/Thread/ThreadContainer.stories.d.ts +0 -15
- package/dist/types/src/components/Thread/ThreadContainer.stories.d.ts.map +0 -1
- package/dist/types/src/components/Thread/ThreadMessage.d.ts +0 -13
- package/dist/types/src/components/Thread/ThreadMessage.d.ts.map +0 -1
- package/dist/types/src/components/Thread/ToolInvocations.d.ts +0 -13
- package/dist/types/src/components/Thread/ToolInvocations.d.ts.map +0 -1
- package/dist/types/src/components/Thread/index.d.ts +0 -3
- package/dist/types/src/components/Thread/index.d.ts.map +0 -1
- package/dist/types/src/components/Thread/reducer.d.ts +0 -12
- package/dist/types/src/components/Thread/reducer.d.ts.map +0 -1
- package/dist/types/src/components/Toolbox/Toolbox.d.ts +0 -19
- package/dist/types/src/components/Toolbox/Toolbox.d.ts.map +0 -1
- package/dist/types/src/components/Toolbox/Toolbox.stories.d.ts +0 -8
- package/dist/types/src/components/Toolbox/Toolbox.stories.d.ts.map +0 -1
- package/dist/types/src/components/Toolbox/index.d.ts +0 -2
- package/dist/types/src/components/Toolbox/index.d.ts.map +0 -1
- package/dist/types/src/hooks/email.d.ts +0 -4
- package/dist/types/src/hooks/email.d.ts.map +0 -1
- package/dist/types/src/hooks/index.d.ts +0 -7
- package/dist/types/src/hooks/index.d.ts.map +0 -1
- package/dist/types/src/hooks/invocation-handler.d.ts +0 -5
- package/dist/types/src/hooks/invocation-handler.d.ts.map +0 -1
- package/dist/types/src/hooks/processor.d.ts +0 -75
- package/dist/types/src/hooks/processor.d.ts.map +0 -1
- package/dist/types/src/hooks/processor.test.d.ts +0 -2
- package/dist/types/src/hooks/processor.test.d.ts.map +0 -1
- package/dist/types/src/hooks/useChatProcessor.d.ts +0 -8
- package/dist/types/src/hooks/useChatProcessor.d.ts.map +0 -1
- package/dist/types/src/hooks/useLocalTriggerManager.d.ts +0 -3
- package/dist/types/src/hooks/useLocalTriggerManager.d.ts.map +0 -1
- package/dist/types/src/hooks/useMessageQueue.d.ts +0 -41
- package/dist/types/src/hooks/useMessageQueue.d.ts.map +0 -1
- package/dist/types/src/hooks/useServices.d.ts +0 -7
- package/dist/types/src/hooks/useServices.d.ts.map +0 -1
- package/dist/types/src/hooks/useTextInputEvents.d.ts +0 -13
- package/dist/types/src/hooks/useTextInputEvents.d.ts.map +0 -1
- package/dist/types/src/testing/test-services.d.ts +0 -5
- package/dist/types/src/testing/test-services.d.ts.map +0 -1
- package/dist/types/src/tools/function.d.ts +0 -5
- package/dist/types/src/tools/function.d.ts.map +0 -1
- package/dist/types/src/tools/index.d.ts +0 -3
- package/dist/types/src/tools/index.d.ts.map +0 -1
- package/dist/types/src/tools/openapi.d.ts +0 -10
- package/dist/types/src/tools/openapi.d.ts.map +0 -1
- package/dist/types/src/tools/openapi.test.d.ts +0 -2
- package/dist/types/src/tools/openapi.test.d.ts.map +0 -1
- package/dist/types/src/types/chat.d.ts +0 -12
- package/dist/types/src/types/chat.d.ts.map +0 -1
- package/dist/types/src/types/index.d.ts +0 -5
- package/dist/types/src/types/index.d.ts.map +0 -1
- package/dist/types/src/types/service.d.ts +0 -160
- package/dist/types/src/types/service.d.ts.map +0 -1
- package/dist/types/src/types/template.d.ts +0 -40
- package/dist/types/src/types/template.d.ts.map +0 -1
- package/dist/types/src/types/types.d.ts +0 -37
- package/dist/types/src/types/types.d.ts.map +0 -1
- package/src/capabilities/ai-client.ts +0 -19
- package/src/capabilities/app-graph-builder.ts +0 -99
- package/src/capabilities/capabilities.ts +0 -12
- package/src/capabilities/intent-resolver.ts +0 -38
- package/src/capabilities/settings.ts +0 -19
- package/src/components/AmbientDialog/AmbientDialog.stories.tsx +0 -81
- package/src/components/AmbientDialog/AmbientDialog.tsx +0 -103
- package/src/components/AmbientDialog/index.ts +0 -5
- package/src/components/AssistantDialog.tsx +0 -33
- package/src/components/AutomationSettings/AutomationSettings.tsx +0 -49
- package/src/components/AutomationSettings/index.ts +0 -5
- package/src/components/ChatContainer.tsx +0 -29
- package/src/components/Prompt/Prompt.stories.tsx +0 -79
- package/src/components/Prompt/Prompt.tsx +0 -100
- package/src/components/Prompt/PromptBar.tsx +0 -100
- package/src/components/Prompt/autocomplete.ts +0 -212
- package/src/components/Prompt/index.ts +0 -6
- package/src/components/ServiceRegistry/ServiceRegistry.stories.tsx +0 -49
- package/src/components/ServiceRegistry/ServiceRegistry.tsx +0 -76
- package/src/components/ServiceRegistry/index.ts +0 -5
- package/src/components/TemplateContainer.tsx +0 -21
- package/src/components/TemplateEditor/TemplateEditor.stories.tsx +0 -72
- package/src/components/TemplateEditor/TemplateEditor.tsx +0 -76
- package/src/components/TemplateEditor/TemplateForm.stories.tsx +0 -65
- package/src/components/TemplateEditor/TemplateForm.tsx +0 -184
- package/src/components/TemplateEditor/index.ts +0 -5
- package/src/components/TemplateEditor/types.tsx +0 -28
- package/src/components/Thread/Thread.stories.tsx +0 -212
- package/src/components/Thread/Thread.tsx +0 -97
- package/src/components/Thread/ThreadContainer.stories.tsx +0 -258
- package/src/components/Thread/ThreadContainer.tsx +0 -78
- package/src/components/Thread/ThreadMessage.tsx +0 -187
- package/src/components/Thread/ToolInvocations.tsx +0 -93
- package/src/components/Thread/index.ts +0 -6
- package/src/components/Thread/reducer.ts +0 -52
- package/src/components/Toolbox/Toolbox.stories.tsx +0 -65
- package/src/components/Toolbox/Toolbox.tsx +0 -117
- package/src/components/Toolbox/index.ts +0 -5
- package/src/hooks/email.ts +0 -49
- package/src/hooks/index.ts +0 -11
- package/src/hooks/invocation-handler.ts +0 -109
- package/src/hooks/processor.test.ts +0 -15
- package/src/hooks/processor.ts +0 -219
- package/src/hooks/useChatProcessor.tsx +0 -77
- package/src/hooks/useLocalTriggerManager.ts +0 -82
- package/src/hooks/useMessageQueue.ts +0 -23
- package/src/hooks/useServices.ts +0 -28
- package/src/hooks/useTextInputEvents.ts +0 -49
- package/src/testing/test-services.ts +0 -131
- package/src/tools/function.ts +0 -47
- package/src/tools/index.ts +0 -6
- package/src/tools/openapi.test.ts +0 -224
- package/src/tools/openapi.ts +0 -331
- package/src/types/chat.ts +0 -11
- package/src/types/index.ts +0 -8
- package/src/types/service.ts +0 -102
- package/src/types/template.ts +0 -34
- package/src/types/types.ts +0 -41
- package/src/typings.d.ts +0 -9
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import React, { forwardRef, useImperativeHandle } from 'react';
|
|
6
|
-
|
|
7
|
-
import { type ThemedClassName, useThemeContext } from '@dxos/react-ui';
|
|
8
|
-
import {
|
|
9
|
-
type BasicExtensionsOptions,
|
|
10
|
-
createBasicExtensions,
|
|
11
|
-
createThemeExtensions,
|
|
12
|
-
keymap,
|
|
13
|
-
useTextEditor,
|
|
14
|
-
type UseTextEditorProps,
|
|
15
|
-
} from '@dxos/react-ui-editor';
|
|
16
|
-
import { mx } from '@dxos/react-ui-theme';
|
|
17
|
-
|
|
18
|
-
import { createAutocompleteExtension, type AutocompleteOptions } from './autocomplete';
|
|
19
|
-
|
|
20
|
-
// TODO(burdon): Handle object references.
|
|
21
|
-
|
|
22
|
-
export interface PromptController {
|
|
23
|
-
focus(): void;
|
|
24
|
-
setText(text: string): void;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export type PromptProps = ThemedClassName<
|
|
28
|
-
{
|
|
29
|
-
onOpenChange?: (open: boolean) => void;
|
|
30
|
-
} & AutocompleteOptions &
|
|
31
|
-
Pick<UseTextEditorProps, 'autoFocus'> &
|
|
32
|
-
Pick<BasicExtensionsOptions, 'lineWrapping' | 'placeholder'>
|
|
33
|
-
>;
|
|
34
|
-
|
|
35
|
-
export const Prompt = forwardRef<PromptController, PromptProps>(
|
|
36
|
-
({ classNames, autoFocus, lineWrapping = false, placeholder, onSubmit, onSuggest, onOpenChange }, forwardRef) => {
|
|
37
|
-
const { themeMode } = useThemeContext();
|
|
38
|
-
const { parentRef, view } = useTextEditor(
|
|
39
|
-
{
|
|
40
|
-
autoFocus,
|
|
41
|
-
extensions: [
|
|
42
|
-
createBasicExtensions({
|
|
43
|
-
bracketMatching: false,
|
|
44
|
-
lineWrapping,
|
|
45
|
-
placeholder,
|
|
46
|
-
}),
|
|
47
|
-
createThemeExtensions({ themeMode }),
|
|
48
|
-
createAutocompleteExtension({ onSubmit, onSuggest }),
|
|
49
|
-
keymap.of([
|
|
50
|
-
{
|
|
51
|
-
key: 'Alt-ArrowUp',
|
|
52
|
-
preventDefault: true,
|
|
53
|
-
run: (view) => {
|
|
54
|
-
onOpenChange?.(true);
|
|
55
|
-
return true;
|
|
56
|
-
},
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
key: 'Alt-ArrowDown',
|
|
60
|
-
preventDefault: true,
|
|
61
|
-
run: (view) => {
|
|
62
|
-
onOpenChange?.(false);
|
|
63
|
-
return true;
|
|
64
|
-
},
|
|
65
|
-
},
|
|
66
|
-
]),
|
|
67
|
-
],
|
|
68
|
-
},
|
|
69
|
-
[themeMode, onSubmit, onSuggest],
|
|
70
|
-
);
|
|
71
|
-
|
|
72
|
-
// Expose editor view.
|
|
73
|
-
useImperativeHandle(
|
|
74
|
-
forwardRef,
|
|
75
|
-
() => {
|
|
76
|
-
return {
|
|
77
|
-
focus: () => {
|
|
78
|
-
view?.focus();
|
|
79
|
-
},
|
|
80
|
-
setText: (text: string) => {
|
|
81
|
-
view?.dispatch({
|
|
82
|
-
changes: {
|
|
83
|
-
from: 0,
|
|
84
|
-
to: view.state.doc.length,
|
|
85
|
-
insert: text,
|
|
86
|
-
},
|
|
87
|
-
selection: {
|
|
88
|
-
anchor: text.length,
|
|
89
|
-
head: text.length,
|
|
90
|
-
},
|
|
91
|
-
});
|
|
92
|
-
},
|
|
93
|
-
};
|
|
94
|
-
},
|
|
95
|
-
[view, onSubmit],
|
|
96
|
-
);
|
|
97
|
-
|
|
98
|
-
return <div ref={parentRef} className={mx('w-full overflow-hidden', classNames)} />;
|
|
99
|
-
},
|
|
100
|
-
);
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import React, { useRef, useState } from 'react';
|
|
6
|
-
|
|
7
|
-
import { useVoiceInput } from '@dxos/plugin-transcription';
|
|
8
|
-
import { Icon, IconButton, type ThemedClassName, useTranslation } from '@dxos/react-ui';
|
|
9
|
-
import { Spinner } from '@dxos/react-ui-sfx';
|
|
10
|
-
import { errorText, mx } from '@dxos/react-ui-theme';
|
|
11
|
-
|
|
12
|
-
import { Prompt, type PromptController, type PromptProps } from './Prompt';
|
|
13
|
-
import { AUTOMATION_PLUGIN } from '../../meta';
|
|
14
|
-
|
|
15
|
-
export type PromptBarProps = ThemedClassName<
|
|
16
|
-
Pick<PromptProps, 'placeholder' | 'lineWrapping' | 'onSubmit' | 'onSuggest' | 'onOpenChange'> & {
|
|
17
|
-
processing?: boolean;
|
|
18
|
-
error?: Error;
|
|
19
|
-
microphone?: boolean;
|
|
20
|
-
onCancel?: () => void;
|
|
21
|
-
}
|
|
22
|
-
>;
|
|
23
|
-
|
|
24
|
-
export const PromptBar = ({
|
|
25
|
-
classNames,
|
|
26
|
-
placeholder,
|
|
27
|
-
processing,
|
|
28
|
-
error,
|
|
29
|
-
microphone,
|
|
30
|
-
onCancel,
|
|
31
|
-
...props
|
|
32
|
-
}: PromptBarProps) => {
|
|
33
|
-
const { t } = useTranslation(AUTOMATION_PLUGIN);
|
|
34
|
-
|
|
35
|
-
const promptRef = useRef<PromptController>(null);
|
|
36
|
-
|
|
37
|
-
// TODO(burdon): Configure capability in TranscriptionPlugin.
|
|
38
|
-
const [active, setActive] = useState(false);
|
|
39
|
-
const { recording } = useVoiceInput({
|
|
40
|
-
active,
|
|
41
|
-
onUpdate: (text) => {
|
|
42
|
-
promptRef.current?.setText(text);
|
|
43
|
-
promptRef.current?.focus();
|
|
44
|
-
},
|
|
45
|
-
});
|
|
46
|
-
|
|
47
|
-
// TODO(burdon): Tooltip for error.
|
|
48
|
-
return (
|
|
49
|
-
<div
|
|
50
|
-
className={mx(
|
|
51
|
-
'flex shrink-0 w-full grid grid-cols-[var(--rail-action)_1fr_var(--rail-action)] overflow-hidden',
|
|
52
|
-
classNames,
|
|
53
|
-
)}
|
|
54
|
-
>
|
|
55
|
-
<div className='flex w-[--rail-action] h-[--rail-action] items-center justify-center'>
|
|
56
|
-
{(error && <Icon icon='ph--warning-circle--regular' classNames={errorText} size={5} />) || (
|
|
57
|
-
<Spinner active={processing} />
|
|
58
|
-
)}
|
|
59
|
-
</div>
|
|
60
|
-
<Prompt
|
|
61
|
-
ref={promptRef}
|
|
62
|
-
autoFocus
|
|
63
|
-
classNames='pbs-2'
|
|
64
|
-
lineWrapping={true}
|
|
65
|
-
placeholder={placeholder ?? t('prompt placeholder')}
|
|
66
|
-
{...props}
|
|
67
|
-
/>
|
|
68
|
-
{(onCancel || microphone) && (
|
|
69
|
-
<div className='flex w-[--rail-action] h-[--rail-action] items-center justify-center'>
|
|
70
|
-
{processing && onCancel && (
|
|
71
|
-
<IconButton
|
|
72
|
-
classNames='px-1.5'
|
|
73
|
-
variant='ghost'
|
|
74
|
-
size={5}
|
|
75
|
-
icon='ph--x--regular'
|
|
76
|
-
iconOnly
|
|
77
|
-
label={t('cancel processing button')}
|
|
78
|
-
onClick={onCancel}
|
|
79
|
-
/>
|
|
80
|
-
)}
|
|
81
|
-
{!processing && microphone && (
|
|
82
|
-
<IconButton
|
|
83
|
-
classNames={mx('px-1.5', recording && 'bg-primary-500')}
|
|
84
|
-
variant='ghost'
|
|
85
|
-
size={5}
|
|
86
|
-
icon='ph--microphone--regular'
|
|
87
|
-
iconOnly
|
|
88
|
-
noTooltip
|
|
89
|
-
label={t('microphone button')}
|
|
90
|
-
onMouseDown={() => setActive(true)}
|
|
91
|
-
onMouseUp={() => setActive(false)}
|
|
92
|
-
onTouchStart={() => setActive(true)}
|
|
93
|
-
onTouchEnd={() => setActive(false)}
|
|
94
|
-
/>
|
|
95
|
-
)}
|
|
96
|
-
</div>
|
|
97
|
-
)}
|
|
98
|
-
</div>
|
|
99
|
-
);
|
|
100
|
-
};
|
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import { Prec, type Extension } from '@codemirror/state';
|
|
6
|
-
import {
|
|
7
|
-
EditorView,
|
|
8
|
-
Decoration,
|
|
9
|
-
ViewPlugin,
|
|
10
|
-
keymap,
|
|
11
|
-
type DecorationSet,
|
|
12
|
-
type ViewUpdate,
|
|
13
|
-
WidgetType,
|
|
14
|
-
} from '@codemirror/view';
|
|
15
|
-
|
|
16
|
-
export type AutocompleteOptions = {
|
|
17
|
-
/**
|
|
18
|
-
* Callback triggered when Enter is pressed.
|
|
19
|
-
* @param text The current text in the editor
|
|
20
|
-
* @returns true if the editor should reset the document.
|
|
21
|
-
*/
|
|
22
|
-
onSubmit?: (text: string) => boolean | void;
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* Function that returns a list of suggestions based on the current text.
|
|
26
|
-
* @param text The current text before the cursor
|
|
27
|
-
* @returns Array of suggestion strings
|
|
28
|
-
*/
|
|
29
|
-
onSuggest?: (text: string) => string[];
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Creates an autocomplete extension that shows inline suggestions.
|
|
34
|
-
* Pressing Tab will complete the suggestion.
|
|
35
|
-
*/
|
|
36
|
-
export const createAutocompleteExtension = ({ onSubmit, onSuggest }: AutocompleteOptions): Extension => {
|
|
37
|
-
const suggestionPlugin = ViewPlugin.fromClass(
|
|
38
|
-
class {
|
|
39
|
-
_decorations: DecorationSet;
|
|
40
|
-
_currentSuggestion: string | null = null;
|
|
41
|
-
|
|
42
|
-
constructor(view: EditorView) {
|
|
43
|
-
this._decorations = this.computeDecorations(view);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
update(update: ViewUpdate) {
|
|
47
|
-
if (update.docChanged || update.selectionSet) {
|
|
48
|
-
this._decorations = this.computeDecorations(update.view);
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
private computeDecorations(view: EditorView): DecorationSet {
|
|
53
|
-
const text = view.state.doc.toString();
|
|
54
|
-
const suggestions = onSuggest?.(text) ?? [];
|
|
55
|
-
if (!suggestions.length) {
|
|
56
|
-
this._currentSuggestion = null;
|
|
57
|
-
return Decoration.none;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// Get the first suggestion.
|
|
61
|
-
this._currentSuggestion = suggestions[0];
|
|
62
|
-
const suffix = this._currentSuggestion.slice(text.length);
|
|
63
|
-
if (!suffix) {
|
|
64
|
-
return Decoration.none;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
// Always show ghost text at the end of the document.
|
|
68
|
-
return Decoration.set([
|
|
69
|
-
Decoration.widget({
|
|
70
|
-
widget: new InlineSuggestionWidget(suffix),
|
|
71
|
-
side: 1,
|
|
72
|
-
}).range(view.state.doc.length),
|
|
73
|
-
]);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
completeSuggestion(view: EditorView): boolean {
|
|
77
|
-
if (!this._currentSuggestion) {
|
|
78
|
-
return false;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
const text = view.state.doc.toString();
|
|
82
|
-
const suffix = this._currentSuggestion.slice(text.length);
|
|
83
|
-
if (!suffix) {
|
|
84
|
-
return false;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
view.dispatch({
|
|
88
|
-
changes: {
|
|
89
|
-
from: view.state.doc.length,
|
|
90
|
-
insert: suffix,
|
|
91
|
-
},
|
|
92
|
-
selection: {
|
|
93
|
-
anchor: view.state.doc.length + suffix.length,
|
|
94
|
-
},
|
|
95
|
-
});
|
|
96
|
-
|
|
97
|
-
return true;
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
decorations: (v) => v._decorations,
|
|
102
|
-
},
|
|
103
|
-
);
|
|
104
|
-
|
|
105
|
-
return [
|
|
106
|
-
suggestionPlugin,
|
|
107
|
-
EditorView.theme({
|
|
108
|
-
'.cm-inline-suggestion': {
|
|
109
|
-
opacity: 0.4,
|
|
110
|
-
},
|
|
111
|
-
}),
|
|
112
|
-
|
|
113
|
-
// Accept the current suggestion.
|
|
114
|
-
Prec.highest(
|
|
115
|
-
keymap.of([
|
|
116
|
-
{
|
|
117
|
-
key: 'Tab',
|
|
118
|
-
preventDefault: true,
|
|
119
|
-
run: (view) => {
|
|
120
|
-
const plugin = view.plugin(suggestionPlugin);
|
|
121
|
-
return plugin?.completeSuggestion(view) ?? false;
|
|
122
|
-
},
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
key: 'ArrowRight',
|
|
126
|
-
preventDefault: true,
|
|
127
|
-
run: (view) => {
|
|
128
|
-
// Only complete if cursor is at the end
|
|
129
|
-
if (view.state.selection.main.head !== view.state.doc.length) {
|
|
130
|
-
return false;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
const plugin = view.plugin(suggestionPlugin);
|
|
134
|
-
return plugin?.completeSuggestion(view) ?? false;
|
|
135
|
-
},
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
key: 'Enter',
|
|
139
|
-
preventDefault: true,
|
|
140
|
-
run: (view) => {
|
|
141
|
-
const text = view.state.doc.toString().trim();
|
|
142
|
-
if (text.length > 0 && onSubmit) {
|
|
143
|
-
const reset = onSubmit(text);
|
|
144
|
-
|
|
145
|
-
// Clear the document after calling onEnter.
|
|
146
|
-
if (reset) {
|
|
147
|
-
view.dispatch({
|
|
148
|
-
changes: {
|
|
149
|
-
from: 0,
|
|
150
|
-
to: view.state.doc.length,
|
|
151
|
-
insert: '',
|
|
152
|
-
},
|
|
153
|
-
});
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
return true;
|
|
158
|
-
},
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
key: 'Shift-Enter',
|
|
162
|
-
preventDefault: true,
|
|
163
|
-
run: (view) => {
|
|
164
|
-
view.dispatch({
|
|
165
|
-
changes: {
|
|
166
|
-
from: view.state.selection.main.head,
|
|
167
|
-
insert: '\n',
|
|
168
|
-
},
|
|
169
|
-
selection: {
|
|
170
|
-
anchor: view.state.selection.main.head + 1,
|
|
171
|
-
head: view.state.selection.main.head + 1,
|
|
172
|
-
},
|
|
173
|
-
});
|
|
174
|
-
return true;
|
|
175
|
-
},
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
key: 'Escape',
|
|
179
|
-
preventDefault: true,
|
|
180
|
-
run: (view) => {
|
|
181
|
-
// Clear the entire document.
|
|
182
|
-
view.dispatch({
|
|
183
|
-
changes: {
|
|
184
|
-
from: 0,
|
|
185
|
-
to: view.state.doc.length,
|
|
186
|
-
insert: '',
|
|
187
|
-
},
|
|
188
|
-
});
|
|
189
|
-
return true;
|
|
190
|
-
},
|
|
191
|
-
},
|
|
192
|
-
]),
|
|
193
|
-
),
|
|
194
|
-
];
|
|
195
|
-
};
|
|
196
|
-
|
|
197
|
-
class InlineSuggestionWidget extends WidgetType {
|
|
198
|
-
constructor(private suffix: string) {
|
|
199
|
-
super();
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
override toDOM() {
|
|
203
|
-
const span = document.createElement('span');
|
|
204
|
-
span.textContent = this.suffix;
|
|
205
|
-
span.className = 'cm-inline-suggestion';
|
|
206
|
-
return span;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
override eq(other: InlineSuggestionWidget) {
|
|
210
|
-
return other.suffix === this.suffix;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import '@dxos-theme';
|
|
6
|
-
|
|
7
|
-
import { type Meta, type StoryObj } from '@storybook/react';
|
|
8
|
-
import React from 'react';
|
|
9
|
-
|
|
10
|
-
import { useSpace } from '@dxos/react-client/echo';
|
|
11
|
-
import { withClientProvider } from '@dxos/react-client/testing';
|
|
12
|
-
import { withLayout, withTheme } from '@dxos/storybook-utils';
|
|
13
|
-
|
|
14
|
-
import { ServiceRegistry } from './ServiceRegistry';
|
|
15
|
-
import { ServiceType } from '../../types';
|
|
16
|
-
|
|
17
|
-
const meta: Meta<typeof ServiceRegistry> = {
|
|
18
|
-
title: 'plugins/plugin-automation/ServiceRegistry',
|
|
19
|
-
component: ServiceRegistry,
|
|
20
|
-
render: ({ space: _ignore, ...args }) => {
|
|
21
|
-
const space = useSpace();
|
|
22
|
-
if (!space) {
|
|
23
|
-
return <div />;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
return (
|
|
27
|
-
<div className='h-full w-[300px] overflow-hidden'>
|
|
28
|
-
<ServiceRegistry space={space} {...args} />
|
|
29
|
-
</div>
|
|
30
|
-
);
|
|
31
|
-
},
|
|
32
|
-
decorators: [
|
|
33
|
-
withClientProvider({
|
|
34
|
-
createIdentity: true,
|
|
35
|
-
createSpace: true,
|
|
36
|
-
types: [ServiceType],
|
|
37
|
-
}),
|
|
38
|
-
withLayout({ fullscreen: true, tooltips: true, classNames: 'flex justify-center' }),
|
|
39
|
-
withTheme,
|
|
40
|
-
],
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
export default meta;
|
|
44
|
-
|
|
45
|
-
type Story = StoryObj<typeof ServiceRegistry>;
|
|
46
|
-
|
|
47
|
-
export const Default: Story = {
|
|
48
|
-
args: {},
|
|
49
|
-
};
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import React, { useMemo } from 'react';
|
|
6
|
-
|
|
7
|
-
import { Filter, type Space } from '@dxos/client/echo';
|
|
8
|
-
import { useQuery } from '@dxos/react-client/echo';
|
|
9
|
-
import { Icon, Input, List, ListItem } from '@dxos/react-ui';
|
|
10
|
-
|
|
11
|
-
import { useServices } from '../../hooks';
|
|
12
|
-
import { categoryIcons, ServiceType } from '../../types';
|
|
13
|
-
|
|
14
|
-
// TODO(burdon): Option to show all/enabled/filter.
|
|
15
|
-
export const ServiceRegistry = ({ space }: { space: Space }) => {
|
|
16
|
-
const matchingServices = useServices(space);
|
|
17
|
-
const enabledServices = useQuery(space, Filter.schema(ServiceType));
|
|
18
|
-
|
|
19
|
-
// Join matching services with enabled services.
|
|
20
|
-
const services = useMemo(() => {
|
|
21
|
-
return matchingServices.map((service) => enabledServices.find((s) => s.serviceId === service.serviceId) ?? service);
|
|
22
|
-
}, [matchingServices, enabledServices]);
|
|
23
|
-
|
|
24
|
-
// TODO(burdon): Reaplce with SpacePlugin intent.
|
|
25
|
-
const handleSetEnabled = (service: ServiceType, enabled: boolean) => {
|
|
26
|
-
if (enabled) {
|
|
27
|
-
space.db.add(service);
|
|
28
|
-
} else {
|
|
29
|
-
// TODO(burdon): Remove or disable?
|
|
30
|
-
space.db.remove(service);
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
return (
|
|
35
|
-
<List classNames='h-full grid auto-rows-[5rem] gap-2 p-2 pis-2 pie-2 overflow-y-auto scrollbar-thin'>
|
|
36
|
-
{services.map((service) => (
|
|
37
|
-
<ServiceItem
|
|
38
|
-
key={service.serviceId}
|
|
39
|
-
service={service}
|
|
40
|
-
enabled={service.enabled}
|
|
41
|
-
setEnabled={(enabled) => handleSetEnabled(service, enabled)}
|
|
42
|
-
/>
|
|
43
|
-
))}
|
|
44
|
-
</List>
|
|
45
|
-
);
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const ServiceItem = ({
|
|
49
|
-
service,
|
|
50
|
-
enabled,
|
|
51
|
-
setEnabled,
|
|
52
|
-
}: {
|
|
53
|
-
service: ServiceType;
|
|
54
|
-
enabled?: boolean;
|
|
55
|
-
setEnabled?: (enabled: boolean) => void;
|
|
56
|
-
}) => {
|
|
57
|
-
return (
|
|
58
|
-
<ListItem.Root classNames='flex flex-col gap-1 p-1 overflow-hidden rounded-md border border-separator'>
|
|
59
|
-
<div className='grid grid-cols-[40px_1fr_40px]'>
|
|
60
|
-
<div className='flex gow justify-center items-center'>
|
|
61
|
-
<Icon icon={categoryIcons[service.category ?? 'default'] ?? 'ph--placeholder--regular'} size={6} />
|
|
62
|
-
</div>
|
|
63
|
-
<div className='grow items-center truncate mie-2'>{service.name}</div>
|
|
64
|
-
<div className='flex gow justify-center items-center'>
|
|
65
|
-
<Input.Root>
|
|
66
|
-
<Input.Switch checked={enabled} onClick={() => setEnabled?.(!enabled)} />
|
|
67
|
-
</Input.Root>
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
70
|
-
<div className='grid grid-cols-[40px_1fr]'>
|
|
71
|
-
<div />
|
|
72
|
-
<div className='text-sm text-subdued line-clamp-2 mie-1'>{service.description}</div>
|
|
73
|
-
</div>
|
|
74
|
-
</ListItem.Root>
|
|
75
|
-
);
|
|
76
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import React from 'react';
|
|
6
|
-
|
|
7
|
-
import { StackItem } from '@dxos/react-ui-stack';
|
|
8
|
-
|
|
9
|
-
import { TemplateEditor } from './TemplateEditor';
|
|
10
|
-
import { type TemplateType } from '../types';
|
|
11
|
-
|
|
12
|
-
// TODO(burdon): Attention.
|
|
13
|
-
export const TemplateContainer = ({ template, role }: { template: TemplateType; role: string }) => {
|
|
14
|
-
return (
|
|
15
|
-
<StackItem.Content toolbar={false} role={role} classNames='mli-auto w-full max-w-[50rem]'>
|
|
16
|
-
<TemplateEditor template={template} />
|
|
17
|
-
</StackItem.Content>
|
|
18
|
-
);
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export default TemplateContainer;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2023 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import '@dxos-theme';
|
|
6
|
-
|
|
7
|
-
import { type Meta } from '@storybook/react';
|
|
8
|
-
import React, { useState } from 'react';
|
|
9
|
-
|
|
10
|
-
import { create } from '@dxos/live-object';
|
|
11
|
-
import { useClient } from '@dxos/react-client';
|
|
12
|
-
import { withClientProvider } from '@dxos/react-client/testing';
|
|
13
|
-
import { withLayout, withTheme } from '@dxos/storybook-utils';
|
|
14
|
-
|
|
15
|
-
import { TemplateEditor } from './TemplateEditor';
|
|
16
|
-
import translations from '../../translations';
|
|
17
|
-
import { TemplateType } from '../../types';
|
|
18
|
-
|
|
19
|
-
const TEMPLATE = [
|
|
20
|
-
'{{! System Prompt }}',
|
|
21
|
-
'',
|
|
22
|
-
'You are a machine that is an expert chess player.',
|
|
23
|
-
'The move history of the current game is: {{history}}',
|
|
24
|
-
'If asked to suggest a move explain why it is a good move.',
|
|
25
|
-
'',
|
|
26
|
-
'{{#each artifacts}}',
|
|
27
|
-
'- {{this}}',
|
|
28
|
-
'{{/each}}',
|
|
29
|
-
'',
|
|
30
|
-
'---',
|
|
31
|
-
'',
|
|
32
|
-
'{{input}}',
|
|
33
|
-
'',
|
|
34
|
-
].join('\n');
|
|
35
|
-
|
|
36
|
-
const Render = () => {
|
|
37
|
-
const client = useClient();
|
|
38
|
-
const [template] = useState(() => {
|
|
39
|
-
const space = client.spaces.default;
|
|
40
|
-
return space.db.add(create(TemplateType, { source: TEMPLATE }));
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
return (
|
|
44
|
-
<div role='none' className='flex w-[40rem] border border-separator overflow-hidden'>
|
|
45
|
-
<TemplateEditor template={template} />
|
|
46
|
-
</div>
|
|
47
|
-
);
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
const meta: Meta<typeof TemplateEditor> = {
|
|
51
|
-
title: 'plugins/plugin-automation/TemplateEditor',
|
|
52
|
-
component: TemplateEditor,
|
|
53
|
-
render: Render,
|
|
54
|
-
decorators: [
|
|
55
|
-
withClientProvider({
|
|
56
|
-
createIdentity: true,
|
|
57
|
-
createSpace: true,
|
|
58
|
-
types: [TemplateType],
|
|
59
|
-
}),
|
|
60
|
-
withLayout({ fullscreen: true, classNames: 'flex justify-center' }),
|
|
61
|
-
withTheme,
|
|
62
|
-
],
|
|
63
|
-
parameters: {
|
|
64
|
-
translations,
|
|
65
|
-
},
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
export default meta;
|
|
69
|
-
|
|
70
|
-
type Story = Meta<typeof TemplateEditor>;
|
|
71
|
-
|
|
72
|
-
export const Default: Story = {};
|