@dxos/plugin-assistant 0.8.3 → 0.8.4-main.c1de068
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/ChatContainer-M3IHQLRS.mjs +54 -0
- package/dist/lib/browser/ChatContainer-M3IHQLRS.mjs.map +7 -0
- package/dist/lib/browser/ChatDialog-X6VN6QZI.mjs +72 -0
- package/dist/lib/browser/ChatDialog-X6VN6QZI.mjs.map +7 -0
- package/dist/lib/browser/SequenceContainer-3UDVKWPA.mjs +162 -0
- package/dist/lib/browser/SequenceContainer-3UDVKWPA.mjs.map +7 -0
- package/dist/lib/browser/{TemplateContainer-QQHVOTSI.mjs → TemplateContainer-RPJ2LBOB.mjs} +5 -6
- package/dist/lib/browser/TemplateContainer-RPJ2LBOB.mjs.map +7 -0
- package/dist/lib/browser/{app-graph-builder-E4H5DCOJ.mjs → app-graph-builder-JTXBKE7O.mjs} +34 -36
- package/dist/lib/browser/app-graph-builder-JTXBKE7O.mjs.map +7 -0
- package/dist/lib/browser/chunk-AEAEKWOC.mjs +98 -0
- package/dist/lib/browser/chunk-AEAEKWOC.mjs.map +7 -0
- package/dist/lib/browser/{chunk-BI6AHRNJ.mjs → chunk-EQDW6BYQ.mjs} +19 -68
- package/dist/lib/browser/chunk-EQDW6BYQ.mjs.map +7 -0
- package/dist/lib/{node/chunk-P74TWGMG.cjs → browser/chunk-FDCJSQYF.mjs} +10 -14
- package/dist/lib/{node-esm/chunk-BB2TAT4P.mjs.map → browser/chunk-FDCJSQYF.mjs.map} +1 -1
- package/dist/lib/browser/chunk-JQBVLTM5.mjs +158 -0
- package/dist/lib/browser/chunk-JQBVLTM5.mjs.map +7 -0
- package/dist/lib/browser/chunk-OWY4CUQY.mjs +2245 -0
- package/dist/lib/browser/chunk-OWY4CUQY.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +87 -119
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/intent-resolver-5RMMCMXG.mjs +60 -0
- package/dist/lib/browser/intent-resolver-5RMMCMXG.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/{react-surface-LXCNUSZN.mjs → react-surface-66VY37YQ.mjs} +42 -51
- package/dist/lib/browser/react-surface-66VY37YQ.mjs.map +7 -0
- package/dist/lib/browser/{settings-XRHXVWGB.mjs → settings-2DGP3UTS.mjs} +6 -6
- package/dist/lib/browser/settings-2DGP3UTS.mjs.map +7 -0
- package/dist/lib/browser/types/index.mjs +4 -20
- package/dist/lib/node-esm/ChatContainer-VZT74PO2.mjs +55 -0
- package/dist/lib/node-esm/ChatContainer-VZT74PO2.mjs.map +7 -0
- package/dist/lib/node-esm/ChatDialog-RJ6FDX4Q.mjs +73 -0
- package/dist/lib/node-esm/ChatDialog-RJ6FDX4Q.mjs.map +7 -0
- package/dist/lib/node-esm/SequenceContainer-RQQH5XOC.mjs +163 -0
- package/dist/lib/node-esm/SequenceContainer-RQQH5XOC.mjs.map +7 -0
- package/dist/lib/node-esm/{TemplateContainer-SOEWY2ZN.mjs → TemplateContainer-A3NAQCZE.mjs} +5 -6
- package/dist/lib/node-esm/TemplateContainer-A3NAQCZE.mjs.map +7 -0
- package/dist/lib/node-esm/{app-graph-builder-3SY5MBIK.mjs → app-graph-builder-OWSOXFTD.mjs} +34 -36
- package/dist/lib/node-esm/app-graph-builder-OWSOXFTD.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-OYN6HLXZ.mjs → chunk-2XL6MNPE.mjs} +44 -33
- package/dist/lib/node-esm/chunk-2XL6MNPE.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-BISJDTBK.mjs +159 -0
- package/dist/lib/node-esm/chunk-BISJDTBK.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-UCOFKNKN.mjs → chunk-E33DNNDW.mjs} +19 -68
- package/dist/lib/node-esm/chunk-E33DNNDW.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-QN2H2EHV.mjs +41 -0
- package/dist/lib/{browser/chunk-XOZ7YMO3.mjs.map → node-esm/chunk-QN2H2EHV.mjs.map} +1 -1
- package/dist/lib/node-esm/chunk-SENTQAEO.mjs +2246 -0
- package/dist/lib/node-esm/chunk-SENTQAEO.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +87 -119
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/intent-resolver-YPPYELY3.mjs +61 -0
- package/dist/lib/node-esm/intent-resolver-YPPYELY3.mjs.map +7 -0
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/{react-surface-7HA5EDWY.mjs → react-surface-RJMRBR2M.mjs} +42 -51
- package/dist/lib/node-esm/react-surface-RJMRBR2M.mjs.map +7 -0
- package/dist/lib/node-esm/{settings-5IAY6BT4.mjs → settings-47RYZOU4.mjs} +6 -6
- package/dist/lib/node-esm/settings-47RYZOU4.mjs.map +7 -0
- package/dist/lib/node-esm/types/index.mjs +4 -20
- package/dist/types/src/AssistantPlugin.d.ts.map +1 -1
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
- package/dist/types/src/capabilities/index.d.ts +1 -3
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts +2 -2
- package/dist/types/src/capabilities/intent-resolver.d.ts.map +1 -1
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
- package/dist/types/src/components/AssistantSettings/AssistantSettings.d.ts +2 -2
- package/dist/types/src/components/AssistantSettings/AssistantSettings.d.ts.map +1 -1
- package/dist/types/src/components/Chat/Chat.d.ts +47 -0
- package/dist/types/src/components/Chat/Chat.d.ts.map +1 -0
- package/dist/types/src/components/Chat/events.d.ts +30 -0
- package/dist/types/src/components/Chat/events.d.ts.map +1 -0
- package/dist/types/src/components/Chat/index.d.ts +3 -0
- package/dist/types/src/components/Chat/index.d.ts.map +1 -0
- package/dist/types/src/components/ChatContainer.d.ts +6 -6
- package/dist/types/src/components/ChatContainer.d.ts.map +1 -1
- package/dist/types/src/components/ChatDialog.d.ts +8 -0
- package/dist/types/src/components/ChatDialog.d.ts.map +1 -0
- package/dist/types/src/components/ChatPrompt/ChatActions.d.ts +11 -0
- package/dist/types/src/components/ChatPrompt/ChatActions.d.ts.map +1 -0
- package/dist/types/src/components/ChatPrompt/ChatOptionsMenu.d.ts +9 -0
- package/dist/types/src/components/ChatPrompt/ChatOptionsMenu.d.ts.map +1 -0
- package/dist/types/src/components/ChatPrompt/ChatPresets.d.ts +11 -0
- package/dist/types/src/components/ChatPrompt/ChatPresets.d.ts.map +1 -0
- package/dist/types/src/components/ChatPrompt/ChatReferences.d.ts +11 -0
- package/dist/types/src/components/ChatPrompt/ChatReferences.d.ts.map +1 -0
- package/dist/types/src/components/ChatPrompt/ChatStatusIndicator.d.ts +8 -0
- package/dist/types/src/components/ChatPrompt/ChatStatusIndicator.d.ts.map +1 -0
- package/dist/types/src/components/ChatPrompt/index.d.ts +6 -0
- package/dist/types/src/components/ChatPrompt/index.d.ts.map +1 -0
- package/dist/types/src/components/ChatThread/ChatMessage.d.ts +17 -0
- package/dist/types/src/components/ChatThread/ChatMessage.d.ts.map +1 -0
- package/dist/types/src/components/ChatThread/ChatThread.d.ts +19 -0
- package/dist/types/src/components/ChatThread/ChatThread.d.ts.map +1 -0
- package/dist/types/src/components/ChatThread/ChatThread.stories.d.ts +241 -0
- package/dist/types/src/components/ChatThread/ChatThread.stories.d.ts.map +1 -0
- package/dist/types/src/components/ChatThread/ToolBlock.d.ts +19 -0
- package/dist/types/src/components/ChatThread/ToolBlock.d.ts.map +1 -0
- package/dist/types/src/components/ChatThread/index.d.ts +2 -0
- package/dist/types/src/components/ChatThread/index.d.ts.map +1 -0
- package/dist/types/src/components/{Thread → ChatThread}/reducer.d.ts +4 -4
- package/dist/types/src/components/ChatThread/reducer.d.ts.map +1 -0
- package/dist/types/src/components/PromptSettings.d.ts +2 -2
- package/dist/types/src/components/PromptSettings.d.ts.map +1 -1
- package/dist/types/src/components/SequenceContainer.d.ts +8 -0
- package/dist/types/src/components/SequenceContainer.d.ts.map +1 -0
- package/dist/types/src/components/SequenceEditor/SequenceEditor.d.ts +13 -0
- package/dist/types/src/components/SequenceEditor/SequenceEditor.d.ts.map +1 -0
- package/dist/types/src/components/SequenceEditor/SequenceEditor.stories.d.ts +8 -0
- package/dist/types/src/components/SequenceEditor/SequenceEditor.stories.d.ts.map +1 -0
- package/dist/types/src/components/SequenceEditor/index.d.ts +2 -0
- package/dist/types/src/components/SequenceEditor/index.d.ts.map +1 -0
- package/dist/types/src/components/TemplateContainer.d.ts +5 -5
- package/dist/types/src/components/TemplateContainer.d.ts.map +1 -1
- package/dist/types/src/components/TemplateEditor/TemplateEditor.d.ts +2 -2
- package/dist/types/src/components/TemplateEditor/TemplateEditor.d.ts.map +1 -1
- package/dist/types/src/components/TemplateEditor/TemplateEditor.stories.d.ts +3 -3
- package/dist/types/src/components/TemplateEditor/TemplateEditor.stories.d.ts.map +1 -1
- package/dist/types/src/components/TemplateEditor/TemplateForm.d.ts +3 -3
- package/dist/types/src/components/TemplateEditor/TemplateForm.d.ts.map +1 -1
- package/dist/types/src/components/TemplateEditor/TemplateForm.stories.d.ts +1 -1
- package/dist/types/src/components/TemplateEditor/TemplateForm.stories.d.ts.map +1 -1
- package/dist/types/src/components/Toolbox/Toolbox.d.ts +11 -4
- package/dist/types/src/components/Toolbox/Toolbox.d.ts.map +1 -1
- package/dist/types/src/components/Toolbox/Toolbox.stories.d.ts +1 -1
- package/dist/types/src/components/Toolbox/Toolbox.stories.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +6 -12
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/events.d.ts.map +1 -1
- package/dist/types/src/hooks/{processor.d.ts → chat-processor.d.ts} +36 -22
- package/dist/types/src/hooks/chat-processor.d.ts.map +1 -0
- package/dist/types/src/hooks/chat-processor.test.d.ts +2 -0
- package/dist/types/src/hooks/chat-processor.test.d.ts.map +1 -0
- package/dist/types/src/hooks/index.d.ts +5 -5
- package/dist/types/src/hooks/index.d.ts.map +1 -1
- package/dist/types/src/hooks/presets.d.ts +13 -0
- package/dist/types/src/hooks/presets.d.ts.map +1 -0
- package/dist/types/src/hooks/useBlueprints.d.ts +9 -0
- package/dist/types/src/hooks/useBlueprints.d.ts.map +1 -0
- package/dist/types/src/hooks/useChatProcessor.d.ts +20 -8
- package/dist/types/src/hooks/useChatProcessor.d.ts.map +1 -1
- package/dist/types/src/hooks/useChatServices.d.ts +14 -0
- package/dist/types/src/hooks/useChatServices.d.ts.map +1 -0
- package/dist/types/src/hooks/useReferencesProvider.d.ts +7 -0
- package/dist/types/src/hooks/useReferencesProvider.d.ts.map +1 -0
- package/dist/types/src/parser/index.d.ts +1 -1
- package/dist/types/src/parser/index.d.ts.map +1 -1
- package/dist/types/src/queue-logger.d.ts +5 -5
- package/dist/types/src/queue-logger.d.ts.map +1 -1
- package/dist/types/src/stories/Chat.stories.d.ts +249 -0
- package/dist/types/src/stories/Chat.stories.d.ts.map +1 -0
- package/dist/types/src/testing/index.d.ts +1 -1
- package/dist/types/src/testing/index.d.ts.map +1 -1
- package/dist/types/src/testing/test-sequence.d.ts +8 -0
- package/dist/types/src/testing/test-sequence.d.ts.map +1 -0
- package/dist/types/src/translations.d.ts +77 -113
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/index.d.ts +1 -3
- package/dist/types/src/types/index.d.ts.map +1 -1
- package/dist/types/src/types/schema.d.ts +88 -0
- package/dist/types/src/types/schema.d.ts.map +1 -0
- package/dist/types/src/types/service.d.ts +9 -9
- package/dist/types/src/types/service.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +80 -74
- package/src/AssistantPlugin.tsx +20 -47
- package/src/capabilities/app-graph-builder.ts +35 -30
- package/src/capabilities/index.ts +0 -3
- package/src/capabilities/intent-resolver.ts +27 -14
- package/src/capabilities/react-surface.tsx +38 -37
- package/src/capabilities/settings.ts +3 -3
- package/src/components/AssistantSettings/AssistantSettings.tsx +4 -4
- package/src/components/Chat/Chat.tsx +388 -0
- package/src/components/Chat/events.ts +50 -0
- package/src/components/Chat/index.ts +7 -0
- package/src/components/ChatContainer.tsx +26 -20
- package/src/components/ChatDialog.tsx +64 -0
- package/src/components/ChatPrompt/ChatActions.tsx +71 -0
- package/src/components/ChatPrompt/ChatOptionsMenu.tsx +52 -0
- package/src/components/ChatPrompt/ChatPresets.tsx +28 -0
- package/src/components/ChatPrompt/ChatReferences.tsx +53 -0
- package/src/components/ChatPrompt/ChatStatusIndicator.tsx +39 -0
- package/src/components/ChatPrompt/index.ts +9 -0
- package/src/components/ChatThread/ChatMessage.tsx +268 -0
- package/src/components/ChatThread/ChatThread.stories.tsx +143 -0
- package/src/components/ChatThread/ChatThread.tsx +57 -0
- package/src/components/{Thread/ToolInvocations.tsx → ChatThread/ToolBlock.tsx} +36 -21
- package/src/{experimental/transcription → components/ChatThread}/index.ts +2 -0
- package/src/components/{Thread → ChatThread}/reducer.ts +14 -14
- package/src/components/PromptSettings.tsx +43 -45
- package/src/components/SequenceContainer.tsx +132 -0
- package/src/components/SequenceEditor/SequenceEditor.stories.tsx +32 -0
- package/src/components/{BlueprintEditor/BlueprintEditor.tsx → SequenceEditor/SequenceEditor.tsx} +7 -7
- package/src/components/{AmbientDialog → SequenceEditor}/index.ts +1 -1
- package/src/components/TemplateContainer.tsx +8 -7
- package/src/components/TemplateEditor/TemplateEditor.stories.tsx +28 -33
- package/src/components/TemplateEditor/TemplateEditor.tsx +32 -19
- package/src/components/TemplateEditor/TemplateForm.stories.tsx +15 -15
- package/src/components/TemplateEditor/TemplateForm.tsx +47 -55
- package/src/components/Toolbox/Toolbox.stories.tsx +5 -6
- package/src/components/Toolbox/Toolbox.tsx +60 -4
- package/src/components/index.ts +4 -5
- package/src/events.ts +2 -2
- package/src/hooks/{processor.test.ts → chat-processor.test.ts} +3 -2
- package/src/hooks/chat-processor.ts +314 -0
- package/src/hooks/index.ts +5 -5
- package/src/hooks/presets.ts +52 -0
- package/src/hooks/useBlueprints.ts +57 -0
- package/src/hooks/useChatProcessor.ts +143 -0
- package/src/hooks/useChatServices.ts +91 -0
- package/src/hooks/{useContextProvider.ts → useReferencesProvider.ts} +14 -14
- package/src/parser/index.ts +1 -1
- package/src/queue-logger.ts +6 -6
- package/src/stories/Chat.stories.tsx +378 -0
- package/src/testing/index.ts +1 -1
- package/src/testing/test-functions.ts +1 -1
- package/src/testing/test-sequence.ts +51 -0
- package/src/tools/openapi.test.ts +11 -11
- package/src/translations.ts +43 -23
- package/src/types/index.ts +1 -3
- package/src/types/schema.ts +95 -0
- package/dist/lib/browser/AssistantDialog-MQOOR364.mjs +0 -47
- package/dist/lib/browser/AssistantDialog-MQOOR364.mjs.map +0 -7
- package/dist/lib/browser/BlueprintContainer-AT5Y7EXG.mjs +0 -321
- package/dist/lib/browser/BlueprintContainer-AT5Y7EXG.mjs.map +0 -7
- package/dist/lib/browser/ChatContainer-C2NEAS3A.mjs +0 -40
- package/dist/lib/browser/ChatContainer-C2NEAS3A.mjs.map +0 -7
- package/dist/lib/browser/TemplateContainer-QQHVOTSI.mjs.map +0 -7
- package/dist/lib/browser/ai-client-MK2ZZII2.mjs +0 -39
- package/dist/lib/browser/ai-client-MK2ZZII2.mjs.map +0 -7
- package/dist/lib/browser/app-graph-builder-E4H5DCOJ.mjs.map +0 -7
- package/dist/lib/browser/chunk-AAOKC2JN.mjs +0 -208
- package/dist/lib/browser/chunk-AAOKC2JN.mjs.map +0 -7
- package/dist/lib/browser/chunk-BI6AHRNJ.mjs.map +0 -7
- package/dist/lib/browser/chunk-JO4W3MF7.mjs +0 -2101
- package/dist/lib/browser/chunk-JO4W3MF7.mjs.map +0 -7
- package/dist/lib/browser/chunk-JQFUME3B.mjs +0 -87
- package/dist/lib/browser/chunk-JQFUME3B.mjs.map +0 -7
- package/dist/lib/browser/chunk-MEGMOFJB.mjs +0 -16
- package/dist/lib/browser/chunk-MEGMOFJB.mjs.map +0 -7
- package/dist/lib/browser/chunk-Q6UZ4F3H.mjs +0 -96
- package/dist/lib/browser/chunk-Q6UZ4F3H.mjs.map +0 -7
- package/dist/lib/browser/chunk-UE3IZ4PN.mjs +0 -15
- package/dist/lib/browser/chunk-UE3IZ4PN.mjs.map +0 -7
- package/dist/lib/browser/chunk-XOZ7YMO3.mjs +0 -20
- package/dist/lib/browser/intent-resolver-3UICTGPM.mjs +0 -43
- package/dist/lib/browser/intent-resolver-3UICTGPM.mjs.map +0 -7
- package/dist/lib/browser/react-surface-LXCNUSZN.mjs.map +0 -7
- package/dist/lib/browser/settings-XRHXVWGB.mjs.map +0 -7
- package/dist/lib/node/AssistantDialog-AN4Z6YUV.cjs +0 -73
- package/dist/lib/node/AssistantDialog-AN4Z6YUV.cjs.map +0 -7
- package/dist/lib/node/BlueprintContainer-NOWLDYCZ.cjs +0 -344
- package/dist/lib/node/BlueprintContainer-NOWLDYCZ.cjs.map +0 -7
- package/dist/lib/node/ChatContainer-VKYBQHUB.cjs +0 -68
- package/dist/lib/node/ChatContainer-VKYBQHUB.cjs.map +0 -7
- package/dist/lib/node/TemplateContainer-JZF2DCCG.cjs +0 -58
- package/dist/lib/node/TemplateContainer-JZF2DCCG.cjs.map +0 -7
- package/dist/lib/node/ai-client-7HNSMUMT.cjs +0 -53
- package/dist/lib/node/ai-client-7HNSMUMT.cjs.map +0 -7
- package/dist/lib/node/app-graph-builder-PPR5B5KU.cjs +0 -235
- package/dist/lib/node/app-graph-builder-PPR5B5KU.cjs.map +0 -7
- package/dist/lib/node/chunk-4EEWTDQK.cjs +0 -117
- package/dist/lib/node/chunk-4EEWTDQK.cjs.map +0 -7
- package/dist/lib/node/chunk-FUAGEO7Q.cjs +0 -52
- package/dist/lib/node/chunk-FUAGEO7Q.cjs.map +0 -7
- package/dist/lib/node/chunk-HRNIUYVQ.cjs +0 -128
- package/dist/lib/node/chunk-HRNIUYVQ.cjs.map +0 -7
- package/dist/lib/node/chunk-IKZBMHSW.cjs +0 -184
- package/dist/lib/node/chunk-IKZBMHSW.cjs.map +0 -7
- package/dist/lib/node/chunk-LMDJEGZ2.cjs +0 -233
- package/dist/lib/node/chunk-LMDJEGZ2.cjs.map +0 -7
- package/dist/lib/node/chunk-NIDICM57.cjs +0 -2080
- package/dist/lib/node/chunk-NIDICM57.cjs.map +0 -7
- package/dist/lib/node/chunk-P74TWGMG.cjs.map +0 -7
- package/dist/lib/node/chunk-QGPWY6GW.cjs +0 -34
- package/dist/lib/node/chunk-QGPWY6GW.cjs.map +0 -7
- package/dist/lib/node/index.cjs +0 -289
- package/dist/lib/node/index.cjs.map +0 -7
- package/dist/lib/node/intent-resolver-QSWGTKON.cjs +0 -58
- package/dist/lib/node/intent-resolver-QSWGTKON.cjs.map +0 -7
- package/dist/lib/node/meta.json +0 -1
- package/dist/lib/node/react-surface-D3NBYRZ6.cjs +0 -172
- package/dist/lib/node/react-surface-D3NBYRZ6.cjs.map +0 -7
- package/dist/lib/node/settings-2JXLKYGE.cjs +0 -36
- package/dist/lib/node/settings-2JXLKYGE.cjs.map +0 -7
- package/dist/lib/node/types/index.cjs +0 -54
- package/dist/lib/node/types/index.cjs.map +0 -7
- package/dist/lib/node-esm/AssistantDialog-6WEMLUPU.mjs +0 -48
- package/dist/lib/node-esm/AssistantDialog-6WEMLUPU.mjs.map +0 -7
- package/dist/lib/node-esm/BlueprintContainer-STOJAVML.mjs +0 -322
- package/dist/lib/node-esm/BlueprintContainer-STOJAVML.mjs.map +0 -7
- package/dist/lib/node-esm/ChatContainer-3MVBTUJN.mjs +0 -41
- package/dist/lib/node-esm/ChatContainer-3MVBTUJN.mjs.map +0 -7
- package/dist/lib/node-esm/TemplateContainer-SOEWY2ZN.mjs.map +0 -7
- package/dist/lib/node-esm/ai-client-XGZBJ6BE.mjs +0 -40
- package/dist/lib/node-esm/ai-client-XGZBJ6BE.mjs.map +0 -7
- package/dist/lib/node-esm/app-graph-builder-3SY5MBIK.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-34EX6E5Q.mjs +0 -18
- package/dist/lib/node-esm/chunk-34EX6E5Q.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-3UEZLJ2V.mjs +0 -16
- package/dist/lib/node-esm/chunk-3UEZLJ2V.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-BB2TAT4P.mjs +0 -22
- package/dist/lib/node-esm/chunk-CDAILLCU.mjs +0 -98
- package/dist/lib/node-esm/chunk-CDAILLCU.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-J6UXXZGJ.mjs +0 -209
- package/dist/lib/node-esm/chunk-J6UXXZGJ.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-OD574YIU.mjs +0 -2102
- package/dist/lib/node-esm/chunk-OD574YIU.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-OYN6HLXZ.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-UCOFKNKN.mjs.map +0 -7
- package/dist/lib/node-esm/intent-resolver-E6MXTYAU.mjs +0 -44
- package/dist/lib/node-esm/intent-resolver-E6MXTYAU.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-7HA5EDWY.mjs.map +0 -7
- package/dist/lib/node-esm/settings-5IAY6BT4.mjs.map +0 -7
- package/dist/types/src/capabilities/ai-client.d.ts +0 -5
- package/dist/types/src/capabilities/ai-client.d.ts.map +0 -1
- package/dist/types/src/capabilities/capabilities.d.ts +0 -6
- package/dist/types/src/capabilities/capabilities.d.ts.map +0 -1
- package/dist/types/src/components/AmbientDialog/AmbientDialog.d.ts +0 -10
- 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/BlueprintContainer.d.ts +0 -9
- package/dist/types/src/components/BlueprintContainer.d.ts.map +0 -1
- package/dist/types/src/components/BlueprintEditor/BlueprintEditor.d.ts +0 -13
- package/dist/types/src/components/BlueprintEditor/BlueprintEditor.d.ts.map +0 -1
- package/dist/types/src/components/BlueprintEditor/BlueprintEditor.stories.d.ts +0 -8
- package/dist/types/src/components/BlueprintEditor/BlueprintEditor.stories.d.ts.map +0 -1
- package/dist/types/src/components/BlueprintEditor/index.d.ts +0 -2
- package/dist/types/src/components/BlueprintEditor/index.d.ts.map +0 -1
- package/dist/types/src/components/Prompt/Prompt.d.ts +0 -23
- package/dist/types/src/components/Prompt/Prompt.d.ts.map +0 -1
- package/dist/types/src/components/Prompt/Prompt.stories.d.ts +0 -13
- package/dist/types/src/components/Prompt/Prompt.stories.d.ts.map +0 -1
- package/dist/types/src/components/Prompt/PromptBar.d.ts +0 -16
- package/dist/types/src/components/Prompt/PromptBar.d.ts.map +0 -1
- package/dist/types/src/components/Prompt/PromptBar.stories.d.ts +0 -9
- package/dist/types/src/components/Prompt/PromptBar.stories.d.ts.map +0 -1
- package/dist/types/src/components/Prompt/autocomplete.d.ts +0 -25
- 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/Prompt/references.d.ts +0 -30
- package/dist/types/src/components/Prompt/references.d.ts.map +0 -1
- package/dist/types/src/components/Thread/Thread.d.ts +0 -28
- 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 -13
- package/dist/types/src/components/Thread/ThreadContainer.d.ts.map +0 -1
- package/dist/types/src/components/Thread/ThreadContainer.stories.d.ts +0 -16
- package/dist/types/src/components/Thread/ThreadContainer.stories.d.ts.map +0 -1
- package/dist/types/src/components/Thread/ThreadMessage.d.ts +0 -16
- 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.map +0 -1
- package/dist/types/src/experimental/transcription/index.d.ts +0 -1
- package/dist/types/src/experimental/transcription/index.d.ts.map +0 -1
- 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/useContextProvider.d.ts +0 -17
- package/dist/types/src/hooks/useContextProvider.d.ts.map +0 -1
- package/dist/types/src/hooks/useMessageQueue.d.ts +0 -42
- 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/stories/Prompt.stories.d.ts +0 -8
- package/dist/types/src/stories/Prompt.stories.d.ts.map +0 -1
- package/dist/types/src/stories/Query.stories.d.ts +0 -19
- package/dist/types/src/stories/Query.stories.d.ts.map +0 -1
- package/dist/types/src/stories/Research.stories.d.ts +0 -15
- package/dist/types/src/stories/Research.stories.d.ts.map +0 -1
- package/dist/types/src/stories/test-data.d.ts +0 -3
- package/dist/types/src/stories/test-data.d.ts.map +0 -1
- package/dist/types/src/stories/testing.d.ts +0 -12
- package/dist/types/src/stories/testing.d.ts.map +0 -1
- package/dist/types/src/testing/test-blueprint.d.ts +0 -8
- package/dist/types/src/testing/test-blueprint.d.ts.map +0 -1
- package/dist/types/src/types/chat.d.ts +0 -23
- package/dist/types/src/types/chat.d.ts.map +0 -1
- package/dist/types/src/types/template.d.ts +0 -56
- package/dist/types/src/types/template.d.ts.map +0 -1
- package/dist/types/src/types/types.d.ts +0 -50
- package/dist/types/src/types/types.d.ts.map +0 -1
- package/src/capabilities/ai-client.ts +0 -42
- package/src/capabilities/capabilities.ts +0 -15
- package/src/components/AmbientDialog/AmbientDialog.stories.tsx +0 -84
- package/src/components/AmbientDialog/AmbientDialog.tsx +0 -117
- package/src/components/AssistantDialog.tsx +0 -37
- package/src/components/BlueprintContainer.tsx +0 -148
- package/src/components/BlueprintEditor/BlueprintEditor.stories.tsx +0 -32
- package/src/components/BlueprintEditor/index.ts +0 -5
- package/src/components/Prompt/Prompt.stories.tsx +0 -121
- package/src/components/Prompt/Prompt.tsx +0 -124
- package/src/components/Prompt/PromptBar.stories.tsx +0 -69
- package/src/components/Prompt/PromptBar.tsx +0 -105
- package/src/components/Prompt/autocomplete.ts +0 -218
- package/src/components/Prompt/index.ts +0 -6
- package/src/components/Prompt/references.ts +0 -180
- package/src/components/Thread/Thread.stories.tsx +0 -201
- package/src/components/Thread/Thread.tsx +0 -118
- package/src/components/Thread/ThreadContainer.stories.tsx +0 -283
- package/src/components/Thread/ThreadContainer.tsx +0 -105
- package/src/components/Thread/ThreadMessage.tsx +0 -234
- package/src/components/Thread/index.ts +0 -6
- package/src/hooks/processor.ts +0 -238
- package/src/hooks/useChatProcessor.tsx +0 -97
- package/src/hooks/useMessageQueue.ts +0 -22
- package/src/hooks/useServices.ts +0 -28
- package/src/hooks/useTextInputEvents.ts +0 -49
- package/src/stories/Prompt.stories.tsx +0 -60
- package/src/stories/Query.stories.tsx +0 -514
- package/src/stories/Research.stories.tsx +0 -482
- package/src/stories/test-data.ts +0 -128
- package/src/stories/testing.ts +0 -60
- package/src/testing/test-blueprint.ts +0 -58
- package/src/types/chat.ts +0 -32
- package/src/types/template.ts +0 -66
- package/src/types/types.ts +0 -48
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { Schema } from 'effect';
|
|
2
|
-
import { Type } from '@dxos/echo';
|
|
3
|
-
export declare enum TemplateInputType {
|
|
4
|
-
VALUE = 0,
|
|
5
|
-
PASS_THROUGH = 1,
|
|
6
|
-
RETRIEVER = 2,
|
|
7
|
-
FUNCTION = 3,
|
|
8
|
-
QUERY = 4,
|
|
9
|
-
RESOLVER = 5,
|
|
10
|
-
CONTEXT = 6,
|
|
11
|
-
SCHEMA = 7
|
|
12
|
-
}
|
|
13
|
-
export declare const TemplateInputSchema: Schema.mutable<Schema.Struct<{
|
|
14
|
-
name: typeof Schema.String;
|
|
15
|
-
type: Schema.optional<Schema.Enums<typeof TemplateInputType>>;
|
|
16
|
-
value: Schema.optional<typeof Schema.String>;
|
|
17
|
-
}>>;
|
|
18
|
-
export type TemplateInput = Schema.Schema.Type<typeof TemplateInputSchema>;
|
|
19
|
-
export declare const TemplateKinds: readonly ["always", "schema-matching", "automatically", "manual"];
|
|
20
|
-
export type TemplateKind = (typeof TemplateKinds)[number];
|
|
21
|
-
export declare const TemplateKindSchema: Schema.Union<[Schema.Struct<{
|
|
22
|
-
include: Schema.Literal<["always"]>;
|
|
23
|
-
}>, Schema.Struct<{
|
|
24
|
-
include: Schema.Literal<["schema-matching"]>;
|
|
25
|
-
typename: typeof Schema.String;
|
|
26
|
-
}>, Schema.Struct<{
|
|
27
|
-
include: Schema.Literal<["automatically"]>;
|
|
28
|
-
description: typeof Schema.String;
|
|
29
|
-
}>, Schema.Struct<{
|
|
30
|
-
include: Schema.Literal<["manual"]>;
|
|
31
|
-
}>]>;
|
|
32
|
-
export type TemplateKindType = Schema.Schema.Type<typeof TemplateKindSchema>;
|
|
33
|
-
export declare const TemplateType: Type.obj<Schema.Struct<{
|
|
34
|
-
name: Schema.optional<typeof Schema.String>;
|
|
35
|
-
kind: Schema.mutable<Schema.Union<[Schema.Struct<{
|
|
36
|
-
include: Schema.Literal<["always"]>;
|
|
37
|
-
}>, Schema.Struct<{
|
|
38
|
-
include: Schema.Literal<["schema-matching"]>;
|
|
39
|
-
typename: typeof Schema.String;
|
|
40
|
-
}>, Schema.Struct<{
|
|
41
|
-
include: Schema.Literal<["automatically"]>;
|
|
42
|
-
description: typeof Schema.String;
|
|
43
|
-
}>, Schema.Struct<{
|
|
44
|
-
include: Schema.Literal<["manual"]>;
|
|
45
|
-
}>]>>;
|
|
46
|
-
source: typeof Schema.String;
|
|
47
|
-
inputs: Schema.optional<Schema.mutable<Schema.Array$<Schema.mutable<Schema.Struct<{
|
|
48
|
-
name: typeof Schema.String;
|
|
49
|
-
type: Schema.optional<Schema.Enums<typeof TemplateInputType>>;
|
|
50
|
-
value: Schema.optional<typeof Schema.String>;
|
|
51
|
-
}>>>>>;
|
|
52
|
-
command: Schema.optional<typeof Schema.String>;
|
|
53
|
-
}>>;
|
|
54
|
-
export interface TemplateType extends Schema.Schema.Type<typeof TemplateType> {
|
|
55
|
-
}
|
|
56
|
-
//# sourceMappingURL=template.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../../src/types/template.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAIlC,oBAAY,iBAAiB;IAC3B,KAAK,IAAI;IACT,YAAY,IAAI;IAChB,SAAS,IAAI;IACb,QAAQ,IAAI;IACZ,KAAK,IAAI;IACT,QAAQ,IAAI;IACZ,OAAO,IAAI;IACX,MAAM,IAAI;CACX;AAED,eAAO,MAAM,mBAAmB;;;;GAM/B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAE3E,eAAO,MAAM,aAAa,mEAAoE,CAAC;AAC/F,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;AAE1D,eAAO,MAAM,kBAAkB;;;;;;;;;;IAe9B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC7E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;GAYxB,CAAC;AACF,MAAM,WAAW,YAAa,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,YAAY,CAAC;CAAG"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { Schema } from 'effect';
|
|
2
|
-
export declare namespace AssistantAction {
|
|
3
|
-
const CreateChat_base: Schema.TaggedClass<CreateChat, "dxos.org/plugin/assistant/action/create-chat", {
|
|
4
|
-
readonly _tag: Schema.tag<"dxos.org/plugin/assistant/action/create-chat">;
|
|
5
|
-
} & {
|
|
6
|
-
input: Schema.Struct<{
|
|
7
|
-
space: Schema.Schema<import("@dxos/client-protocol").Space, import("@dxos/client-protocol").Space, never>;
|
|
8
|
-
name: Schema.optional<typeof Schema.String>;
|
|
9
|
-
}>;
|
|
10
|
-
output: Schema.Struct<{
|
|
11
|
-
object: import("@dxos/echo/Type").obj<Schema.Struct<{
|
|
12
|
-
id: import("@dxos/keys").ObjectIdClass;
|
|
13
|
-
name: Schema.optional<typeof Schema.String>;
|
|
14
|
-
queue: import("@dxos/echo/Type").ref<Schema.Schema<import("@dxos/echo-db").Queue<import("@dxos/echo/Obj").Any | import("@dxos/echo/Relation").Any>, import("@dxos/echo-db").Queue<import("@dxos/echo/Obj").Any | import("@dxos/echo/Relation").Any>, never>>;
|
|
15
|
-
}>>;
|
|
16
|
-
}>;
|
|
17
|
-
}>;
|
|
18
|
-
export class CreateChat extends CreateChat_base {
|
|
19
|
-
}
|
|
20
|
-
const CreateBlueprint_base: Schema.TaggedClass<CreateBlueprint, "dxos.org/plugin/assistant/action/create-blueprint", {
|
|
21
|
-
readonly _tag: Schema.tag<"dxos.org/plugin/assistant/action/create-blueprint">;
|
|
22
|
-
} & {
|
|
23
|
-
input: Schema.Struct<{
|
|
24
|
-
name: Schema.optional<typeof Schema.String>;
|
|
25
|
-
}>;
|
|
26
|
-
output: Schema.Struct<{
|
|
27
|
-
object: import("@dxos/echo/Type").obj<Schema.Struct<{
|
|
28
|
-
name: Schema.optional<typeof Schema.String>;
|
|
29
|
-
steps: Schema.Array$<Schema.Struct<{
|
|
30
|
-
id: import("@dxos/keys").ObjectIdClass;
|
|
31
|
-
instructions: typeof Schema.String;
|
|
32
|
-
tools: Schema.optional<Schema.Array$<typeof Schema.String>>;
|
|
33
|
-
}>>;
|
|
34
|
-
}>>;
|
|
35
|
-
}>;
|
|
36
|
-
}>;
|
|
37
|
-
export class CreateBlueprint extends CreateBlueprint_base {
|
|
38
|
-
}
|
|
39
|
-
export {};
|
|
40
|
-
}
|
|
41
|
-
export declare const LLM_PROVIDERS: readonly ["edge", "ollama", "lmstudio"];
|
|
42
|
-
export declare const AssistantSettingsSchema: Schema.mutable<Schema.Struct<{
|
|
43
|
-
llmProvider: Schema.optional<Schema.Literal<["edge", "ollama", "lmstudio"]>>;
|
|
44
|
-
edgeModel: Schema.optional<typeof Schema.String>;
|
|
45
|
-
ollamaModel: Schema.optional<typeof Schema.String>;
|
|
46
|
-
lmstudioModel: Schema.optional<typeof Schema.String>;
|
|
47
|
-
customPrompts: Schema.optional<typeof Schema.Boolean>;
|
|
48
|
-
}>>;
|
|
49
|
-
export type AssistantSettingsProps = Schema.Schema.Type<typeof AssistantSettingsSchema>;
|
|
50
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/types/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAQhC,yBAAiB,eAAe,CAAC;;;;;;;;;;;;;;;;IAG/B,MAAM,OAAO,UAAW,SAAQ,eAQ9B;KAAG;;;;;;;;;;;;;;;;;;IAEL,MAAM,OAAO,eAAgB,SAAQ,oBAOnC;KAAG;;CACN;AAED,eAAO,MAAM,aAAa,yCAA0C,CAAC;AAErE,eAAO,MAAM,uBAAuB;;;;;;GAQnC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import { effect, signal } from '@preact/signals-core';
|
|
6
|
-
|
|
7
|
-
import { type AiServiceClient, EdgeAiServiceClient, OllamaAiServiceClient } from '@dxos/ai';
|
|
8
|
-
import { Capabilities, contributes, type PluginContext } from '@dxos/app-framework';
|
|
9
|
-
import { ClientCapabilities } from '@dxos/plugin-client';
|
|
10
|
-
|
|
11
|
-
import { AssistantCapabilities } from './capabilities';
|
|
12
|
-
import { ASSISTANT_PLUGIN } from '../meta';
|
|
13
|
-
import { type AssistantSettingsProps } from '../types';
|
|
14
|
-
|
|
15
|
-
// TODO(wittjosiah): Factor out.
|
|
16
|
-
const DEFAULT_AI_SERVICE_URL = 'http://localhost:8788';
|
|
17
|
-
|
|
18
|
-
export default (context: PluginContext) => {
|
|
19
|
-
const client = context.getCapability(ClientCapabilities.Client);
|
|
20
|
-
const endpoint = client.config.values.runtime?.services?.ai?.server ?? DEFAULT_AI_SERVICE_URL;
|
|
21
|
-
const aiClient = signal<AiServiceClient>(new EdgeAiServiceClient({ endpoint }));
|
|
22
|
-
|
|
23
|
-
const unsubscribe = effect(() => {
|
|
24
|
-
const settings = context
|
|
25
|
-
.getCapability(Capabilities.SettingsStore)
|
|
26
|
-
.getStore<AssistantSettingsProps>(ASSISTANT_PLUGIN)?.value;
|
|
27
|
-
|
|
28
|
-
if (settings?.llmProvider === 'ollama') {
|
|
29
|
-
aiClient.value = new OllamaAiServiceClient();
|
|
30
|
-
} else {
|
|
31
|
-
aiClient.value = new EdgeAiServiceClient({
|
|
32
|
-
endpoint,
|
|
33
|
-
defaultGenerationOptions: {
|
|
34
|
-
// model: '@anthropic/claude-sonnet-4-20250514',
|
|
35
|
-
model: '@anthropic/claude-3-5-haiku-20241022',
|
|
36
|
-
},
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
return contributes(AssistantCapabilities.AiClient, aiClient, () => unsubscribe());
|
|
42
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import { type ReadonlySignal } from '@preact/signals-core';
|
|
6
|
-
|
|
7
|
-
import { type AiServiceClient } from '@dxos/ai';
|
|
8
|
-
import { defineCapability } from '@dxos/app-framework';
|
|
9
|
-
|
|
10
|
-
import { ASSISTANT_PLUGIN } from '../meta';
|
|
11
|
-
|
|
12
|
-
// TODO(burdon): Move to types to import from other plugins?
|
|
13
|
-
export namespace AssistantCapabilities {
|
|
14
|
-
export const AiClient = defineCapability<ReadonlySignal<AiServiceClient>>(`${ASSISTANT_PLUGIN}/capability/ai-client`);
|
|
15
|
-
}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import '@dxos-theme';
|
|
6
|
-
|
|
7
|
-
import { type StoryObj, type Meta } from '@storybook/react';
|
|
8
|
-
import React, { useState } from 'react';
|
|
9
|
-
|
|
10
|
-
import { IntentPlugin } from '@dxos/app-framework';
|
|
11
|
-
import { withPluginManager } from '@dxos/app-framework/testing';
|
|
12
|
-
import { Config } from '@dxos/client';
|
|
13
|
-
import { faker } from '@dxos/random';
|
|
14
|
-
import { withClientProvider } from '@dxos/react-client/testing';
|
|
15
|
-
import { Dialog, Toolbar, Button } from '@dxos/react-ui';
|
|
16
|
-
import { withTheme, withLayout } from '@dxos/storybook-utils';
|
|
17
|
-
|
|
18
|
-
import { AmbientDialog } from './AmbientDialog';
|
|
19
|
-
import translations from '../../translations';
|
|
20
|
-
|
|
21
|
-
const meta: Meta<typeof AmbientDialog> = {
|
|
22
|
-
title: 'plugins/plugin-assistant/AmbientDialog',
|
|
23
|
-
component: AmbientDialog,
|
|
24
|
-
render: () => {
|
|
25
|
-
const [open, setOpen] = useState(true);
|
|
26
|
-
const [items, setItems] = useState<string[]>([]);
|
|
27
|
-
return (
|
|
28
|
-
<>
|
|
29
|
-
<div>
|
|
30
|
-
<Toolbar.Root>
|
|
31
|
-
<Toolbar.Button onClick={() => setOpen(true)}>Open</Toolbar.Button>
|
|
32
|
-
</Toolbar.Root>
|
|
33
|
-
</div>
|
|
34
|
-
<Dialog.Root open={open} onOpenChange={setOpen}>
|
|
35
|
-
<AmbientDialog>
|
|
36
|
-
<div className='flex flex-col h-full overflow-hidden'>
|
|
37
|
-
<div className='flex flex-col h-full gap-2 overflow-auto'>
|
|
38
|
-
{items.map((item) => (
|
|
39
|
-
<div key={item} className='px-2'>
|
|
40
|
-
{item}
|
|
41
|
-
</div>
|
|
42
|
-
))}
|
|
43
|
-
{items.length > 0 && <div className='pbe-2' />}
|
|
44
|
-
</div>
|
|
45
|
-
<div className='shrink-0 h-[40px]'>
|
|
46
|
-
<Button onClick={() => setItems([...items, faker.lorem.word()])}>Add</Button>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
</AmbientDialog>
|
|
50
|
-
</Dialog.Root>
|
|
51
|
-
</>
|
|
52
|
-
);
|
|
53
|
-
},
|
|
54
|
-
decorators: [
|
|
55
|
-
// TODO(burdon): Replace with ClientPlugin.
|
|
56
|
-
withClientProvider({
|
|
57
|
-
config: new Config({
|
|
58
|
-
runtime: {
|
|
59
|
-
client: { edgeFeatures: { signaling: true } },
|
|
60
|
-
services: {
|
|
61
|
-
edge: { url: 'https://edge.dxos.workers.dev/' },
|
|
62
|
-
iceProviders: [{ urls: 'https://edge.dxos.workers.dev/ice' }],
|
|
63
|
-
},
|
|
64
|
-
},
|
|
65
|
-
}),
|
|
66
|
-
createIdentity: true,
|
|
67
|
-
createSpace: true,
|
|
68
|
-
}),
|
|
69
|
-
withPluginManager({
|
|
70
|
-
plugins: [IntentPlugin()],
|
|
71
|
-
}),
|
|
72
|
-
withTheme,
|
|
73
|
-
withLayout({ fullscreen: true }),
|
|
74
|
-
],
|
|
75
|
-
parameters: {
|
|
76
|
-
translations,
|
|
77
|
-
},
|
|
78
|
-
};
|
|
79
|
-
|
|
80
|
-
export default meta;
|
|
81
|
-
|
|
82
|
-
type Story = StoryObj<typeof AmbientDialog>;
|
|
83
|
-
|
|
84
|
-
export const Default: Story = {};
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import React, { type PropsWithChildren, useCallback, useEffect, useState } from 'react';
|
|
6
|
-
|
|
7
|
-
import { Dialog, Icon, IconButton } from '@dxos/react-ui';
|
|
8
|
-
import { resizeAttributes, ResizeHandle, type Size, sizeStyle } from '@dxos/react-ui-dnd';
|
|
9
|
-
import { mx } from '@dxos/react-ui-theme';
|
|
10
|
-
|
|
11
|
-
const preventDefault = (event: Event) => event.preventDefault();
|
|
12
|
-
|
|
13
|
-
const minSize = 5;
|
|
14
|
-
|
|
15
|
-
export type AmbientDialogProps = PropsWithChildren<{
|
|
16
|
-
open?: boolean;
|
|
17
|
-
title?: string;
|
|
18
|
-
resizeable?: boolean;
|
|
19
|
-
onOpenChange?: (open: boolean) => void;
|
|
20
|
-
onEscape?: () => void;
|
|
21
|
-
}>;
|
|
22
|
-
|
|
23
|
-
export const AmbientDialog = ({
|
|
24
|
-
children,
|
|
25
|
-
open: controlledOpen,
|
|
26
|
-
title,
|
|
27
|
-
resizeable = true,
|
|
28
|
-
onOpenChange,
|
|
29
|
-
onEscape,
|
|
30
|
-
}: AmbientDialogProps) => {
|
|
31
|
-
const [resizeKey, setReizeKey] = useState(0);
|
|
32
|
-
const [size, setSize] = useState<Size>('min-content');
|
|
33
|
-
const [open, setOpen] = useState(controlledOpen);
|
|
34
|
-
|
|
35
|
-
// Update controlled value.
|
|
36
|
-
useEffect(() => {
|
|
37
|
-
setOpen(controlledOpen);
|
|
38
|
-
}, [controlledOpen]);
|
|
39
|
-
|
|
40
|
-
// Update size and key.
|
|
41
|
-
useEffect(() => {
|
|
42
|
-
setSize(open ? 'min-content' : minSize);
|
|
43
|
-
setReizeKey((key) => key + 1);
|
|
44
|
-
}, [open]);
|
|
45
|
-
|
|
46
|
-
// TODO(burdon): Animate open/close.
|
|
47
|
-
// NOTE: We set the min size to 5rem (80px), and the header and prompt bar to 40px (i.e., the rail-size) each.
|
|
48
|
-
// The dialog has no vertical padding and has box-content so that when closed it collapses to the size of the header and prompt bar.
|
|
49
|
-
const handleToggle = useCallback(() => {
|
|
50
|
-
setOpen((open) => {
|
|
51
|
-
onOpenChange?.(!open);
|
|
52
|
-
return !open;
|
|
53
|
-
});
|
|
54
|
-
}, []);
|
|
55
|
-
|
|
56
|
-
return (
|
|
57
|
-
<div role='none' className='dx-dialog__overlay bg-transparent pointer-events-none' data-block-align='end'>
|
|
58
|
-
<Dialog.Content
|
|
59
|
-
classNames='relative box-content p-0 md:is-[35rem] md:max-is-none overflow-hidden pointer-events-auto transition-[block-size] ease-in-out duration-0 [&:not([data-dx-resizing="true"])]:duration-200'
|
|
60
|
-
inOverlayLayout
|
|
61
|
-
{...resizeAttributes}
|
|
62
|
-
style={{
|
|
63
|
-
...(resizeable ? sizeStyle(size, 'vertical', true) : {}),
|
|
64
|
-
maxBlockSize: 'calc(100dvh - env(safe-area-inset-bottom) - env(safe-area-inset-top) - 9rem)',
|
|
65
|
-
}}
|
|
66
|
-
onEscapeKeyDown={onEscape}
|
|
67
|
-
onInteractOutside={preventDefault}
|
|
68
|
-
>
|
|
69
|
-
{(resizeable && (
|
|
70
|
-
<>
|
|
71
|
-
<ResizeHandle
|
|
72
|
-
key={resizeKey}
|
|
73
|
-
side='block-start'
|
|
74
|
-
defaultSize='min-content'
|
|
75
|
-
minSize={minSize}
|
|
76
|
-
fallbackSize={minSize}
|
|
77
|
-
iconPosition='center'
|
|
78
|
-
onSizeChange={setSize}
|
|
79
|
-
/>
|
|
80
|
-
|
|
81
|
-
<DialogHeader open={open} title={title} onToggle={handleToggle} />
|
|
82
|
-
</>
|
|
83
|
-
)) || <Dialog.Title srOnly />}
|
|
84
|
-
|
|
85
|
-
{children}
|
|
86
|
-
</Dialog.Content>
|
|
87
|
-
</div>
|
|
88
|
-
);
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Matches same layout grid as PromptBar.
|
|
93
|
-
*/
|
|
94
|
-
const DialogHeader = ({ open, title, onToggle }: { open?: boolean; title?: string; onToggle: () => void }) => {
|
|
95
|
-
return (
|
|
96
|
-
<div className='flex shrink-0 w-full grid grid-cols-[var(--rail-action)_1fr_var(--rail-action)] items-center overflow-hidden'>
|
|
97
|
-
<div className='flex w-[--rail-action] h-[--rail-action] items-center justify-center'>
|
|
98
|
-
<Dialog.Close>
|
|
99
|
-
<Icon icon='ph--x--regular' />
|
|
100
|
-
</Dialog.Close>
|
|
101
|
-
</div>
|
|
102
|
-
<div className='grow'>
|
|
103
|
-
<Dialog.Title classNames='flex justify-center text-xs text-subdued'>{title}</Dialog.Title>
|
|
104
|
-
</div>
|
|
105
|
-
<div className='flex w-[--rail-action] h-[--rail-action] items-center justify-center'>
|
|
106
|
-
<IconButton
|
|
107
|
-
variant='ghost'
|
|
108
|
-
icon={'ph--caret-up--regular'}
|
|
109
|
-
classNames={mx('[&>svg]:transition [&>svg]:duration-200', open && '[&>svg]:rotate-180')}
|
|
110
|
-
iconOnly
|
|
111
|
-
label='Shrink'
|
|
112
|
-
onClick={onToggle}
|
|
113
|
-
/>
|
|
114
|
-
</div>
|
|
115
|
-
</div>
|
|
116
|
-
);
|
|
117
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import React, { type FC, useState } from 'react';
|
|
6
|
-
|
|
7
|
-
import { useCapability, Capabilities, useCapabilities } from '@dxos/app-framework';
|
|
8
|
-
import { TranscriptionCapabilities } from '@dxos/plugin-transcription';
|
|
9
|
-
import { useTranslation } from '@dxos/react-ui';
|
|
10
|
-
|
|
11
|
-
import { AmbientDialog } from './AmbientDialog';
|
|
12
|
-
import { ThreadContainer } from './Thread';
|
|
13
|
-
import { ASSISTANT_PLUGIN } from '../meta';
|
|
14
|
-
import { type AssistantSettingsProps, type AIChatType } from '../types';
|
|
15
|
-
|
|
16
|
-
export const AssistantDialog: FC<{ chat?: AIChatType }> = ({ chat }) => {
|
|
17
|
-
const { t } = useTranslation(ASSISTANT_PLUGIN);
|
|
18
|
-
const transcription = useCapabilities(TranscriptionCapabilities.Transcriber).length > 0;
|
|
19
|
-
const settings = useCapability(Capabilities.SettingsStore).getStore<AssistantSettingsProps>(ASSISTANT_PLUGIN)?.value;
|
|
20
|
-
|
|
21
|
-
// TODO(burdon): Refocus when open.
|
|
22
|
-
const [open, setOpen] = useState(false);
|
|
23
|
-
|
|
24
|
-
return (
|
|
25
|
-
<AmbientDialog open={open} onOpenChange={setOpen} title={t('assistant dialog title')}>
|
|
26
|
-
<ThreadContainer
|
|
27
|
-
part={'dialog'}
|
|
28
|
-
chat={chat}
|
|
29
|
-
onOpenChange={setOpen}
|
|
30
|
-
settings={settings}
|
|
31
|
-
transcription={transcription}
|
|
32
|
-
/>
|
|
33
|
-
</AmbientDialog>
|
|
34
|
-
);
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
export default AssistantDialog;
|
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import { type EditorView } from '@codemirror/view';
|
|
6
|
-
import JSON5 from 'json5';
|
|
7
|
-
import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react';
|
|
8
|
-
|
|
9
|
-
import { ToolRegistry } from '@dxos/ai';
|
|
10
|
-
import { useCapability } from '@dxos/app-framework';
|
|
11
|
-
import {
|
|
12
|
-
type Blueprint,
|
|
13
|
-
type BlueprintDefinition,
|
|
14
|
-
BlueprintMachine,
|
|
15
|
-
createLocalSearchTool,
|
|
16
|
-
createExaTool,
|
|
17
|
-
createGraphWriterTool,
|
|
18
|
-
} from '@dxos/assistant';
|
|
19
|
-
import { getSpace } from '@dxos/client/echo';
|
|
20
|
-
import { DXN, Key } from '@dxos/echo';
|
|
21
|
-
import { Toolbar, useTranslation } from '@dxos/react-ui';
|
|
22
|
-
import { getSelectionSet, useSelectionManager } from '@dxos/react-ui-attention';
|
|
23
|
-
import { StackItem, type StackItemContentProps } from '@dxos/react-ui-stack';
|
|
24
|
-
|
|
25
|
-
import { BlueprintEditor } from './BlueprintEditor';
|
|
26
|
-
import { AssistantCapabilities } from '../capabilities';
|
|
27
|
-
import { meta } from '../meta';
|
|
28
|
-
import { QueueLogger } from '../queue-logger';
|
|
29
|
-
|
|
30
|
-
// TODO(burdon): Move to config.
|
|
31
|
-
export const EXA_API_KEY = '9c7e17ff-0c85-4cd5-827a-8b489f139e03';
|
|
32
|
-
|
|
33
|
-
// TODO(burdon): Validate.
|
|
34
|
-
const parseBlueprint = (text: string): BlueprintDefinition | undefined => {
|
|
35
|
-
try {
|
|
36
|
-
const json = JSON5.parse(text);
|
|
37
|
-
const { steps } = json;
|
|
38
|
-
return { steps };
|
|
39
|
-
} catch (error) {
|
|
40
|
-
// Ignore.
|
|
41
|
-
}
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
export const BlueprintContainer = ({
|
|
45
|
-
role,
|
|
46
|
-
blueprint,
|
|
47
|
-
}: Pick<StackItemContentProps, 'role'> & { blueprint: Blueprint }) => {
|
|
48
|
-
const { t } = useTranslation(meta.id);
|
|
49
|
-
const aiClient = useCapability(AssistantCapabilities.AiClient);
|
|
50
|
-
const selectionManager = useSelectionManager();
|
|
51
|
-
const [definition, setDefinition] = useState<BlueprintDefinition>();
|
|
52
|
-
useEffect(() => {
|
|
53
|
-
setDefinition({
|
|
54
|
-
steps: blueprint.steps.map(({ instructions, tools }) => ({ instructions, tools })),
|
|
55
|
-
});
|
|
56
|
-
}, [blueprint]);
|
|
57
|
-
|
|
58
|
-
const editorRef = useRef<EditorView | undefined>(undefined);
|
|
59
|
-
|
|
60
|
-
// TODO(burdon): Factor out.
|
|
61
|
-
const toolRegistry = useMemo(() => {
|
|
62
|
-
const space = getSpace(blueprint);
|
|
63
|
-
if (!space) {
|
|
64
|
-
return;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
// TODO(burdon): How should the queue be created?
|
|
68
|
-
const queue = space.queues.create();
|
|
69
|
-
|
|
70
|
-
return new ToolRegistry([
|
|
71
|
-
createExaTool({ apiKey: EXA_API_KEY }),
|
|
72
|
-
createLocalSearchTool(space.db, queue),
|
|
73
|
-
createGraphWriterTool({
|
|
74
|
-
db: space.db,
|
|
75
|
-
queue,
|
|
76
|
-
schema: [], // TODO(burdon): Get schema from client/blueprint?
|
|
77
|
-
onDone: async (objects) => {
|
|
78
|
-
await queue.append(objects);
|
|
79
|
-
},
|
|
80
|
-
}),
|
|
81
|
-
]);
|
|
82
|
-
}, [blueprint]);
|
|
83
|
-
|
|
84
|
-
const formatAndSave = useCallback((): BlueprintDefinition | undefined => {
|
|
85
|
-
if (!blueprint) {
|
|
86
|
-
return;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
const text = editorRef.current?.state.doc.toString();
|
|
90
|
-
if (!text) {
|
|
91
|
-
return;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
const definition = parseBlueprint(text);
|
|
95
|
-
if (!definition) {
|
|
96
|
-
return;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
setDefinition(definition);
|
|
100
|
-
const formatted = JSON.stringify(definition, null, 2);
|
|
101
|
-
editorRef.current?.dispatch({
|
|
102
|
-
changes: { from: 0, to: text.length, insert: formatted },
|
|
103
|
-
});
|
|
104
|
-
|
|
105
|
-
blueprint.steps.length = 0;
|
|
106
|
-
for (const step of definition.steps) {
|
|
107
|
-
blueprint.steps.push({
|
|
108
|
-
id: Key.ObjectId.random(),
|
|
109
|
-
instructions: step.instructions,
|
|
110
|
-
tools: step.tools,
|
|
111
|
-
});
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
return blueprint;
|
|
115
|
-
}, [blueprint]);
|
|
116
|
-
|
|
117
|
-
// TODO(burdon): Save raw blueprint separately from parsed blueprint? (like Script).
|
|
118
|
-
const handleSave = useCallback(() => formatAndSave(), [formatAndSave]);
|
|
119
|
-
|
|
120
|
-
const handleRun = useCallback(async () => {
|
|
121
|
-
if (!aiClient?.value || !toolRegistry) {
|
|
122
|
-
return;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
formatAndSave();
|
|
126
|
-
|
|
127
|
-
// Get input from selection.
|
|
128
|
-
const input = Array.from(getSelectionSet(selectionManager)).map((id) => DXN.fromLocalObjectId(id));
|
|
129
|
-
if (!input.length) {
|
|
130
|
-
return;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
const machine = new BlueprintMachine(toolRegistry, blueprint).setLogger(new QueueLogger(blueprint));
|
|
134
|
-
await machine.runToCompletion({ aiClient: aiClient.value, input });
|
|
135
|
-
}, [aiClient.value, blueprint, formatAndSave, selectionManager, toolRegistry]);
|
|
136
|
-
|
|
137
|
-
return (
|
|
138
|
-
<StackItem.Content role={role} toolbar>
|
|
139
|
-
<Toolbar.Root>
|
|
140
|
-
<Toolbar.Button onClick={handleSave}>{t('button save')}</Toolbar.Button>
|
|
141
|
-
<Toolbar.Button onClick={handleRun}>{t('button run')}</Toolbar.Button>
|
|
142
|
-
</Toolbar.Root>
|
|
143
|
-
{definition && <BlueprintEditor ref={editorRef} blueprint={definition} />}
|
|
144
|
-
</StackItem.Content>
|
|
145
|
-
);
|
|
146
|
-
};
|
|
147
|
-
|
|
148
|
-
export default BlueprintContainer;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2025 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import '@dxos-theme';
|
|
6
|
-
|
|
7
|
-
import { type StoryObj, type Meta } from '@storybook/react';
|
|
8
|
-
|
|
9
|
-
import { withLayout, withTheme } from '@dxos/storybook-utils';
|
|
10
|
-
|
|
11
|
-
import { BlueprintEditor } from './BlueprintEditor';
|
|
12
|
-
import { RESEARCH_BLUEPRINT_DEFINITION } from '../../testing';
|
|
13
|
-
import translations from '../../translations';
|
|
14
|
-
|
|
15
|
-
const meta: Meta<typeof BlueprintEditor> = {
|
|
16
|
-
title: 'plugins/plugin-assistant/BlueprintEditor',
|
|
17
|
-
component: BlueprintEditor,
|
|
18
|
-
decorators: [withTheme, withLayout({ fullscreen: true, classNames: 'mli-auto max-is-[50rem] justify-center' })],
|
|
19
|
-
parameters: {
|
|
20
|
-
translations,
|
|
21
|
-
},
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
export default meta;
|
|
25
|
-
|
|
26
|
-
type Story = StoryObj<typeof BlueprintEditor>;
|
|
27
|
-
|
|
28
|
-
export const Default: Story = {
|
|
29
|
-
args: {
|
|
30
|
-
blueprint: RESEARCH_BLUEPRINT_DEFINITION,
|
|
31
|
-
},
|
|
32
|
-
};
|