@dxos/plugin-assistant 0.8.4-main.c1de068 → 0.8.4-main.dedc0f3
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/{TemplateContainer-RPJ2LBOB.mjs → BlueprintContainer-BFNN6K46.mjs} +11 -9
- package/dist/lib/browser/BlueprintContainer-BFNN6K46.mjs.map +7 -0
- package/dist/lib/browser/ChatCompanion-YYYCHZYV.mjs +126 -0
- package/dist/lib/browser/ChatCompanion-YYYCHZYV.mjs.map +7 -0
- package/dist/lib/browser/{ChatContainer-M3IHQLRS.mjs → ChatContainer-G6YHR6GJ.mjs} +34 -13
- package/dist/lib/browser/ChatContainer-G6YHR6GJ.mjs.map +7 -0
- package/dist/lib/browser/{ChatDialog-X6VN6QZI.mjs → ChatDialog-HJ7VDRQO.mjs} +28 -12
- package/dist/lib/browser/ChatDialog-HJ7VDRQO.mjs.map +7 -0
- package/dist/lib/browser/{SequenceContainer-3UDVKWPA.mjs → SequenceContainer-TF5QNXYM.mjs} +5 -17
- package/dist/lib/browser/SequenceContainer-TF5QNXYM.mjs.map +7 -0
- package/dist/lib/browser/ai-service-YC2EQPHA.mjs +22 -0
- package/dist/lib/browser/ai-service-YC2EQPHA.mjs.map +7 -0
- package/dist/lib/browser/{app-graph-builder-JTXBKE7O.mjs → app-graph-builder-3C43MLCD.mjs} +26 -96
- package/dist/lib/browser/app-graph-builder-3C43MLCD.mjs.map +7 -0
- package/dist/lib/browser/blueprint-definition-VHFSRTEJ.mjs +12 -0
- package/dist/lib/browser/blueprint-definition-VHFSRTEJ.mjs.map +7 -0
- package/dist/lib/browser/chunk-EZUSNS2J.mjs +19 -0
- package/dist/lib/browser/chunk-EZUSNS2J.mjs.map +7 -0
- package/dist/lib/browser/chunk-GLWD66TA.mjs +161 -0
- package/dist/lib/browser/chunk-GLWD66TA.mjs.map +7 -0
- package/dist/lib/browser/chunk-J5LGTIGS.mjs +10 -0
- package/dist/lib/browser/chunk-J5LGTIGS.mjs.map +7 -0
- package/dist/lib/browser/chunk-O4LUJEDV.mjs +20 -0
- package/dist/lib/browser/{chunk-FDCJSQYF.mjs.map → chunk-O4LUJEDV.mjs.map} +2 -2
- package/dist/lib/browser/chunk-PL4O4ZJU.mjs +1974 -0
- package/dist/lib/browser/chunk-PL4O4ZJU.mjs.map +7 -0
- package/dist/lib/browser/chunk-PPJAIE2T.mjs +299 -0
- package/dist/lib/browser/chunk-PPJAIE2T.mjs.map +7 -0
- package/dist/lib/browser/chunk-PQI3MGDN.mjs +169 -0
- package/dist/lib/browser/chunk-PQI3MGDN.mjs.map +7 -0
- package/dist/lib/browser/chunk-R6LRGW3I.mjs +216 -0
- package/dist/lib/browser/chunk-R6LRGW3I.mjs.map +7 -0
- package/dist/lib/browser/chunk-SMIVXXAI.mjs +202 -0
- package/dist/lib/browser/chunk-SMIVXXAI.mjs.map +7 -0
- package/dist/lib/browser/compute-runtime-X6IREJN3.mjs +155 -0
- package/dist/lib/browser/compute-runtime-X6IREJN3.mjs.map +7 -0
- package/dist/lib/browser/edge-model-resolver-JNEB355N.mjs +22 -0
- package/dist/lib/browser/edge-model-resolver-JNEB355N.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +166 -68
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/intent-resolver-I6M3ZDAS.mjs +112 -0
- package/dist/lib/browser/intent-resolver-I6M3ZDAS.mjs.map +7 -0
- package/dist/lib/browser/local-model-resolver-EUXSRZ7X.mjs +21 -0
- package/dist/lib/browser/local-model-resolver-EUXSRZ7X.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/react-surface-WNLA2636.mjs +109 -0
- package/dist/lib/browser/react-surface-WNLA2636.mjs.map +7 -0
- package/dist/lib/browser/{settings-2DGP3UTS.mjs → settings-36V3VUMW.mjs} +6 -5
- package/dist/lib/{node-esm/settings-47RYZOU4.mjs.map → browser/settings-36V3VUMW.mjs.map} +1 -1
- package/dist/lib/browser/state-AINRYS5W.mjs +21 -0
- package/dist/lib/browser/state-AINRYS5W.mjs.map +7 -0
- package/dist/lib/browser/toolkit-Y5OYX5PO.mjs +191 -0
- package/dist/lib/browser/toolkit-Y5OYX5PO.mjs.map +7 -0
- package/dist/lib/browser/types/index.mjs +7 -4
- package/dist/lib/node-esm/{TemplateContainer-A3NAQCZE.mjs → BlueprintContainer-X4MRBKDR.mjs} +11 -9
- package/dist/lib/node-esm/BlueprintContainer-X4MRBKDR.mjs.map +7 -0
- package/dist/lib/node-esm/ChatCompanion-PUAFRIEC.mjs +127 -0
- package/dist/lib/node-esm/ChatCompanion-PUAFRIEC.mjs.map +7 -0
- package/dist/lib/node-esm/{ChatContainer-VZT74PO2.mjs → ChatContainer-EZZF7RSQ.mjs} +34 -13
- package/dist/lib/node-esm/ChatContainer-EZZF7RSQ.mjs.map +7 -0
- package/dist/lib/node-esm/{ChatDialog-RJ6FDX4Q.mjs → ChatDialog-PTQLZNJU.mjs} +28 -12
- package/dist/lib/node-esm/ChatDialog-PTQLZNJU.mjs.map +7 -0
- package/dist/lib/node-esm/{SequenceContainer-RQQH5XOC.mjs → SequenceContainer-UXOVZPZO.mjs} +5 -17
- package/dist/lib/node-esm/SequenceContainer-UXOVZPZO.mjs.map +7 -0
- package/dist/lib/node-esm/ai-service-XUMZVFCK.mjs +23 -0
- package/dist/lib/node-esm/ai-service-XUMZVFCK.mjs.map +7 -0
- package/dist/lib/node-esm/{app-graph-builder-OWSOXFTD.mjs → app-graph-builder-NM3JDLQ2.mjs} +26 -96
- package/dist/lib/node-esm/app-graph-builder-NM3JDLQ2.mjs.map +7 -0
- package/dist/lib/node-esm/blueprint-definition-4E6XTLVN.mjs +13 -0
- package/dist/lib/node-esm/blueprint-definition-4E6XTLVN.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-4WLFSXZG.mjs +170 -0
- package/dist/lib/node-esm/chunk-4WLFSXZG.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-7YOGZI66.mjs +203 -0
- package/dist/lib/node-esm/chunk-7YOGZI66.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +11 -0
- package/dist/lib/node-esm/chunk-HSLMI22Q.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-LVTG5JTW.mjs +217 -0
- package/dist/lib/node-esm/chunk-LVTG5JTW.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-QG2KT3AT.mjs +163 -0
- package/dist/lib/node-esm/chunk-QG2KT3AT.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-VFY2JG62.mjs +22 -0
- package/dist/lib/node-esm/{chunk-QN2H2EHV.mjs.map → chunk-VFY2JG62.mjs.map} +2 -2
- package/dist/lib/node-esm/chunk-VH3LTD76.mjs +300 -0
- package/dist/lib/node-esm/chunk-VH3LTD76.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-XD4CDA4R.mjs +20 -0
- package/dist/lib/node-esm/chunk-XD4CDA4R.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-ZIDP7HBI.mjs +1975 -0
- package/dist/lib/node-esm/chunk-ZIDP7HBI.mjs.map +7 -0
- package/dist/lib/node-esm/compute-runtime-NRHLLTSC.mjs +156 -0
- package/dist/lib/node-esm/compute-runtime-NRHLLTSC.mjs.map +7 -0
- package/dist/lib/node-esm/edge-model-resolver-UE5TLLJZ.mjs +23 -0
- package/dist/lib/node-esm/edge-model-resolver-UE5TLLJZ.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +166 -68
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/intent-resolver-VIINHFMT.mjs +113 -0
- package/dist/lib/node-esm/intent-resolver-VIINHFMT.mjs.map +7 -0
- package/dist/lib/node-esm/local-model-resolver-JBEFVVZA.mjs +22 -0
- package/dist/lib/node-esm/local-model-resolver-JBEFVVZA.mjs.map +7 -0
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/react-surface-GP3LU6DX.mjs +110 -0
- package/dist/lib/node-esm/react-surface-GP3LU6DX.mjs.map +7 -0
- package/dist/lib/node-esm/{settings-47RYZOU4.mjs → settings-7ZCZ6AS5.mjs} +6 -5
- package/dist/lib/{browser/settings-2DGP3UTS.mjs.map → node-esm/settings-7ZCZ6AS5.mjs.map} +1 -1
- package/dist/lib/node-esm/state-EQS5KP6M.mjs +22 -0
- package/dist/lib/node-esm/state-EQS5KP6M.mjs.map +7 -0
- package/dist/lib/node-esm/toolkit-2F2OL6WB.mjs +192 -0
- package/dist/lib/node-esm/toolkit-2F2OL6WB.mjs.map +7 -0
- package/dist/lib/node-esm/types/index.mjs +7 -4
- package/dist/types/src/AssistantPlugin.d.ts.map +1 -1
- package/dist/types/src/capabilities/ai-service.d.ts +5 -0
- package/dist/types/src/capabilities/ai-service.d.ts.map +1 -0
- package/dist/types/src/capabilities/app-graph-builder.d.ts +1 -1
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
- package/dist/types/src/capabilities/blueprint-definition.d.ts +7 -0
- package/dist/types/src/capabilities/blueprint-definition.d.ts.map +1 -0
- package/dist/types/src/capabilities/capabilities.d.ts +32 -0
- package/dist/types/src/capabilities/capabilities.d.ts.map +1 -0
- package/dist/types/src/capabilities/compute-runtime.d.ts +5 -0
- package/dist/types/src/capabilities/compute-runtime.d.ts.map +1 -0
- package/dist/types/src/capabilities/edge-model-resolver.d.ts +4 -0
- package/dist/types/src/capabilities/edge-model-resolver.d.ts.map +1 -0
- package/dist/types/src/capabilities/index.d.ts +12 -3
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts +1 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts.map +1 -1
- package/dist/types/src/capabilities/local-model-resolver.d.ts +10 -0
- package/dist/types/src/capabilities/local-model-resolver.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-surface.d.ts +1 -1
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
- package/dist/types/src/capabilities/settings.d.ts +1 -1
- package/dist/types/src/capabilities/state.d.ts +4 -0
- package/dist/types/src/capabilities/state.d.ts.map +1 -0
- package/dist/types/src/capabilities/toolkit.d.ts +4 -0
- package/dist/types/src/capabilities/toolkit.d.ts.map +1 -0
- package/dist/types/src/components/AssistantSettings/AssistantSettings.d.ts.map +1 -1
- package/dist/types/src/components/BlueprintContainer.d.ts +8 -0
- package/dist/types/src/components/BlueprintContainer.d.ts.map +1 -0
- package/dist/types/src/components/Chat/Chat.d.ts +20 -17
- package/dist/types/src/components/Chat/Chat.d.ts.map +1 -1
- package/dist/types/src/components/Chat/events.d.ts +5 -0
- package/dist/types/src/components/Chat/events.d.ts.map +1 -1
- package/dist/types/src/components/ChatCompanion.d.ts +13 -0
- package/dist/types/src/components/ChatCompanion.d.ts.map +1 -0
- package/dist/types/src/components/ChatContainer.d.ts +4 -4
- package/dist/types/src/components/ChatContainer.d.ts.map +1 -1
- package/dist/types/src/components/ChatDialog.d.ts.map +1 -1
- package/dist/types/src/components/ChatProgress/ChatProgress.d.ts +7 -0
- package/dist/types/src/components/ChatProgress/ChatProgress.d.ts.map +1 -0
- package/dist/types/src/components/ChatProgress/index.d.ts +2 -0
- package/dist/types/src/components/ChatProgress/index.d.ts.map +1 -0
- package/dist/types/src/components/ChatPrompt/ChatActions.d.ts.map +1 -1
- package/dist/types/src/components/ChatPrompt/ChatOptions.d.ts +20 -0
- package/dist/types/src/components/ChatPrompt/ChatOptions.d.ts.map +1 -0
- package/dist/types/src/components/ChatPrompt/ChatPresets.d.ts.map +1 -1
- package/dist/types/src/components/ChatPrompt/ChatReferences.d.ts +4 -5
- package/dist/types/src/components/ChatPrompt/ChatReferences.d.ts.map +1 -1
- package/dist/types/src/components/ChatPrompt/ChatStatusIndicator.d.ts +6 -4
- package/dist/types/src/components/ChatPrompt/ChatStatusIndicator.d.ts.map +1 -1
- package/dist/types/src/components/ChatPrompt/index.d.ts +1 -1
- package/dist/types/src/components/ChatPrompt/index.d.ts.map +1 -1
- package/dist/types/src/components/ChatThread/ChatThread.d.ts +10 -7
- package/dist/types/src/components/ChatThread/ChatThread.d.ts.map +1 -1
- package/dist/types/src/components/ChatThread/ChatThread.stories.d.ts +115 -74
- package/dist/types/src/components/ChatThread/ChatThread.stories.d.ts.map +1 -1
- package/dist/types/src/components/ChatThread/Link.d.ts +9 -0
- package/dist/types/src/components/ChatThread/Link.d.ts.map +1 -0
- package/dist/types/src/components/ChatThread/reducers.d.ts +40 -0
- package/dist/types/src/components/ChatThread/reducers.d.ts.map +1 -0
- package/dist/types/src/components/ChatThread/registry.d.ts +11 -0
- package/dist/types/src/components/ChatThread/registry.d.ts.map +1 -0
- package/dist/types/src/components/ChatThread/sync.d.ts +36 -0
- package/dist/types/src/components/ChatThread/sync.d.ts.map +1 -0
- package/dist/types/src/components/ChatThread/sync.test.d.ts +2 -0
- package/dist/types/src/components/ChatThread/sync.test.d.ts.map +1 -0
- package/dist/types/src/components/PromptSettings.d.ts.map +1 -1
- package/dist/types/src/components/SequenceContainer.d.ts.map +1 -1
- package/dist/types/src/components/SequenceEditor/SequenceEditor.d.ts.map +1 -1
- package/dist/types/src/components/SequenceEditor/SequenceEditor.stories.d.ts +261 -2
- package/dist/types/src/components/SequenceEditor/SequenceEditor.stories.d.ts.map +1 -1
- package/dist/types/src/components/TemplateEditor/TemplateEditor.d.ts +2 -6
- package/dist/types/src/components/TemplateEditor/TemplateEditor.d.ts.map +1 -1
- package/dist/types/src/components/TemplateEditor/TemplateEditor.stories.d.ts +261 -6
- package/dist/types/src/components/TemplateEditor/TemplateEditor.stories.d.ts.map +1 -1
- package/dist/types/src/components/TemplateEditor/TemplateForm.d.ts +2 -1
- package/dist/types/src/components/TemplateEditor/TemplateForm.d.ts.map +1 -1
- package/dist/types/src/components/TemplateEditor/TemplateForm.stories.d.ts +258 -1
- package/dist/types/src/components/TemplateEditor/TemplateForm.stories.d.ts.map +1 -1
- package/dist/types/src/components/TemplateEditor/handlebars-extension.d.ts +12 -0
- package/dist/types/src/components/TemplateEditor/handlebars-extension.d.ts.map +1 -0
- package/dist/types/src/components/ToolBlock/ToolBlock.d.ts +19 -0
- package/dist/types/src/components/ToolBlock/ToolBlock.d.ts.map +1 -0
- package/dist/types/src/components/ToolBlock/ToolBlockWidget.d.ts +2 -0
- package/dist/types/src/components/ToolBlock/ToolBlockWidget.d.ts.map +1 -0
- package/dist/types/src/components/ToolBlock/index.d.ts +3 -0
- package/dist/types/src/components/ToolBlock/index.d.ts.map +1 -0
- package/dist/types/src/components/Toolbar/Toolbar.d.ts +5 -0
- package/dist/types/src/components/Toolbar/Toolbar.d.ts.map +1 -0
- package/dist/types/src/components/Toolbar/index.d.ts +2 -0
- package/dist/types/src/components/Toolbar/index.d.ts.map +1 -0
- package/dist/types/src/components/Toolbar/useChatToolbarActions.d.ts +11 -0
- package/dist/types/src/components/Toolbar/useChatToolbarActions.d.ts.map +1 -0
- package/dist/types/src/components/Toolbox/Toolbox.d.ts +4 -9
- package/dist/types/src/components/Toolbox/Toolbox.d.ts.map +1 -1
- package/dist/types/src/components/Toolbox/Toolbox.stories.d.ts +262 -4
- package/dist/types/src/components/Toolbox/Toolbox.stories.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +5 -2
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/events.d.ts +1 -1
- package/dist/types/src/events.d.ts.map +1 -1
- package/dist/types/src/execution-graph/execution-graph.d.ts +21 -0
- package/dist/types/src/execution-graph/execution-graph.d.ts.map +1 -0
- package/dist/types/src/execution-graph/index.d.ts +2 -0
- package/dist/types/src/execution-graph/index.d.ts.map +1 -0
- package/dist/types/src/functions/analysis.d.ts +5 -0
- package/dist/types/src/functions/analysis.d.ts.map +1 -0
- package/dist/types/src/functions/index.d.ts +4 -0
- package/dist/types/src/functions/index.d.ts.map +1 -0
- package/dist/types/src/functions/list.d.ts +10 -0
- package/dist/types/src/functions/list.d.ts.map +1 -0
- package/dist/types/src/functions/load.d.ts +8 -0
- package/dist/types/src/functions/load.d.ts.map +1 -0
- package/dist/types/src/hooks/index.d.ts +9 -3
- package/dist/types/src/hooks/index.d.ts.map +1 -1
- package/dist/types/src/hooks/useBlueprintRegistry.d.ts +24 -0
- package/dist/types/src/hooks/useBlueprintRegistry.d.ts.map +1 -0
- package/dist/types/src/hooks/useChatProcessor.d.ts +8 -21
- package/dist/types/src/hooks/useChatProcessor.d.ts.map +1 -1
- package/dist/types/src/hooks/useChatServices.d.ts +5 -6
- package/dist/types/src/hooks/useChatServices.d.ts.map +1 -1
- package/dist/types/src/hooks/useComputeRuntimeCallback.d.ts +8 -0
- package/dist/types/src/hooks/useComputeRuntimeCallback.d.ts.map +1 -0
- package/dist/types/src/hooks/useContextBinder.d.ts +4 -0
- package/dist/types/src/hooks/useContextBinder.d.ts.map +1 -0
- package/dist/types/src/hooks/useContextObjects.d.ts +15 -0
- package/dist/types/src/hooks/useContextObjects.d.ts.map +1 -0
- package/dist/types/src/hooks/useExecutionGraph.d.ts +6 -0
- package/dist/types/src/hooks/useExecutionGraph.d.ts.map +1 -0
- package/dist/types/src/hooks/useFlush.d.ts +6 -0
- package/dist/types/src/hooks/useFlush.d.ts.map +1 -0
- package/dist/types/src/hooks/useItemTypes.d.ts +4 -0
- package/dist/types/src/hooks/useItemTypes.d.ts.map +1 -0
- package/dist/types/src/hooks/useOnline.d.ts +3 -0
- package/dist/types/src/hooks/useOnline.d.ts.map +1 -0
- package/dist/types/src/hooks/usePresets.d.ts +7 -0
- package/dist/types/src/hooks/usePresets.d.ts.map +1 -0
- package/dist/types/src/hooks/useReferencesProvider.d.ts.map +1 -1
- package/dist/types/src/processor/index.d.ts +3 -0
- package/dist/types/src/processor/index.d.ts.map +1 -0
- package/dist/types/src/{hooks → processor}/presets.d.ts +2 -2
- package/dist/types/src/processor/presets.d.ts.map +1 -0
- package/dist/types/src/processor/processor.d.ts +73 -0
- package/dist/types/src/processor/processor.d.ts.map +1 -0
- package/dist/types/src/processor/processor.test.d.ts +2 -0
- package/dist/types/src/processor/processor.test.d.ts.map +1 -0
- package/dist/types/src/stories/Chat.stories.d.ts +26 -245
- package/dist/types/src/stories/Chat.stories.d.ts.map +1 -1
- package/dist/types/src/stories/components/BlueprintContainer.d.ts +4 -0
- package/dist/types/src/stories/components/BlueprintContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/ChatContainer.d.ts +4 -0
- package/dist/types/src/stories/components/ChatContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/ChessContainer.d.ts +4 -0
- package/dist/types/src/stories/components/ChessContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/CommentsContainer.d.ts +4 -0
- package/dist/types/src/stories/components/CommentsContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/DebugCard.d.ts +8 -0
- package/dist/types/src/stories/components/DebugCard.d.ts.map +1 -0
- package/dist/types/src/stories/components/GraphContainer.d.ts +6 -0
- package/dist/types/src/stories/components/GraphContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/InvocationsContainer.d.ts +4 -0
- package/dist/types/src/stories/components/InvocationsContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/LoggingContainer.d.ts +7 -0
- package/dist/types/src/stories/components/LoggingContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/MessageContainer.d.ts +4 -0
- package/dist/types/src/stories/components/MessageContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/PromptContainer.d.ts +6 -0
- package/dist/types/src/stories/components/PromptContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/ResearchInputStack.d.ts +4 -0
- package/dist/types/src/stories/components/ResearchInputStack.d.ts.map +1 -0
- package/dist/types/src/stories/components/ResearchOutputStack.d.ts +4 -0
- package/dist/types/src/stories/components/ResearchOutputStack.d.ts.map +1 -0
- package/dist/types/src/stories/components/TasksContainer.d.ts +4 -0
- package/dist/types/src/stories/components/TasksContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/TokenManagerContainer.d.ts +3 -0
- package/dist/types/src/stories/components/TokenManagerContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/TriggersContainer.d.ts +14 -0
- package/dist/types/src/stories/components/TriggersContainer.d.ts.map +1 -0
- package/dist/types/src/stories/components/index.d.ts +16 -0
- package/dist/types/src/stories/components/index.d.ts.map +1 -0
- package/dist/types/src/stories/components/types.d.ts +7 -0
- package/dist/types/src/stories/components/types.d.ts.map +1 -0
- package/dist/types/src/stories/testing/data.d.ts +9 -0
- package/dist/types/src/stories/testing/data.d.ts.map +1 -0
- package/dist/types/src/stories/testing/index.d.ts +3 -0
- package/dist/types/src/stories/testing/index.d.ts.map +1 -0
- package/dist/types/src/stories/testing/schema.d.ts +7 -0
- package/dist/types/src/stories/testing/schema.d.ts.map +1 -0
- package/dist/types/src/stories/testing/testing.d.ts +48 -0
- package/dist/types/src/stories/testing/testing.d.ts.map +1 -0
- package/dist/types/src/testing/index.d.ts +3 -1
- package/dist/types/src/testing/index.d.ts.map +1 -1
- package/dist/types/src/testing/test-data.d.ts +14 -0
- package/dist/types/src/testing/test-data.d.ts.map +1 -0
- package/dist/types/src/testing/test-functions.d.ts +5 -2
- package/dist/types/src/testing/test-functions.d.ts.map +1 -1
- package/dist/types/src/testing/test-generator.d.ts +7 -0
- package/dist/types/src/testing/test-generator.d.ts.map +1 -0
- package/dist/types/src/testing/test-sequence.d.ts +0 -4
- package/dist/types/src/testing/test-sequence.d.ts.map +1 -1
- package/dist/types/src/translations.d.ts +29 -22
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/Assistant.d.ts +42 -0
- package/dist/types/src/types/Assistant.d.ts.map +1 -0
- package/dist/types/src/types/AssistantAction.d.ts +107 -0
- package/dist/types/src/types/AssistantAction.d.ts.map +1 -0
- package/dist/types/src/types/defs.d.ts +2 -0
- package/dist/types/src/types/defs.d.ts.map +1 -0
- package/dist/types/src/types/index.d.ts +3 -1
- package/dist/types/src/types/index.d.ts.map +1 -1
- package/dist/types/src/types/service.d.ts +6 -3
- package/dist/types/src/types/service.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +106 -82
- package/src/AssistantPlugin.tsx +82 -12
- package/src/capabilities/ai-service.ts +28 -0
- package/src/capabilities/app-graph-builder.ts +43 -134
- package/src/capabilities/blueprint-definition.ts +58 -0
- package/src/capabilities/capabilities.ts +71 -0
- package/src/capabilities/compute-runtime.ts +124 -0
- package/src/capabilities/edge-model-resolver.ts +27 -0
- package/src/capabilities/index.ts +10 -0
- package/src/capabilities/intent-resolver.ts +50 -14
- package/src/capabilities/local-model-resolver.ts +32 -0
- package/src/capabilities/react-surface.tsx +17 -64
- package/src/capabilities/state.ts +20 -0
- package/src/capabilities/toolkit.ts +163 -0
- package/src/components/AssistantSettings/AssistantSettings.tsx +83 -76
- package/src/components/BlueprintContainer.tsx +24 -0
- package/src/components/Chat/Chat.tsx +175 -174
- package/src/components/Chat/events.ts +7 -0
- package/src/components/ChatCompanion.tsx +111 -0
- package/src/components/ChatContainer.tsx +19 -13
- package/src/components/ChatDialog.tsx +18 -14
- package/src/components/ChatProgress/ChatProgress.tsx +68 -0
- package/src/components/ChatProgress/index.ts +5 -0
- package/src/components/ChatPrompt/ChatActions.tsx +10 -24
- package/src/components/ChatPrompt/ChatOptions.tsx +233 -0
- package/src/components/ChatPrompt/ChatPresets.tsx +1 -0
- package/src/components/ChatPrompt/ChatReferences.tsx +31 -36
- package/src/components/ChatPrompt/ChatStatusIndicator.tsx +25 -22
- package/src/components/ChatPrompt/index.ts +1 -1
- package/src/components/ChatThread/ChatThread.stories.tsx +97 -110
- package/src/components/ChatThread/ChatThread.tsx +65 -29
- package/src/components/ChatThread/Link.tsx +26 -0
- package/src/components/ChatThread/reducers.ts +151 -0
- package/src/components/ChatThread/registry.tsx +189 -0
- package/src/components/ChatThread/sync.test.ts +81 -0
- package/src/components/ChatThread/sync.ts +113 -0
- package/src/components/PromptSettings.tsx +1 -0
- package/src/components/SequenceContainer.tsx +27 -28
- package/src/components/SequenceEditor/SequenceEditor.stories.tsx +5 -4
- package/src/components/SequenceEditor/SequenceEditor.tsx +1 -1
- package/src/components/TemplateEditor/TemplateEditor.stories.tsx +27 -14
- package/src/components/TemplateEditor/TemplateEditor.tsx +20 -51
- package/src/components/TemplateEditor/TemplateForm.stories.tsx +15 -8
- package/src/components/TemplateEditor/TemplateForm.tsx +6 -3
- package/src/components/TemplateEditor/handlebars-extension.ts +165 -0
- package/src/components/ToolBlock/ToolBlock.tsx +152 -0
- package/src/components/ToolBlock/ToolBlockWidget.tsx +5 -0
- package/src/components/ToolBlock/index.ts +6 -0
- package/src/components/Toolbar/Toolbar.tsx +21 -0
- package/src/components/Toolbar/index.ts +5 -0
- package/src/components/Toolbar/useChatToolbarActions.ts +126 -0
- package/src/components/Toolbox/Toolbox.stories.tsx +10 -16
- package/src/components/Toolbox/Toolbox.tsx +21 -51
- package/src/components/index.ts +4 -5
- package/src/events.ts +2 -2
- package/src/execution-graph/execution-graph.ts +211 -0
- package/src/execution-graph/index.ts +5 -0
- package/src/functions/analysis.ts +20 -0
- package/src/functions/index.ts +7 -0
- package/src/functions/list.ts +46 -0
- package/src/functions/load.ts +42 -0
- package/src/hooks/index.ts +9 -4
- package/src/hooks/useBlueprintRegistry.ts +80 -0
- package/src/hooks/useChatProcessor.ts +21 -98
- package/src/hooks/useChatServices.ts +28 -71
- package/src/hooks/useComputeRuntimeCallback.ts +25 -0
- package/src/hooks/useContextBinder.ts +18 -0
- package/src/hooks/useContextObjects.ts +58 -0
- package/src/hooks/useExecutionGraph.ts +20 -0
- package/src/hooks/useFlush.ts +35 -0
- package/src/hooks/useItemTypes.ts +37 -0
- package/src/hooks/useOnline.ts +10 -0
- package/src/hooks/usePresets.ts +44 -0
- package/src/hooks/useReferencesProvider.ts +11 -9
- package/src/meta.ts +1 -1
- package/src/processor/index.ts +6 -0
- package/src/{hooks → processor}/presets.ts +14 -6
- package/src/processor/processor.test.ts +77 -0
- package/src/processor/processor.ts +302 -0
- package/src/queue-logger.ts +10 -10
- package/src/stories/Chat.stories.tsx +594 -315
- package/src/stories/components/BlueprintContainer.tsx +34 -0
- package/src/stories/components/ChatContainer.tsx +74 -0
- package/src/stories/components/ChessContainer.tsx +17 -0
- package/src/stories/components/CommentsContainer.tsx +25 -0
- package/src/stories/components/DebugCard.tsx +61 -0
- package/src/stories/components/GraphContainer.tsx +119 -0
- package/src/stories/components/InvocationsContainer.tsx +17 -0
- package/src/stories/components/LoggingContainer.tsx +33 -0
- package/src/stories/components/MessageContainer.tsx +22 -0
- package/src/stories/components/PromptContainer.tsx +52 -0
- package/src/stories/components/ResearchInputStack.tsx +30 -0
- package/src/stories/components/ResearchOutputStack.tsx +29 -0
- package/src/stories/components/TasksContainer.tsx +49 -0
- package/src/stories/components/TokenManagerContainer.tsx +14 -0
- package/src/stories/components/TriggersContainer.tsx +75 -0
- package/src/stories/components/index.ts +20 -0
- package/src/stories/components/types.ts +11 -0
- package/src/stories/testing/data.ts +142 -0
- package/src/stories/testing/index.ts +6 -0
- package/src/stories/testing/schema.ts +17 -0
- package/src/stories/testing/testing.tsx +279 -0
- package/src/testing/index.ts +3 -1
- package/src/testing/test-data.ts +245 -0
- package/src/testing/test-functions.ts +8 -3
- package/src/testing/test-generator.ts +257 -0
- package/src/testing/test-sequence.ts +2 -27
- package/src/translations.ts +32 -22
- package/src/types/Assistant.ts +61 -0
- package/src/types/AssistantAction.ts +62 -0
- package/src/types/defs.ts +5 -0
- package/src/types/index.ts +4 -1
- package/src/vite-env.d.ts +30 -0
- package/dist/lib/browser/ChatContainer-M3IHQLRS.mjs.map +0 -7
- package/dist/lib/browser/ChatDialog-X6VN6QZI.mjs.map +0 -7
- package/dist/lib/browser/SequenceContainer-3UDVKWPA.mjs.map +0 -7
- package/dist/lib/browser/TemplateContainer-RPJ2LBOB.mjs.map +0 -7
- package/dist/lib/browser/app-graph-builder-JTXBKE7O.mjs.map +0 -7
- package/dist/lib/browser/chunk-AEAEKWOC.mjs +0 -98
- package/dist/lib/browser/chunk-AEAEKWOC.mjs.map +0 -7
- package/dist/lib/browser/chunk-EQDW6BYQ.mjs +0 -108
- package/dist/lib/browser/chunk-EQDW6BYQ.mjs.map +0 -7
- package/dist/lib/browser/chunk-FDCJSQYF.mjs +0 -40
- package/dist/lib/browser/chunk-JQBVLTM5.mjs +0 -158
- package/dist/lib/browser/chunk-JQBVLTM5.mjs.map +0 -7
- package/dist/lib/browser/chunk-OWY4CUQY.mjs +0 -2245
- package/dist/lib/browser/chunk-OWY4CUQY.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-5RMMCMXG.mjs +0 -60
- package/dist/lib/browser/intent-resolver-5RMMCMXG.mjs.map +0 -7
- package/dist/lib/browser/react-surface-66VY37YQ.mjs +0 -150
- package/dist/lib/browser/react-surface-66VY37YQ.mjs.map +0 -7
- package/dist/lib/node-esm/ChatContainer-VZT74PO2.mjs.map +0 -7
- package/dist/lib/node-esm/ChatDialog-RJ6FDX4Q.mjs.map +0 -7
- package/dist/lib/node-esm/SequenceContainer-RQQH5XOC.mjs.map +0 -7
- package/dist/lib/node-esm/TemplateContainer-A3NAQCZE.mjs.map +0 -7
- package/dist/lib/node-esm/app-graph-builder-OWSOXFTD.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-2XL6MNPE.mjs +0 -99
- package/dist/lib/node-esm/chunk-2XL6MNPE.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-BISJDTBK.mjs +0 -159
- package/dist/lib/node-esm/chunk-BISJDTBK.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-E33DNNDW.mjs +0 -109
- package/dist/lib/node-esm/chunk-E33DNNDW.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-QN2H2EHV.mjs +0 -41
- package/dist/lib/node-esm/chunk-SENTQAEO.mjs +0 -2246
- package/dist/lib/node-esm/chunk-SENTQAEO.mjs.map +0 -7
- package/dist/lib/node-esm/intent-resolver-YPPYELY3.mjs +0 -61
- package/dist/lib/node-esm/intent-resolver-YPPYELY3.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-RJMRBR2M.mjs +0 -151
- package/dist/lib/node-esm/react-surface-RJMRBR2M.mjs.map +0 -7
- package/dist/types/src/components/ChatPrompt/ChatOptionsMenu.d.ts +0 -9
- package/dist/types/src/components/ChatPrompt/ChatOptionsMenu.d.ts.map +0 -1
- package/dist/types/src/components/ChatThread/ChatMessage.d.ts +0 -17
- package/dist/types/src/components/ChatThread/ChatMessage.d.ts.map +0 -1
- package/dist/types/src/components/ChatThread/ToolBlock.d.ts +0 -19
- package/dist/types/src/components/ChatThread/ToolBlock.d.ts.map +0 -1
- package/dist/types/src/components/ChatThread/reducer.d.ts +0 -12
- package/dist/types/src/components/ChatThread/reducer.d.ts.map +0 -1
- package/dist/types/src/components/TemplateContainer.d.ts +0 -8
- package/dist/types/src/components/TemplateContainer.d.ts.map +0 -1
- package/dist/types/src/hooks/chat-processor.d.ts +0 -86
- package/dist/types/src/hooks/chat-processor.d.ts.map +0 -1
- package/dist/types/src/hooks/chat-processor.test.d.ts +0 -2
- package/dist/types/src/hooks/chat-processor.test.d.ts.map +0 -1
- package/dist/types/src/hooks/presets.d.ts.map +0 -1
- package/dist/types/src/hooks/useBlueprints.d.ts +0 -9
- package/dist/types/src/hooks/useBlueprints.d.ts.map +0 -1
- package/dist/types/src/parser/filter-generator.d.ts +0 -4
- package/dist/types/src/parser/filter-generator.d.ts.map +0 -1
- package/dist/types/src/parser/filter-generator.test.d.ts +0 -2
- package/dist/types/src/parser/filter-generator.test.d.ts.map +0 -1
- package/dist/types/src/parser/index.d.ts +0 -4
- package/dist/types/src/parser/index.d.ts.map +0 -1
- package/dist/types/src/parser/query-parser.d.ts +0 -15
- package/dist/types/src/parser/query-parser.d.ts.map +0 -1
- package/dist/types/src/parser/query-parser.test.d.ts +0 -2
- package/dist/types/src/parser/query-parser.test.d.ts.map +0 -1
- package/dist/types/src/parser/types.d.ts +0 -24
- package/dist/types/src/parser/types.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/schema.d.ts +0 -88
- package/dist/types/src/types/schema.d.ts.map +0 -1
- package/src/components/ChatPrompt/ChatOptionsMenu.tsx +0 -52
- package/src/components/ChatThread/ChatMessage.tsx +0 -268
- package/src/components/ChatThread/ToolBlock.tsx +0 -121
- package/src/components/ChatThread/reducer.ts +0 -52
- package/src/components/TemplateContainer.tsx +0 -24
- package/src/hooks/chat-processor.test.ts +0 -16
- package/src/hooks/chat-processor.ts +0 -314
- package/src/hooks/useBlueprints.ts +0 -57
- package/src/parser/filter-generator.test.ts +0 -32
- package/src/parser/filter-generator.ts +0 -81
- package/src/parser/index.ts +0 -7
- package/src/parser/query-parser.test.ts +0 -139
- package/src/parser/query-parser.ts +0 -199
- package/src/parser/types.ts +0 -34
- package/src/shims.d.ts +0 -8
- package/src/tools/function.ts +0 -46
- package/src/tools/index.ts +0 -6
- package/src/tools/openapi.test.ts +0 -217
- package/src/tools/openapi.ts +0 -338
- package/src/types/schema.ts +0 -95
- package/src/typings.d.ts +0 -9
|
@@ -1,17 +1,29 @@
|
|
|
1
1
|
import '@dxos-theme';
|
|
2
|
+
import { type StoryObj } from '@storybook/react-vite';
|
|
3
|
+
import { Effect } from 'effect';
|
|
2
4
|
import React from 'react';
|
|
5
|
+
import { ContextQueueService, DatabaseService } from '@dxos/functions';
|
|
3
6
|
import { DataType } from '@dxos/schema';
|
|
7
|
+
import { type ChatThreadController, type ChatThreadProps } from './ChatThread';
|
|
8
|
+
type MessageGenerator = Effect.Effect<void, never, DatabaseService | ContextQueueService>;
|
|
9
|
+
type StoryProps = ChatThreadProps & {
|
|
10
|
+
generator?: MessageGenerator[];
|
|
11
|
+
delay?: number;
|
|
12
|
+
};
|
|
4
13
|
declare const meta: {
|
|
5
14
|
title: string;
|
|
6
15
|
component: React.ForwardRefExoticComponent<Omit<{
|
|
7
16
|
identity?: import("@dxos/client/halo").Identity;
|
|
8
17
|
messages?: DataType.Message[];
|
|
9
|
-
|
|
10
|
-
|
|
18
|
+
error?: Error;
|
|
19
|
+
onEvent?: (event: import("..").ChatEvent) => void;
|
|
20
|
+
} & Pick<import("@dxos/react-ui-components").MarkdownStreamProps, "cursor" | "fadeIn">, "className"> & {
|
|
11
21
|
classNames?: import("@dxos/react-ui-types").ClassNameValue;
|
|
12
|
-
} & React.RefAttributes<
|
|
22
|
+
} & React.RefAttributes<ChatThreadController | null>>;
|
|
23
|
+
render: ({ generator, delay, ...props }: StoryProps) => React.JSX.Element;
|
|
13
24
|
decorators: import("@storybook/react").Decorator[];
|
|
14
25
|
parameters: {
|
|
26
|
+
layout: string;
|
|
15
27
|
translations: [{
|
|
16
28
|
readonly 'en-US': {
|
|
17
29
|
readonly [x: string]: {
|
|
@@ -26,6 +38,7 @@ declare const meta: {
|
|
|
26
38
|
readonly 'open ambient chat label'?: undefined;
|
|
27
39
|
readonly 'assistant chat label'?: undefined;
|
|
28
40
|
readonly 'plugin name'?: undefined;
|
|
41
|
+
readonly 'settings title'?: undefined;
|
|
29
42
|
readonly 'object placeholder'?: undefined;
|
|
30
43
|
readonly 'create object label'?: undefined;
|
|
31
44
|
readonly 'create trigger label'?: undefined;
|
|
@@ -38,61 +51,37 @@ declare const meta: {
|
|
|
38
51
|
readonly 'description placeholder'?: undefined;
|
|
39
52
|
readonly 'select preset template placeholder'?: undefined;
|
|
40
53
|
readonly 'service registry label'?: undefined;
|
|
54
|
+
readonly 'type filter placeholder'?: undefined;
|
|
55
|
+
readonly 'any type filter label'?: undefined;
|
|
56
|
+
readonly 'no blueprint message'?: undefined;
|
|
57
|
+
readonly 'calling tool label'?: undefined;
|
|
58
|
+
readonly 'calling label'?: undefined;
|
|
59
|
+
readonly 'error label'?: undefined;
|
|
41
60
|
readonly 'sequence logs label'?: undefined;
|
|
42
61
|
readonly 'assistant dialog title'?: undefined;
|
|
43
62
|
readonly 'open assistant label'?: undefined;
|
|
44
63
|
readonly 'no tools'?: undefined;
|
|
64
|
+
readonly 'no results'?: undefined;
|
|
65
|
+
readonly 'button retry'?: undefined;
|
|
66
|
+
readonly 'button suggestion'?: undefined;
|
|
67
|
+
readonly 'button select option'?: undefined;
|
|
68
|
+
readonly 'button cancel'?: undefined;
|
|
45
69
|
readonly 'button save'?: undefined;
|
|
46
70
|
readonly 'button run'?: undefined;
|
|
71
|
+
readonly 'button new thread'?: undefined;
|
|
72
|
+
readonly 'chat history label'?: undefined;
|
|
73
|
+
readonly 'toolkit label'?: undefined;
|
|
74
|
+
readonly 'summary label'?: undefined;
|
|
47
75
|
readonly 'search placeholder'?: undefined;
|
|
48
76
|
readonly 'prompt placeholder'?: undefined;
|
|
49
|
-
readonly 'context objects
|
|
50
|
-
readonly 'button
|
|
77
|
+
readonly 'button context objects'?: undefined;
|
|
78
|
+
readonly 'button context settings'?: undefined;
|
|
51
79
|
readonly 'button microphone'?: undefined;
|
|
52
80
|
readonly 'button cancel processing'?: undefined;
|
|
53
|
-
readonly '
|
|
54
|
-
readonly '
|
|
55
|
-
readonly '
|
|
56
|
-
readonly '
|
|
57
|
-
readonly 'settings edge llm model label'?: undefined;
|
|
58
|
-
readonly 'settings ollama llm model label'?: undefined;
|
|
59
|
-
} | {
|
|
60
|
-
readonly 'typename label': "Template";
|
|
61
|
-
readonly 'typename label_zero': "Templates";
|
|
62
|
-
readonly 'typename label_one': "Template";
|
|
63
|
-
readonly 'typename label_other': "Templates";
|
|
64
|
-
readonly 'object name placeholder': "New template";
|
|
65
|
-
readonly 'rename object label': "Rename template";
|
|
66
|
-
readonly 'delete object label': "Delete template";
|
|
67
|
-
readonly 'templates label'?: undefined;
|
|
68
|
-
readonly 'open ambient chat label'?: undefined;
|
|
69
|
-
readonly 'assistant chat label'?: undefined;
|
|
70
|
-
readonly 'plugin name'?: undefined;
|
|
71
|
-
readonly 'object placeholder'?: undefined;
|
|
72
|
-
readonly 'create object label'?: undefined;
|
|
73
|
-
readonly 'create trigger label'?: undefined;
|
|
74
|
-
readonly 'create stack section label'?: undefined;
|
|
75
|
-
readonly 'command placeholder'?: undefined;
|
|
76
|
-
readonly 'template placeholder'?: undefined;
|
|
77
|
-
readonly 'value placeholder'?: undefined;
|
|
78
|
-
readonly 'prompt rules label'?: undefined;
|
|
79
|
-
readonly 'typename placeholder'?: undefined;
|
|
80
|
-
readonly 'description placeholder'?: undefined;
|
|
81
|
-
readonly 'select preset template placeholder'?: undefined;
|
|
82
|
-
readonly 'service registry label'?: undefined;
|
|
83
|
-
readonly 'sequence logs label'?: undefined;
|
|
84
|
-
readonly 'assistant dialog title'?: undefined;
|
|
85
|
-
readonly 'open assistant label'?: undefined;
|
|
86
|
-
readonly 'no tools'?: undefined;
|
|
87
|
-
readonly 'button save'?: undefined;
|
|
88
|
-
readonly 'button run'?: undefined;
|
|
89
|
-
readonly 'search placeholder'?: undefined;
|
|
90
|
-
readonly 'prompt placeholder'?: undefined;
|
|
91
|
-
readonly 'context objects placeholder'?: undefined;
|
|
92
|
-
readonly 'button add blueprint'?: undefined;
|
|
93
|
-
readonly 'button microphone'?: undefined;
|
|
94
|
-
readonly 'button cancel processing'?: undefined;
|
|
95
|
-
readonly 'button scroll down'?: undefined;
|
|
81
|
+
readonly 'blueprints in context title'?: undefined;
|
|
82
|
+
readonly 'objects in context title'?: undefined;
|
|
83
|
+
readonly 'remove object in context label'?: undefined;
|
|
84
|
+
readonly 'chat model title'?: undefined;
|
|
96
85
|
readonly 'settings default label'?: undefined;
|
|
97
86
|
readonly 'settings custom prompts label'?: undefined;
|
|
98
87
|
readonly 'settings llm provider label'?: undefined;
|
|
@@ -110,6 +99,7 @@ declare const meta: {
|
|
|
110
99
|
readonly 'open ambient chat label'?: undefined;
|
|
111
100
|
readonly 'assistant chat label'?: undefined;
|
|
112
101
|
readonly 'plugin name'?: undefined;
|
|
102
|
+
readonly 'settings title'?: undefined;
|
|
113
103
|
readonly 'object placeholder'?: undefined;
|
|
114
104
|
readonly 'create object label'?: undefined;
|
|
115
105
|
readonly 'create trigger label'?: undefined;
|
|
@@ -122,36 +112,55 @@ declare const meta: {
|
|
|
122
112
|
readonly 'description placeholder'?: undefined;
|
|
123
113
|
readonly 'select preset template placeholder'?: undefined;
|
|
124
114
|
readonly 'service registry label'?: undefined;
|
|
115
|
+
readonly 'type filter placeholder'?: undefined;
|
|
116
|
+
readonly 'any type filter label'?: undefined;
|
|
117
|
+
readonly 'no blueprint message'?: undefined;
|
|
118
|
+
readonly 'calling tool label'?: undefined;
|
|
119
|
+
readonly 'calling label'?: undefined;
|
|
120
|
+
readonly 'error label'?: undefined;
|
|
125
121
|
readonly 'sequence logs label'?: undefined;
|
|
126
122
|
readonly 'assistant dialog title'?: undefined;
|
|
127
123
|
readonly 'open assistant label'?: undefined;
|
|
128
124
|
readonly 'no tools'?: undefined;
|
|
125
|
+
readonly 'no results'?: undefined;
|
|
126
|
+
readonly 'button retry'?: undefined;
|
|
127
|
+
readonly 'button suggestion'?: undefined;
|
|
128
|
+
readonly 'button select option'?: undefined;
|
|
129
|
+
readonly 'button cancel'?: undefined;
|
|
129
130
|
readonly 'button save'?: undefined;
|
|
130
131
|
readonly 'button run'?: undefined;
|
|
132
|
+
readonly 'button new thread'?: undefined;
|
|
133
|
+
readonly 'chat history label'?: undefined;
|
|
134
|
+
readonly 'toolkit label'?: undefined;
|
|
135
|
+
readonly 'summary label'?: undefined;
|
|
131
136
|
readonly 'search placeholder'?: undefined;
|
|
132
137
|
readonly 'prompt placeholder'?: undefined;
|
|
133
|
-
readonly 'context objects
|
|
134
|
-
readonly 'button
|
|
138
|
+
readonly 'button context objects'?: undefined;
|
|
139
|
+
readonly 'button context settings'?: undefined;
|
|
135
140
|
readonly 'button microphone'?: undefined;
|
|
136
141
|
readonly 'button cancel processing'?: undefined;
|
|
137
|
-
readonly '
|
|
142
|
+
readonly 'blueprints in context title'?: undefined;
|
|
143
|
+
readonly 'objects in context title'?: undefined;
|
|
144
|
+
readonly 'remove object in context label'?: undefined;
|
|
145
|
+
readonly 'chat model title'?: undefined;
|
|
138
146
|
readonly 'settings default label'?: undefined;
|
|
139
147
|
readonly 'settings custom prompts label'?: undefined;
|
|
140
148
|
readonly 'settings llm provider label'?: undefined;
|
|
141
149
|
readonly 'settings edge llm model label'?: undefined;
|
|
142
150
|
readonly 'settings ollama llm model label'?: undefined;
|
|
143
151
|
} | {
|
|
144
|
-
readonly 'typename label': "
|
|
145
|
-
readonly '
|
|
146
|
-
readonly '
|
|
147
|
-
readonly '
|
|
148
|
-
readonly '
|
|
149
|
-
readonly '
|
|
150
|
-
readonly '
|
|
152
|
+
readonly 'typename label': "AI Chat";
|
|
153
|
+
readonly 'object name placeholder': "New AI Chat";
|
|
154
|
+
readonly 'rename object label': "Rename AI Chat";
|
|
155
|
+
readonly 'delete object label': "Delete AI Chat";
|
|
156
|
+
readonly 'typename label_zero'?: undefined;
|
|
157
|
+
readonly 'typename label_one'?: undefined;
|
|
158
|
+
readonly 'typename label_other'?: undefined;
|
|
151
159
|
readonly 'templates label'?: undefined;
|
|
152
160
|
readonly 'open ambient chat label'?: undefined;
|
|
153
161
|
readonly 'assistant chat label'?: undefined;
|
|
154
162
|
readonly 'plugin name'?: undefined;
|
|
163
|
+
readonly 'settings title'?: undefined;
|
|
155
164
|
readonly 'object placeholder'?: undefined;
|
|
156
165
|
readonly 'create object label'?: undefined;
|
|
157
166
|
readonly 'create trigger label'?: undefined;
|
|
@@ -164,19 +173,37 @@ declare const meta: {
|
|
|
164
173
|
readonly 'description placeholder'?: undefined;
|
|
165
174
|
readonly 'select preset template placeholder'?: undefined;
|
|
166
175
|
readonly 'service registry label'?: undefined;
|
|
176
|
+
readonly 'type filter placeholder'?: undefined;
|
|
177
|
+
readonly 'any type filter label'?: undefined;
|
|
178
|
+
readonly 'no blueprint message'?: undefined;
|
|
179
|
+
readonly 'calling tool label'?: undefined;
|
|
180
|
+
readonly 'calling label'?: undefined;
|
|
181
|
+
readonly 'error label'?: undefined;
|
|
167
182
|
readonly 'sequence logs label'?: undefined;
|
|
168
183
|
readonly 'assistant dialog title'?: undefined;
|
|
169
184
|
readonly 'open assistant label'?: undefined;
|
|
170
185
|
readonly 'no tools'?: undefined;
|
|
186
|
+
readonly 'no results'?: undefined;
|
|
187
|
+
readonly 'button retry'?: undefined;
|
|
188
|
+
readonly 'button suggestion'?: undefined;
|
|
189
|
+
readonly 'button select option'?: undefined;
|
|
190
|
+
readonly 'button cancel'?: undefined;
|
|
171
191
|
readonly 'button save'?: undefined;
|
|
172
192
|
readonly 'button run'?: undefined;
|
|
193
|
+
readonly 'button new thread'?: undefined;
|
|
194
|
+
readonly 'chat history label'?: undefined;
|
|
195
|
+
readonly 'toolkit label'?: undefined;
|
|
196
|
+
readonly 'summary label'?: undefined;
|
|
173
197
|
readonly 'search placeholder'?: undefined;
|
|
174
198
|
readonly 'prompt placeholder'?: undefined;
|
|
175
|
-
readonly 'context objects
|
|
176
|
-
readonly 'button
|
|
199
|
+
readonly 'button context objects'?: undefined;
|
|
200
|
+
readonly 'button context settings'?: undefined;
|
|
177
201
|
readonly 'button microphone'?: undefined;
|
|
178
202
|
readonly 'button cancel processing'?: undefined;
|
|
179
|
-
readonly '
|
|
203
|
+
readonly 'blueprints in context title'?: undefined;
|
|
204
|
+
readonly 'objects in context title'?: undefined;
|
|
205
|
+
readonly 'remove object in context label'?: undefined;
|
|
206
|
+
readonly 'chat model title'?: undefined;
|
|
180
207
|
readonly 'settings default label'?: undefined;
|
|
181
208
|
readonly 'settings custom prompts label'?: undefined;
|
|
182
209
|
readonly 'settings llm provider label'?: undefined;
|
|
@@ -187,6 +214,7 @@ declare const meta: {
|
|
|
187
214
|
readonly 'open ambient chat label': "Open Assistant";
|
|
188
215
|
readonly 'assistant chat label': "Assistant";
|
|
189
216
|
readonly 'plugin name': "Assistant";
|
|
217
|
+
readonly 'settings title': "Assistant settings";
|
|
190
218
|
readonly 'object placeholder': "New prompt";
|
|
191
219
|
readonly 'create object label': "Create prompt";
|
|
192
220
|
readonly 'create trigger label': "Create trigger";
|
|
@@ -199,19 +227,37 @@ declare const meta: {
|
|
|
199
227
|
readonly 'description placeholder': "Enter description of when this template should be used";
|
|
200
228
|
readonly 'select preset template placeholder': "Select preset";
|
|
201
229
|
readonly 'service registry label': "Service Registry";
|
|
230
|
+
readonly 'type filter placeholder': "Type";
|
|
231
|
+
readonly 'any type filter label': "Any";
|
|
232
|
+
readonly 'no blueprint message': "No active blueprints";
|
|
233
|
+
readonly 'calling tool label': "Calling tool...";
|
|
234
|
+
readonly 'calling label': "Calling";
|
|
235
|
+
readonly 'error label': "Error";
|
|
202
236
|
readonly 'sequence logs label': "Logs";
|
|
203
237
|
readonly 'assistant dialog title': "Assistant";
|
|
204
238
|
readonly 'open assistant label': "Open assistant";
|
|
205
|
-
readonly 'no tools': "No tools are configured
|
|
239
|
+
readonly 'no tools': "No tools are configured";
|
|
240
|
+
readonly 'no results': "No results";
|
|
241
|
+
readonly 'button retry': "Retry";
|
|
242
|
+
readonly 'button suggestion': "Assistant suggestion";
|
|
243
|
+
readonly 'button select option': "Select option";
|
|
244
|
+
readonly 'button cancel': "Cancel";
|
|
206
245
|
readonly 'button save': "Save";
|
|
207
246
|
readonly 'button run': "Run";
|
|
247
|
+
readonly 'button new thread': "New Chat";
|
|
248
|
+
readonly 'chat history label': "Chat History";
|
|
249
|
+
readonly 'toolkit label': "Toolkit";
|
|
250
|
+
readonly 'summary label': "Summary";
|
|
208
251
|
readonly 'search placeholder': "Search...";
|
|
209
|
-
readonly 'prompt placeholder': "
|
|
210
|
-
readonly 'context objects
|
|
211
|
-
readonly 'button
|
|
252
|
+
readonly 'prompt placeholder': "Enter question or command...";
|
|
253
|
+
readonly 'button context objects': "Add to context";
|
|
254
|
+
readonly 'button context settings': "Chat settings";
|
|
212
255
|
readonly 'button microphone': "Click to speak";
|
|
213
256
|
readonly 'button cancel processing': "Stop processing";
|
|
214
|
-
readonly '
|
|
257
|
+
readonly 'blueprints in context title': "Blueprints";
|
|
258
|
+
readonly 'objects in context title': "Content";
|
|
259
|
+
readonly 'remove object in context label': "Remove document";
|
|
260
|
+
readonly 'chat model title': "Model";
|
|
215
261
|
readonly 'settings default label': "Default";
|
|
216
262
|
readonly 'settings custom prompts label': "Use custom prompts";
|
|
217
263
|
readonly 'settings llm provider label': "LLM provider";
|
|
@@ -230,12 +276,7 @@ declare const meta: {
|
|
|
230
276
|
};
|
|
231
277
|
};
|
|
232
278
|
export default meta;
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
};
|
|
237
|
-
};
|
|
238
|
-
export declare const Incremental: {
|
|
239
|
-
render: () => React.JSX.Element;
|
|
240
|
-
};
|
|
279
|
+
type Story = StoryObj<typeof meta>;
|
|
280
|
+
export declare const Default: Story;
|
|
281
|
+
export declare const Delayed: Story;
|
|
241
282
|
//# sourceMappingURL=ChatThread.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatThread.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChatThread/ChatThread.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"ChatThread.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChatThread/ChatThread.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,MAAM,EAAgB,MAAM,QAAQ,CAAC;AAC9C,OAAO,KAAuC,MAAM,OAAO,CAAC;AAE5D,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAOvE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAMxC,OAAO,EAAc,KAAK,oBAAoB,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAI3F,KAAK,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,EAAE,eAAe,GAAG,mBAAmB,CAAC,CAAC;AAE1F,KAAK,UAAU,GAAG,eAAe,GAAG;IAAE,SAAS,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAoEvF,QAAA,MAAM,IAAI;;;;;;;;;;6CAlEqD,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+EtC,CAAC;AAEpC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { type Space } from '@dxos/client/echo';
|
|
3
|
+
import { type DXN } from '@dxos/keys';
|
|
4
|
+
export type ObjectLinkProps = {
|
|
5
|
+
space: Space;
|
|
6
|
+
dxn: DXN;
|
|
7
|
+
};
|
|
8
|
+
export declare const ObjectLink: ({ space, dxn }: ObjectLinkProps) => React.JSX.Element;
|
|
9
|
+
//# sourceMappingURL=Link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Link.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChatThread/Link.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C,OAAO,EAAE,KAAK,GAAG,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,EAAE,KAAK,CAAC;IACb,GAAG,EAAE,GAAG,CAAC;CACV,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,gBAAgB,eAAe,sBASzD,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type DataType } from '@dxos/schema';
|
|
2
|
+
type Reducer<R, I> = (acc: R, value: I, idx: number) => R;
|
|
3
|
+
/**
|
|
4
|
+
* Reducer that collapses related message blocks into single messages.
|
|
5
|
+
* For example, combines tool request/response pairs into a single message.
|
|
6
|
+
*
|
|
7
|
+
* Typical order:
|
|
8
|
+
* - message 0
|
|
9
|
+
* - text
|
|
10
|
+
* - message 1
|
|
11
|
+
* - text
|
|
12
|
+
* - toolCall
|
|
13
|
+
* - summary
|
|
14
|
+
* - message 2
|
|
15
|
+
* - toolResult
|
|
16
|
+
* - message 3
|
|
17
|
+
* - text
|
|
18
|
+
* - summary
|
|
19
|
+
*
|
|
20
|
+
* Coverts to:
|
|
21
|
+
* - message 0
|
|
22
|
+
* - text
|
|
23
|
+
* - message 1
|
|
24
|
+
* - text
|
|
25
|
+
* - message 2
|
|
26
|
+
* - toolCall
|
|
27
|
+
* - toolResult
|
|
28
|
+
* - summary
|
|
29
|
+
* - message 3
|
|
30
|
+
* - text
|
|
31
|
+
* - summary
|
|
32
|
+
*/
|
|
33
|
+
export declare const reduceMessages: Reducer<{
|
|
34
|
+
messages: DataType.Message[];
|
|
35
|
+
current?: DataType.Message;
|
|
36
|
+
toolBlock?: boolean;
|
|
37
|
+
assistantMessages?: DataType.Message[];
|
|
38
|
+
}, DataType.Message>;
|
|
39
|
+
export {};
|
|
40
|
+
//# sourceMappingURL=reducers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reducers.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChatThread/reducers.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,KAAK,QAAQ,EAAE,MAAM,cAAc,CAAC;AAEhE,KAAK,OAAO,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC,CAAC;AAE1D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,cAAc,EAAE,OAAO,CAClC;IACE,QAAQ,EAAE,QAAQ,CAAC,OAAO,EAAE,CAAC;IAC7B,OAAO,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,iBAAiB,CAAC,EAAE,QAAQ,CAAC,OAAO,EAAE,CAAC;CACxC,EACD,QAAQ,CAAC,OAAO,CA+DjB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type XmlWidgetRegistry } from '@dxos/react-ui-editor';
|
|
2
|
+
import { type BlockRenderer } from './sync';
|
|
3
|
+
/**
|
|
4
|
+
* Custom XML tags registry.
|
|
5
|
+
*/
|
|
6
|
+
export declare const componentRegistry: XmlWidgetRegistry;
|
|
7
|
+
/**
|
|
8
|
+
* Convert block to markdown.
|
|
9
|
+
*/
|
|
10
|
+
export declare const blockToMarkdown: BlockRenderer;
|
|
11
|
+
//# sourceMappingURL=registry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChatThread/registry.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAuB,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAMpF,OAAO,EAAE,KAAK,aAAa,EAA6B,MAAM,QAAQ,CAAC;AAkBvE;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,iBAoE/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,aAW7B,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { type MarkdownStreamController } from '@dxos/react-ui-components';
|
|
2
|
+
import { type XmlWidgetStateManager } from '@dxos/react-ui-editor';
|
|
3
|
+
import { type ContentBlock, type DataType } from '@dxos/schema';
|
|
4
|
+
/**
|
|
5
|
+
* Update document.
|
|
6
|
+
*/
|
|
7
|
+
export type TextModel = Pick<MarkdownStreamController, 'reset' | 'append' | 'updateWidget'>;
|
|
8
|
+
/**
|
|
9
|
+
* Thread context passed to renderer.
|
|
10
|
+
*/
|
|
11
|
+
export declare class MessageThreadContext implements Pick<MarkdownStreamController, 'updateWidget'> {
|
|
12
|
+
private readonly _widgetState?;
|
|
13
|
+
constructor(_widgetState?: XmlWidgetStateManager | undefined);
|
|
14
|
+
updateWidget<T>(id: string, value: T): void;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Renders a block to markdown.
|
|
18
|
+
*/
|
|
19
|
+
export type BlockRenderer = (context: MessageThreadContext, message: DataType.Message, block: ContentBlock.Any) => string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* Syncs messages with the editor.
|
|
22
|
+
*/
|
|
23
|
+
export declare class MessageSyncer {
|
|
24
|
+
private readonly _model;
|
|
25
|
+
private readonly _blockRenderer;
|
|
26
|
+
private _initialMessageId?;
|
|
27
|
+
private _currentMessageIndex;
|
|
28
|
+
private _currentBlockIndex;
|
|
29
|
+
private _currentBlockContent?;
|
|
30
|
+
private readonly _context;
|
|
31
|
+
constructor(_model: TextModel, _blockRenderer: BlockRenderer);
|
|
32
|
+
get context(): MessageThreadContext;
|
|
33
|
+
reset(): void;
|
|
34
|
+
sync(messages: DataType.Message[]): void;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=sync.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sync.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChatThread/sync.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,QAAQ,EAAE,MAAM,cAAc,CAAC;AAEhE;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,wBAAwB,EAAE,OAAO,GAAG,QAAQ,GAAG,cAAc,CAAC,CAAC;AAE5F;;GAEG;AACH,qBAAa,oBAAqB,YAAW,IAAI,CAAC,wBAAwB,EAAE,cAAc,CAAC;IAC7E,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC;gBAAb,YAAY,CAAC,EAAE,qBAAqB,YAAA;IAEjE,YAAY,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC;CAGrC;AAED;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,CAC1B,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,QAAQ,CAAC,OAAO,EACzB,KAAK,EAAE,YAAY,CAAC,GAAG,KACpB,MAAM,GAAG,SAAS,CAAC;AAExB;;GAEG;AACH,qBAAa,aAAa;IAStB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,cAAc;IATjC,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,oBAAoB,CAAK;IACjC,OAAO,CAAC,kBAAkB,CAAK;IAC/B,OAAO,CAAC,oBAAoB,CAAC,CAAS;IAEtC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAuB;gBAG7B,MAAM,EAAE,SAAS,EACjB,cAAc,EAAE,aAAa;IAKhD,IAAI,OAAO,yBAEV;IAED,KAAK;IASL,IAAI,CAAC,QAAQ,EAAE,QAAQ,CAAC,OAAO,EAAE;CA+ClC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sync.test.d.ts","sourceRoot":"","sources":["../../../../../src/components/ChatThread/sync.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PromptSettings.d.ts","sourceRoot":"","sources":["../../../../src/components/PromptSettings.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAKjD,eAAO,MAAM,cAAc,GAAI,cAAc;IAAE,QAAQ,EAAE,QAAQ,CAAC,QAAQ,CAAA;CAAE,
|
|
1
|
+
{"version":3,"file":"PromptSettings.d.ts","sourceRoot":"","sources":["../../../../src/components/PromptSettings.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAKjD,eAAO,MAAM,cAAc,GAAI,cAAc;IAAE,QAAQ,EAAE,QAAQ,CAAC,QAAQ,CAAA;CAAE,sBA8E3E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SequenceContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/SequenceContainer.tsx"],"names":[],"mappings":"AAMA,OAAO,
|
|
1
|
+
{"version":3,"file":"SequenceContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/SequenceContainer.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,EAAE,KAAK,QAAQ,EAA2B,MAAM,iBAAiB,CAAC;AAWzE,eAAO,MAAM,WAAW,yCAAyC,CAAC;AAalE,eAAO,MAAM,iBAAiB,GAAI,cAAc;IAAE,QAAQ,EAAE,QAAQ,CAAA;CAAE,sBAgGrE,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SequenceEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/SequenceEditor/SequenceEditor.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAE/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAErD,OAAO,
|
|
1
|
+
{"version":3,"file":"SequenceEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/SequenceEditor/SequenceEditor.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAE/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAErD,OAAO,EAAE,KAAK,eAAe,EAAmB,MAAM,gBAAgB,CAAC;AACvE,OAAO,EACL,KAAK,UAAU,EAKhB,MAAM,uBAAuB,CAAC;AAG/B,MAAM,MAAM,mBAAmB,GAAG,eAAe,CAAC;IAChD,QAAQ,EAAE,kBAAkB,CAAC;CAC9B,CAAC,CAAC;AAGH,eAAO,MAAM,cAAc;cAJf,kBAAkB;;;gDA8B7B,CAAC"}
|