@chat-lab/ui 0.1.0-beta.12 → 0.1.0-beta.13
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/_virtual/index.cjs +2 -2
- package/dist/_virtual/index.js +2 -2
- package/dist/_virtual/index2.cjs +2 -2
- package/dist/_virtual/index2.js +2 -2
- package/dist/_virtual/index3.cjs +2 -2
- package/dist/_virtual/index3.js +2 -2
- package/dist/_virtual/index4.cjs +2 -2
- package/dist/_virtual/index4.js +2 -2
- package/dist/assets/AbortMessage.cjs +10 -0
- package/dist/assets/AbortMessage.cjs.map +1 -0
- package/dist/assets/AbortMessage.d.ts +5 -0
- package/dist/assets/AbortMessage.d.ts.map +1 -0
- package/dist/assets/AbortMessage.js +8 -0
- package/dist/assets/AbortMessage.js.map +1 -0
- package/dist/assets/Download.cjs +10 -0
- package/dist/assets/Download.cjs.map +1 -0
- package/dist/assets/Download.d.ts +5 -0
- package/dist/assets/Download.d.ts.map +1 -0
- package/dist/assets/Download.js +8 -0
- package/dist/assets/Download.js.map +1 -0
- package/dist/assets/Edit.cjs +8 -0
- package/dist/assets/Edit.cjs.map +1 -0
- package/dist/assets/Edit.js +6 -0
- package/dist/assets/Edit.js.map +1 -0
- package/dist/components/Chatkit/index.cjs +9 -10
- package/dist/components/Chatkit/index.cjs.map +1 -1
- package/dist/components/Chatkit/index.d.ts.map +1 -1
- package/dist/components/Chatkit/index.js +7 -8
- package/dist/components/Chatkit/index.js.map +1 -1
- package/dist/components/Chatkit/ref.cjs +0 -1
- package/dist/components/Chatkit/ref.cjs.map +1 -1
- package/dist/components/Chatkit/ref.d.ts.map +1 -1
- package/dist/components/Chatkit/ref.js +0 -1
- package/dist/components/Chatkit/ref.js.map +1 -1
- package/dist/components/Chatkit/types.d.ts +1 -0
- package/dist/components/Chatkit/types.d.ts.map +1 -1
- package/dist/components/SwitchAgentModal/index.cjs +111 -12
- package/dist/components/SwitchAgentModal/index.cjs.map +1 -1
- package/dist/components/SwitchAgentModal/index.d.ts.map +1 -1
- package/dist/components/SwitchAgentModal/index.js +113 -14
- package/dist/components/SwitchAgentModal/index.js.map +1 -1
- package/dist/components/ThreadOptionsMenu.cjs +64 -0
- package/dist/components/ThreadOptionsMenu.cjs.map +1 -0
- package/dist/components/ThreadOptionsMenu.js +62 -0
- package/dist/components/ThreadOptionsMenu.js.map +1 -0
- package/dist/components/assistant-ui/index.module.less.cjs +6 -0
- package/dist/components/assistant-ui/index.module.less.cjs.map +1 -0
- package/dist/components/assistant-ui/index.module.less.js +4 -0
- package/dist/components/assistant-ui/index.module.less.js.map +1 -0
- package/dist/components/assistant-ui/markdown-text.cjs +16 -4
- package/dist/components/assistant-ui/markdown-text.cjs.map +1 -1
- package/dist/components/assistant-ui/markdown-text.d.ts +1 -0
- package/dist/components/assistant-ui/markdown-text.d.ts.map +1 -1
- package/dist/components/assistant-ui/markdown-text.js +16 -4
- package/dist/components/assistant-ui/markdown-text.js.map +1 -1
- package/dist/components/assistant-ui/shiki-highlighter.cjs +1 -1
- package/dist/components/assistant-ui/shiki-highlighter.cjs.map +1 -1
- package/dist/components/assistant-ui/shiki-highlighter.js +1 -1
- package/dist/components/assistant-ui/shiki-highlighter.js.map +1 -1
- package/dist/components/assistant-ui/thread.cjs +49 -6
- package/dist/components/assistant-ui/thread.cjs.map +1 -1
- package/dist/components/assistant-ui/thread.d.ts +1 -0
- package/dist/components/assistant-ui/thread.d.ts.map +1 -1
- package/dist/components/assistant-ui/thread.js +52 -9
- package/dist/components/assistant-ui/thread.js.map +1 -1
- package/dist/components/assistant-ui/tooltip-icon-button.d.ts +1 -1
- package/dist/components/thread-list.cjs +100 -0
- package/dist/components/thread-list.cjs.map +1 -0
- package/dist/components/thread-list.js +98 -0
- package/dist/components/thread-list.js.map +1 -0
- package/dist/components/ui/button.cjs.map +1 -1
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/components/ui/button.js.map +1 -1
- package/dist/components/ui/dialog.cjs +1 -1
- package/dist/components/ui/dialog.cjs.map +1 -1
- package/dist/components/ui/dialog.d.ts.map +1 -1
- package/dist/components/ui/dialog.js +1 -1
- package/dist/components/ui/dialog.js.map +1 -1
- package/dist/components/ui/toast.cjs +1 -1
- package/dist/components/ui/toast.cjs.map +1 -1
- package/dist/components/ui/toast.js +1 -1
- package/dist/components/ui/toast.js.map +1 -1
- package/dist/components/ui/tooltip.cjs.map +1 -1
- package/dist/components/ui/tooltip.d.ts.map +1 -1
- package/dist/components/ui/tooltip.js.map +1 -1
- package/dist/components/welcome.cjs +13 -0
- package/dist/components/welcome.cjs.map +1 -0
- package/dist/components/welcome.d.ts +7 -0
- package/dist/components/welcome.d.ts.map +1 -0
- package/dist/components/welcome.js +11 -0
- package/dist/components/welcome.js.map +1 -0
- package/dist/hooks/useDebounce.cjs +27 -0
- package/dist/hooks/useDebounce.cjs.map +1 -0
- package/dist/hooks/useDebounce.d.ts +8 -0
- package/dist/hooks/useDebounce.d.ts.map +1 -0
- package/dist/hooks/useDebounce.js +25 -0
- package/dist/hooks/useDebounce.js.map +1 -0
- package/dist/index.css +2 -2
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/memoization.cjs +38 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/memoization.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/memoization.js +34 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/memoization.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeBlock.cjs +31 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeBlock.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeBlock.js +29 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeBlock.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeOverride.cjs +82 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeOverride.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeOverride.js +80 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/CodeOverride.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/PreOverride.cjs +19 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/PreOverride.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/PreOverride.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/PreOverride.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/defaultComponents.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/defaultComponents.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/defaultComponents.js +10 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/defaultComponents.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/withDefaults.cjs +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/withDefaults.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/withDefaults.js +16 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/overrides/withDefaults.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/primitives/MarkdownText.cjs +89 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/primitives/MarkdownText.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/primitives/MarkdownText.js +87 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react-markdown@0.11.4_@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@type_petnugx7bmlwmjkh2xody2xdzq/node_modules/@assistant-ui/react-markdown/dist/primitives/MarkdownText.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/AssistantClient.cjs +133 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/AssistantClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/AssistantClient.js +131 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/AssistantClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/EventContext.cjs +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/EventContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/EventContext.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/EventContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContext.cjs +19 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContext.js +16 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContextClient.cjs +21 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContextClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContextClient.js +19 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ModelContextClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIClient.cjs +74 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIClient.js +72 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIContext.cjs +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIContext.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/ToolUIContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/Tools.cjs +56 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/Tools.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/Tools.js +54 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/Tools.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/util-hooks/tapLookupResources.cjs +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/util-hooks/tapLookupResources.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/util-hooks/tapLookupResources.js +21 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/client/util-hooks/tapLookupResources.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/ReadonlyStore.cjs +9 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/ReadonlyStore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/ReadonlyStore.js +7 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/ReadonlyStore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/AttachmentByIndexProvider.cjs +32 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/AttachmentByIndexProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/AttachmentByIndexProvider.js +29 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/AttachmentByIndexProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/MessageByIndexProvider.cjs +37 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/MessageByIndexProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/MessageByIndexProvider.js +35 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/MessageByIndexProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/PartByIndexProvider.cjs +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/PartByIndexProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/PartByIndexProvider.js +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/PartByIndexProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/TextMessagePartProvider.cjs +50 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/TextMessagePartProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/TextMessagePartProvider.js +48 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/TextMessagePartProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/ThreadViewportProvider.cjs +38 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/ThreadViewportProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/ThreadViewportProvider.js +36 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/providers/ThreadViewportProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/AssistantApiContext.cjs +175 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/AssistantApiContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/AssistantApiContext.js +168 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/AssistantApiContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/ThreadViewportContext.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/ThreadViewportContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/ThreadViewportContext.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/ThreadViewportContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantEvent.cjs +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantEvent.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantEvent.js +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantEvent.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantState.cjs +54 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantState.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantState.js +52 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/hooks/useAssistantState.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextHook.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextHook.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextHook.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextHook.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextStoreHook.cjs +32 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextStoreHook.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextStoreHook.js +30 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/react/utils/createContextStoreHook.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/stores/ThreadViewport.cjs +24 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/stores/ThreadViewport.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/stores/ThreadViewport.js +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/context/stores/ThreadViewport.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/devtools/DevToolsHooks.cjs +80 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/devtools/DevToolsHooks.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/devtools/DevToolsHooks.js +78 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/devtools/DevToolsHooks.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/internal.cjs +33 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/internal.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/internal.js +16 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/internal.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/AssistantRuntimeProvider.cjs +28 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/AssistantRuntimeProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/AssistantRuntimeProvider.js +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/AssistantRuntimeProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/RuntimeAdapter.cjs +24 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/RuntimeAdapter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/RuntimeAdapter.js +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/RuntimeAdapter.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/AttachmentRuntimeClient.cjs +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/AttachmentRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/AttachmentRuntimeClient.js +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/AttachmentRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ComposerRuntimeClient.cjs +101 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ComposerRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ComposerRuntimeClient.js +99 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ComposerRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/EventManagerRuntimeClient.cjs +47 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/EventManagerRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/EventManagerRuntimeClient.js +45 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/EventManagerRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessagePartRuntimeClient.cjs +24 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessagePartRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessagePartRuntimeClient.js +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessagePartRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessageRuntimeClient.cjs +119 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessageRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessageRuntimeClient.js +117 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/MessageRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListItemRuntimeClient.cjs +53 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListItemRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListItemRuntimeClient.js +51 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListItemRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListRuntimeClient.cjs +79 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListRuntimeClient.js +77 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadListRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadRuntimeClient.cjs +122 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadRuntimeClient.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadRuntimeClient.js +120 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/client/ThreadRuntimeClient.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AssistantRuntime.cjs +49 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AssistantRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AssistantRuntime.js +47 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AssistantRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AttachmentRuntime.cjs +61 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AttachmentRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AttachmentRuntime.js +56 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/AttachmentRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ComposerRuntime.cjs +227 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ComposerRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ComposerRuntime.js +223 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ComposerRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessagePartRuntime.cjs +67 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessagePartRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessagePartRuntime.js +65 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessagePartRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessageRuntime.cjs +209 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessageRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessageRuntime.js +206 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessageRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListItemRuntime.cjs +86 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListItemRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListItemRuntime.js +84 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListItemRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListRuntime.cjs +166 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListRuntime.js +164 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadListRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadRuntime.cjs +245 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadRuntime.js +242 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ThreadRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/BaseSubject.cjs +33 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/BaseSubject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/BaseSubject.js +31 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/BaseSubject.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/EventSubscriptionSubject.cjs +39 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/EventSubscriptionSubject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/EventSubscriptionSubject.js +37 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/EventSubscriptionSubject.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/LazyMemoizeSubject.cjs +39 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/LazyMemoizeSubject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/LazyMemoizeSubject.js +37 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/LazyMemoizeSubject.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/NestedSubscriptionSubject.cjs +43 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/NestedSubscriptionSubject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/NestedSubscriptionSubject.js +41 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/NestedSubscriptionSubject.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/SKIP_UPDATE.cjs +7 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/SKIP_UPDATE.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/SKIP_UPDATE.js +5 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/SKIP_UPDATE.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/ShallowMemoizeSubject.cjs +43 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/ShallowMemoizeSubject.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/ShallowMemoizeSubject.js +41 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/ShallowMemoizeSubject.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/shallowEqual.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/shallowEqual.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/shallowEqual.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/subscribable/shallowEqual.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/adapters/RuntimeAdapterProvider.cjs +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/adapters/RuntimeAdapterProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/adapters/RuntimeAdapterProvider.js +11 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/adapters/RuntimeAdapterProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/assistant-transport/useToolInvocations.cjs +197 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/assistant-transport/useToolInvocations.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/assistant-transport/useToolInvocations.js +195 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/assistant-transport/useToolInvocations.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.cjs +165 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.js +163 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.cjs +50 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.js +48 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.cjs +43 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.js +41 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseAssistantRuntimeCore.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseAssistantRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseAssistantRuntimeCore.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseAssistantRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseThreadRuntimeCore.cjs +163 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseThreadRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseThreadRuntimeCore.js +161 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/core/BaseThreadRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreRuntimeCore.cjs +27 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreRuntimeCore.js +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadListRuntimeCore.cjs +175 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadListRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadListRuntimeCore.js +173 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadListRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.cjs +249 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.js +246 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageConverter.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageConverter.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageConverter.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageConverter.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageLike.cjs +137 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageLike.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageLike.js +135 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/ThreadMessageLike.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/auto-status.cjs +52 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/auto-status.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/auto-status.js +49 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/auto-status.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/getExternalStoreMessage.cjs +12 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/getExternalStoreMessage.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/getExternalStoreMessage.js +9 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/getExternalStoreMessage.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/useExternalStoreRuntime.cjs +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/useExternalStoreRuntime.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/useExternalStoreRuntime.js +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/external-store/useExternalStoreRuntime.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/local/LocalRuntimeOptions.cjs +26 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/local/LocalRuntimeOptions.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/local/LocalRuntimeOptions.js +24 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/local/LocalRuntimeOptions.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/remote-thread-list/BaseSubscribable.cjs +38 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/remote-thread-list/BaseSubscribable.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/remote-thread-list/BaseSubscribable.js +36 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/remote-thread-list/BaseSubscribable.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/utils/MessageRepository.cjs +381 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/utils/MessageRepository.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/utils/MessageRepository.js +378 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime-cores/utils/MessageRepository.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/util-hooks/tapSubscribable.cjs +19 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/util-hooks/tapSubscribable.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/util-hooks/tapSubscribable.js +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/util-hooks/tapSubscribable.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/ModelContextTypes.cjs +45 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/ModelContextTypes.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/ModelContextTypes.js +43 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/ModelContextTypes.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/makeAssistantToolUI.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/makeAssistantToolUI.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/makeAssistantToolUI.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/makeAssistantToolUI.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/toolbox.cjs +9 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/toolbox.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/toolbox.js +6 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/toolbox.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/useAssistantToolUI.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/useAssistantToolUI.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/useAssistantToolUI.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/model-context/useAssistantToolUI.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarCopy.cjs +50 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarCopy.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarCopy.js +48 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarCopy.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarReload.cjs +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarReload.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarReload.js +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarReload.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarRoot.cjs +27 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarRoot.js +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/ActionBarRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/useActionBarFloatStatus.cjs +29 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/useActionBarFloatStatus.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/useActionBarFloatStatus.js +26 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/actionBar/useActionBarFloatStatus.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentName.cjs +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentName.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentName.js +11 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentName.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRemove.cjs +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRemove.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRemove.js +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRemove.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRoot.cjs +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRoot.js +11 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/attachment/AttachmentRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerCount.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerCount.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerCount.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerCount.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNext.cjs +29 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNext.js +27 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNumber.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNumber.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNumber.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerNumber.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerPrevious.cjs +29 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerPrevious.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerPrevious.js +27 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerPrevious.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerRoot.cjs +14 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerRoot.js +12 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/branchPicker/BranchPickerRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAddAttachment.cjs +48 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAddAttachment.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAddAttachment.js +46 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAddAttachment.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAttachments.cjs +56 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAttachments.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAttachments.js +53 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerAttachments.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerCancel.cjs +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerCancel.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerCancel.js +21 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerCancel.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerInput.cjs +118 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerInput.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerInput.js +116 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerInput.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerRoot.cjs +28 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerRoot.js +26 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerSend.cjs +26 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerSend.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerSend.js +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/composer/ComposerSend.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorMessage.cjs +18 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorMessage.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorMessage.js +16 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorMessage.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorRoot.cjs +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorRoot.js +11 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/error/ErrorRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageAttachments.cjs +57 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageAttachments.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageAttachments.js +54 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageAttachments.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageError.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageError.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageError.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageError.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageIf.cjs +48 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageIf.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageIf.js +46 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageIf.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageParts.cjs +253 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageParts.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageParts.js +250 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageParts.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageRoot.cjs +43 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageRoot.js +41 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/message/MessageRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartImage.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartImage.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartImage.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartImage.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartInProgress.cjs +14 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartInProgress.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartInProgress.js +12 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartInProgress.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartText.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartText.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartText.js +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/MessagePartText.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartImage.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartImage.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartImage.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartImage.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartText.cjs +17 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartText.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartText.js +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/messagePart/useMessagePartText.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/reasoning/useScrollLock.cjs +49 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/reasoning/useScrollLock.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/reasoning/useScrollLock.js +47 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/reasoning/useScrollLock.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadIf.cjs +27 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadIf.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadIf.js +25 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadIf.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadMessages.cjs +82 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadMessages.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadMessages.js +78 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadMessages.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadRoot.cjs +13 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadRoot.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadRoot.js +11 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadRoot.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadScrollToBottom.cjs +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadScrollToBottom.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadScrollToBottom.js +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadScrollToBottom.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadViewport.cjs +24 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadViewport.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadViewport.js +22 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/ThreadViewport.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/useThreadViewportAutoScroll.cjs +66 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/useThreadViewportAutoScroll.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/useThreadViewportAutoScroll.js +64 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/primitives/thread/useThreadViewportAutoScroll.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/types/EventTypes.cjs +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/types/EventTypes.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/types/EventTypes.js +20 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/types/EventTypes.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/CompositeContextProvider.cjs +34 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/CompositeContextProvider.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/CompositeContextProvider.js +32 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/CompositeContextProvider.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/createActionButton.cjs +37 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/createActionButton.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/createActionButton.js +35 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/createActionButton.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/getThreadMessageText.cjs +12 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/getThreadMessageText.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/getThreadMessageText.js +10 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/getThreadMessageText.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useManagedRef.cjs +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useManagedRef.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useManagedRef.js +21 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useManagedRef.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnResizeContent.cjs +36 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnResizeContent.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnResizeContent.js +34 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnResizeContent.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnScrollToBottom.cjs +16 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnScrollToBottom.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnScrollToBottom.js +14 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/hooks/useOnScrollToBottom.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/idUtils.cjs +15 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/idUtils.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/idUtils.js +12 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/idUtils.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/SmoothContext.cjs +47 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/SmoothContext.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/SmoothContext.js +42 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/SmoothContext.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/useSmooth.cjs +110 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/useSmooth.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/useSmooth.js +108 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/smooth/useSmooth.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/derived-scopes.cjs +73 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/derived-scopes.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/derived-scopes.js +70 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/derived-scopes.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/store.cjs +23 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/store.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/store.js +21 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/store.js.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/tap-api.cjs +56 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/tap-api.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/tap-api.js +54 -0
- package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/utils/tap-store/tap-api.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.1.1_@types_react@17.0.2_react@17.0.2/node_modules/@radix-ui/react-direction/dist/index.cjs +33 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.1.1_@types_react@17.0.2_react@17.0.2/node_modules/@radix-ui/react-direction/dist/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.1.1_@types_react@17.0.2_react@17.0.2/node_modules/@radix-ui/react-direction/dist/index.js +12 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-direction@1.1.1_@types_react@17.0.2_react@17.0.2/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-dropdown-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17_dxnrbz42ochhym3lfihkvwh43e/node_modules/@radix-ui/react-dropdown-menu/dist/index.cjs +270 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-dropdown-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17_dxnrbz42ochhym3lfihkvwh43e/node_modules/@radix-ui/react-dropdown-menu/dist/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-dropdown-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17_dxnrbz42ochhym3lfihkvwh43e/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +235 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-dropdown-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17_dxnrbz42ochhym3lfihkvwh43e/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_react@17.0.2__react@17.0.2/node_modules/@radix-ui/react-menu/dist/index.cjs +840 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_react@17.0.2__react@17.0.2/node_modules/@radix-ui/react-menu/dist/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_react@17.0.2__react@17.0.2/node_modules/@radix-ui/react-menu/dist/index.js +791 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.16_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17.0.2_react@17.0.2__react@17.0.2/node_modules/@radix-ui/react-menu/dist/index.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-roving-focus@1.1.11_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17._unzgkwd6mofnqpd3ix5vp6vba4/node_modules/@radix-ui/react-roving-focus/dist/index.cjs +249 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-roving-focus@1.1.11_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17._unzgkwd6mofnqpd3ix5vp6vba4/node_modules/@radix-ui/react-roving-focus/dist/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-roving-focus@1.1.11_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17._unzgkwd6mofnqpd3ix5vp6vba4/node_modules/@radix-ui/react-roving-focus/dist/index.js +224 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-roving-focus@1.1.11_@types_react-dom@17.0.2_@types_react@17.0.2_react-dom@17._unzgkwd6mofnqpd3ix5vp6vba4/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -0
- package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.cjs +1 -1
- package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js +1 -1
- package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.cjs +41 -0
- package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.cjs.map +1 -1
- package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js +41 -1
- package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js.map +1 -1
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.cjs +50 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.cjs.map +1 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.js +48 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.js.map +1 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.cjs +427 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.cjs.map +1 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.js +423 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.js.map +1 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.cjs +11 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.cjs.map +1 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.js +9 -0
- package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.js.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.cjs +328 -0
- package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.js +326 -0
- package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.cjs +92 -0
- package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js +90 -0
- package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.cjs +671 -0
- package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.js +669 -0
- package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.cjs +328 -0
- package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.js +326 -0
- package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.cjs +315 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js +313 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.cjs +26 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js +23 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.cjs +51 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.cjs.map +1 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js +49 -0
- package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/download.cjs +24 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/download.cjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/download.js +19 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/download.js.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/ellipsis.cjs +24 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/ellipsis.cjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/ellipsis.js +19 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/ellipsis.js.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/pen.cjs +28 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/pen.cjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/pen.js +23 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/pen.js.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/plus.cjs +23 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/plus.cjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/plus.js +18 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/plus.js.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/trash-2.cjs +26 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/trash-2.cjs.map +1 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/trash-2.js +21 -0
- package/dist/node_modules/.pnpm/lucide-react@0.552.0_react@17.0.2/node_modules/lucide-react/dist/esm/icons/trash-2.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.cjs +121 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.js +118 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.cjs +66 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.js +66 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.cjs +240 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.js +232 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.cjs +527 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.js +523 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.cjs +25 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.js +23 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.cjs +73 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.js +65 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.cjs +115 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.js +113 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.cjs +3235 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.js +3233 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.cjs +330 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.js +328 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.cjs +26 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.js +24 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.cjs +2717 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.js +2714 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.cjs +202 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.js +200 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.js.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.cjs +179 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.cjs.map +1 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.js +177 -0
- package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.cjs +21 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.js +18 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.cjs +64 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.js +62 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.cjs +74 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.js +72 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.cjs +320 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.js +318 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.cjs +12 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.js +10 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.cjs +566 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.js +564 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.cjs +15 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.js +13 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.cjs +13 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.js +11 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.cjs +64 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.js +62 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.cjs +49 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.js +47 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.cjs +30 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.js +28 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.cjs +32 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.js +30 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.cjs +33 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.js +31 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.cjs +24 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.js +16 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.cjs +22 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.js +20 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.cjs +14 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.js +12 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.js.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.cjs +14 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.cjs.map +1 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.js +12 -0
- package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.js.map +1 -0
- package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.cjs +37 -0
- package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.js +35 -0
- package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/secure-json-parse@4.1.0/node_modules/secure-json-parse/index.cjs +1 -1
- package/dist/node_modules/.pnpm/secure-json-parse@4.1.0/node_modules/secure-json-parse/index.js +1 -1
- package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.cjs +5 -0
- package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.cjs.map +1 -1
- package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js +5 -1
- package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js.map +1 -1
- package/dist/node_modules/.pnpm/style-to-js@1.1.18/node_modules/style-to-js/cjs/index.cjs +1 -1
- package/dist/node_modules/.pnpm/style-to-js@1.1.18/node_modules/style-to-js/cjs/index.js +1 -1
- package/dist/node_modules/.pnpm/style-to-object@1.0.11/node_modules/style-to-object/cjs/index.cjs +1 -1
- package/dist/node_modules/.pnpm/style-to-object@1.0.11/node_modules/style-to-object/cjs/index.js +1 -1
- package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@17.0.2/node_modules/use-sync-external-store/shim/index.cjs +1 -1
- package/dist/node_modules/.pnpm/use-sync-external-store@1.6.0_react@17.0.2/node_modules/use-sync-external-store/shim/index.js +1 -1
- package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.cjs +98 -0
- package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.js +96 -0
- package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.js.map +1 -0
- package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.cjs +18 -0
- package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.cjs.map +1 -0
- package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js +16 -0
- package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react/shallow.cjs +15 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react/shallow.cjs.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react/shallow.js +13 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react/shallow.js.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react.cjs +26 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react.cjs.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react.js +23 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/react.js.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla/shallow.cjs +58 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla/shallow.cjs.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla/shallow.js +56 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla/shallow.js.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla.cjs +27 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla.cjs.map +1 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla.js +25 -0
- package/dist/node_modules/.pnpm/zustand@5.0.8_@types_react@17.0.2_react@17.0.2_use-sync-external-store@1.6.0_react@17.0.2_/node_modules/zustand/esm/vanilla.js.map +1 -0
- package/dist/packages/core/dist/index.cjs +11 -5
- package/dist/packages/core/dist/index.cjs.map +1 -1
- package/dist/packages/core/dist/index.js +11 -5
- package/dist/packages/core/dist/index.js.map +1 -1
- package/dist/plugins/getAdkConfig.cjs +4 -0
- package/dist/plugins/getAdkConfig.cjs.map +1 -1
- package/dist/plugins/getAdkConfig.d.ts.map +1 -1
- package/dist/plugins/getAdkConfig.js +4 -0
- package/dist/plugins/getAdkConfig.js.map +1 -1
- package/dist/utils/agentStorage.cjs +81 -0
- package/dist/utils/agentStorage.cjs.map +1 -0
- package/dist/utils/agentStorage.js +79 -0
- package/dist/utils/agentStorage.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
import { LazyMemoizeSubject } from './subscribable/LazyMemoizeSubject.js';
|
|
2
|
+
import { ThreadComposerAttachmentRuntimeImpl, EditComposerAttachmentRuntimeImpl } from './AttachmentRuntime.js';
|
|
3
|
+
import { ShallowMemoizeSubject } from './subscribable/ShallowMemoizeSubject.js';
|
|
4
|
+
import { SKIP_UPDATE } from './subscribable/SKIP_UPDATE.js';
|
|
5
|
+
import { EventSubscriptionSubject } from './subscribable/EventSubscriptionSubject.js';
|
|
6
|
+
|
|
7
|
+
// src/legacy-runtime/runtime/ComposerRuntime.ts
|
|
8
|
+
var EMPTY_ARRAY = Object.freeze([]);
|
|
9
|
+
var EMPTY_OBJECT = Object.freeze({});
|
|
10
|
+
var getThreadComposerState = (runtime) => {
|
|
11
|
+
return Object.freeze({
|
|
12
|
+
type: "thread",
|
|
13
|
+
isEditing: runtime?.isEditing ?? false,
|
|
14
|
+
canCancel: runtime?.canCancel ?? false,
|
|
15
|
+
isEmpty: runtime?.isEmpty ?? true,
|
|
16
|
+
attachments: runtime?.attachments ?? EMPTY_ARRAY,
|
|
17
|
+
text: runtime?.text ?? "",
|
|
18
|
+
role: runtime?.role ?? "user",
|
|
19
|
+
runConfig: runtime?.runConfig ?? EMPTY_OBJECT,
|
|
20
|
+
attachmentAccept: runtime?.attachmentAccept ?? "",
|
|
21
|
+
value: runtime?.text ?? ""
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
var getEditComposerState = (runtime) => {
|
|
25
|
+
return Object.freeze({
|
|
26
|
+
type: "edit",
|
|
27
|
+
isEditing: runtime?.isEditing ?? false,
|
|
28
|
+
canCancel: runtime?.canCancel ?? false,
|
|
29
|
+
isEmpty: runtime?.isEmpty ?? true,
|
|
30
|
+
text: runtime?.text ?? "",
|
|
31
|
+
role: runtime?.role ?? "user",
|
|
32
|
+
attachments: runtime?.attachments ?? EMPTY_ARRAY,
|
|
33
|
+
runConfig: runtime?.runConfig ?? EMPTY_OBJECT,
|
|
34
|
+
attachmentAccept: runtime?.attachmentAccept ?? "",
|
|
35
|
+
value: runtime?.text ?? ""
|
|
36
|
+
});
|
|
37
|
+
};
|
|
38
|
+
var ComposerRuntimeImpl = class {
|
|
39
|
+
constructor(_core) {
|
|
40
|
+
this._core = _core;
|
|
41
|
+
}
|
|
42
|
+
get path() {
|
|
43
|
+
return this._core.path;
|
|
44
|
+
}
|
|
45
|
+
__internal_bindMethods() {
|
|
46
|
+
this.setText = this.setText.bind(this);
|
|
47
|
+
this.setRunConfig = this.setRunConfig.bind(this);
|
|
48
|
+
this.getState = this.getState.bind(this);
|
|
49
|
+
this.subscribe = this.subscribe.bind(this);
|
|
50
|
+
this.addAttachment = this.addAttachment.bind(this);
|
|
51
|
+
this.reset = this.reset.bind(this);
|
|
52
|
+
this.clearAttachments = this.clearAttachments.bind(this);
|
|
53
|
+
this.send = this.send.bind(this);
|
|
54
|
+
this.cancel = this.cancel.bind(this);
|
|
55
|
+
this.setRole = this.setRole.bind(this);
|
|
56
|
+
this.getAttachmentByIndex = this.getAttachmentByIndex.bind(this);
|
|
57
|
+
this.unstable_on = this.unstable_on.bind(this);
|
|
58
|
+
}
|
|
59
|
+
setText(text) {
|
|
60
|
+
const core = this._core.getState();
|
|
61
|
+
if (!core) throw new Error("Composer is not available");
|
|
62
|
+
core.setText(text);
|
|
63
|
+
}
|
|
64
|
+
setRunConfig(runConfig) {
|
|
65
|
+
const core = this._core.getState();
|
|
66
|
+
if (!core) throw new Error("Composer is not available");
|
|
67
|
+
core.setRunConfig(runConfig);
|
|
68
|
+
}
|
|
69
|
+
addAttachment(file) {
|
|
70
|
+
const core = this._core.getState();
|
|
71
|
+
if (!core) throw new Error("Composer is not available");
|
|
72
|
+
return core.addAttachment(file);
|
|
73
|
+
}
|
|
74
|
+
reset() {
|
|
75
|
+
const core = this._core.getState();
|
|
76
|
+
if (!core) throw new Error("Composer is not available");
|
|
77
|
+
return core.reset();
|
|
78
|
+
}
|
|
79
|
+
clearAttachments() {
|
|
80
|
+
const core = this._core.getState();
|
|
81
|
+
if (!core) throw new Error("Composer is not available");
|
|
82
|
+
return core.clearAttachments();
|
|
83
|
+
}
|
|
84
|
+
send() {
|
|
85
|
+
const core = this._core.getState();
|
|
86
|
+
if (!core) throw new Error("Composer is not available");
|
|
87
|
+
core.send();
|
|
88
|
+
}
|
|
89
|
+
cancel() {
|
|
90
|
+
const core = this._core.getState();
|
|
91
|
+
if (!core) throw new Error("Composer is not available");
|
|
92
|
+
core.cancel();
|
|
93
|
+
}
|
|
94
|
+
setRole(role) {
|
|
95
|
+
const core = this._core.getState();
|
|
96
|
+
if (!core) throw new Error("Composer is not available");
|
|
97
|
+
core.setRole(role);
|
|
98
|
+
}
|
|
99
|
+
subscribe(callback) {
|
|
100
|
+
return this._core.subscribe(callback);
|
|
101
|
+
}
|
|
102
|
+
_eventSubscriptionSubjects = /* @__PURE__ */ new Map();
|
|
103
|
+
unstable_on(event, callback) {
|
|
104
|
+
let subject = this._eventSubscriptionSubjects.get(event);
|
|
105
|
+
if (!subject) {
|
|
106
|
+
subject = new EventSubscriptionSubject({
|
|
107
|
+
event,
|
|
108
|
+
binding: this._core
|
|
109
|
+
});
|
|
110
|
+
this._eventSubscriptionSubjects.set(event, subject);
|
|
111
|
+
}
|
|
112
|
+
return subject.subscribe(callback);
|
|
113
|
+
}
|
|
114
|
+
};
|
|
115
|
+
var ThreadComposerRuntimeImpl = class extends ComposerRuntimeImpl {
|
|
116
|
+
get path() {
|
|
117
|
+
return this._core.path;
|
|
118
|
+
}
|
|
119
|
+
get type() {
|
|
120
|
+
return "thread";
|
|
121
|
+
}
|
|
122
|
+
_getState;
|
|
123
|
+
constructor(core) {
|
|
124
|
+
const stateBinding = new LazyMemoizeSubject({
|
|
125
|
+
path: core.path,
|
|
126
|
+
getState: () => getThreadComposerState(core.getState()),
|
|
127
|
+
subscribe: (callback) => core.subscribe(callback)
|
|
128
|
+
});
|
|
129
|
+
super({
|
|
130
|
+
path: core.path,
|
|
131
|
+
getState: () => core.getState(),
|
|
132
|
+
subscribe: (callback) => stateBinding.subscribe(callback)
|
|
133
|
+
});
|
|
134
|
+
this._getState = stateBinding.getState.bind(stateBinding);
|
|
135
|
+
this.__internal_bindMethods();
|
|
136
|
+
}
|
|
137
|
+
getState() {
|
|
138
|
+
return this._getState();
|
|
139
|
+
}
|
|
140
|
+
getAttachmentByIndex(idx) {
|
|
141
|
+
return new ThreadComposerAttachmentRuntimeImpl(
|
|
142
|
+
new ShallowMemoizeSubject({
|
|
143
|
+
path: {
|
|
144
|
+
...this.path,
|
|
145
|
+
attachmentSource: "thread-composer",
|
|
146
|
+
attachmentSelector: { type: "index", index: idx },
|
|
147
|
+
ref: this.path.ref + `${this.path.ref}.attachments[${idx}]`
|
|
148
|
+
},
|
|
149
|
+
getState: () => {
|
|
150
|
+
const attachments = this.getState().attachments;
|
|
151
|
+
const attachment = attachments[idx];
|
|
152
|
+
if (!attachment) return SKIP_UPDATE;
|
|
153
|
+
return {
|
|
154
|
+
...attachment,
|
|
155
|
+
source: "thread-composer"
|
|
156
|
+
};
|
|
157
|
+
},
|
|
158
|
+
subscribe: (callback) => this._core.subscribe(callback)
|
|
159
|
+
}),
|
|
160
|
+
this._core
|
|
161
|
+
);
|
|
162
|
+
}
|
|
163
|
+
};
|
|
164
|
+
var EditComposerRuntimeImpl = class extends ComposerRuntimeImpl {
|
|
165
|
+
constructor(core, _beginEdit) {
|
|
166
|
+
const stateBinding = new LazyMemoizeSubject({
|
|
167
|
+
path: core.path,
|
|
168
|
+
getState: () => getEditComposerState(core.getState()),
|
|
169
|
+
subscribe: (callback) => core.subscribe(callback)
|
|
170
|
+
});
|
|
171
|
+
super({
|
|
172
|
+
path: core.path,
|
|
173
|
+
getState: () => core.getState(),
|
|
174
|
+
subscribe: (callback) => stateBinding.subscribe(callback)
|
|
175
|
+
});
|
|
176
|
+
this._beginEdit = _beginEdit;
|
|
177
|
+
this._getState = stateBinding.getState.bind(stateBinding);
|
|
178
|
+
this.__internal_bindMethods();
|
|
179
|
+
}
|
|
180
|
+
get path() {
|
|
181
|
+
return this._core.path;
|
|
182
|
+
}
|
|
183
|
+
get type() {
|
|
184
|
+
return "edit";
|
|
185
|
+
}
|
|
186
|
+
_getState;
|
|
187
|
+
__internal_bindMethods() {
|
|
188
|
+
super.__internal_bindMethods();
|
|
189
|
+
this.beginEdit = this.beginEdit.bind(this);
|
|
190
|
+
}
|
|
191
|
+
getState() {
|
|
192
|
+
return this._getState();
|
|
193
|
+
}
|
|
194
|
+
beginEdit() {
|
|
195
|
+
this._beginEdit();
|
|
196
|
+
}
|
|
197
|
+
getAttachmentByIndex(idx) {
|
|
198
|
+
return new EditComposerAttachmentRuntimeImpl(
|
|
199
|
+
new ShallowMemoizeSubject({
|
|
200
|
+
path: {
|
|
201
|
+
...this.path,
|
|
202
|
+
attachmentSource: "edit-composer",
|
|
203
|
+
attachmentSelector: { type: "index", index: idx },
|
|
204
|
+
ref: this.path.ref + `${this.path.ref}.attachments[${idx}]`
|
|
205
|
+
},
|
|
206
|
+
getState: () => {
|
|
207
|
+
const attachments = this.getState().attachments;
|
|
208
|
+
const attachment = attachments[idx];
|
|
209
|
+
if (!attachment) return SKIP_UPDATE;
|
|
210
|
+
return {
|
|
211
|
+
...attachment,
|
|
212
|
+
source: "edit-composer"
|
|
213
|
+
};
|
|
214
|
+
},
|
|
215
|
+
subscribe: (callback) => this._core.subscribe(callback)
|
|
216
|
+
}),
|
|
217
|
+
this._core
|
|
218
|
+
);
|
|
219
|
+
}
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
export { ComposerRuntimeImpl, EditComposerRuntimeImpl, ThreadComposerRuntimeImpl };
|
|
223
|
+
//# sourceMappingURL=ComposerRuntime.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComposerRuntime.js","sources":["../../../../../../../../../../../../node_modules/.pnpm/@assistant-ui+react@0.11.37_@types+react-dom@17.0.2_@types+react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/ComposerRuntime.js"],"sourcesContent":["// src/legacy-runtime/runtime/ComposerRuntime.ts\nimport { LazyMemoizeSubject } from \"./subscribable/LazyMemoizeSubject.js\";\nimport {\n EditComposerAttachmentRuntimeImpl,\n ThreadComposerAttachmentRuntimeImpl\n} from \"./AttachmentRuntime.js\";\nimport { ShallowMemoizeSubject } from \"./subscribable/ShallowMemoizeSubject.js\";\nimport { SKIP_UPDATE } from \"./subscribable/SKIP_UPDATE.js\";\nimport { EventSubscriptionSubject } from \"./subscribable/EventSubscriptionSubject.js\";\nvar EMPTY_ARRAY = Object.freeze([]);\nvar EMPTY_OBJECT = Object.freeze({});\nvar getThreadComposerState = (runtime) => {\n return Object.freeze({\n type: \"thread\",\n isEditing: runtime?.isEditing ?? false,\n canCancel: runtime?.canCancel ?? false,\n isEmpty: runtime?.isEmpty ?? true,\n attachments: runtime?.attachments ?? EMPTY_ARRAY,\n text: runtime?.text ?? \"\",\n role: runtime?.role ?? \"user\",\n runConfig: runtime?.runConfig ?? EMPTY_OBJECT,\n attachmentAccept: runtime?.attachmentAccept ?? \"\",\n value: runtime?.text ?? \"\"\n });\n};\nvar getEditComposerState = (runtime) => {\n return Object.freeze({\n type: \"edit\",\n isEditing: runtime?.isEditing ?? false,\n canCancel: runtime?.canCancel ?? false,\n isEmpty: runtime?.isEmpty ?? true,\n text: runtime?.text ?? \"\",\n role: runtime?.role ?? \"user\",\n attachments: runtime?.attachments ?? EMPTY_ARRAY,\n runConfig: runtime?.runConfig ?? EMPTY_OBJECT,\n attachmentAccept: runtime?.attachmentAccept ?? \"\",\n value: runtime?.text ?? \"\"\n });\n};\nvar ComposerRuntimeImpl = class {\n constructor(_core) {\n this._core = _core;\n }\n get path() {\n return this._core.path;\n }\n __internal_bindMethods() {\n this.setText = this.setText.bind(this);\n this.setRunConfig = this.setRunConfig.bind(this);\n this.getState = this.getState.bind(this);\n this.subscribe = this.subscribe.bind(this);\n this.addAttachment = this.addAttachment.bind(this);\n this.reset = this.reset.bind(this);\n this.clearAttachments = this.clearAttachments.bind(this);\n this.send = this.send.bind(this);\n this.cancel = this.cancel.bind(this);\n this.setRole = this.setRole.bind(this);\n this.getAttachmentByIndex = this.getAttachmentByIndex.bind(this);\n this.unstable_on = this.unstable_on.bind(this);\n }\n setText(text) {\n const core = this._core.getState();\n if (!core) throw new Error(\"Composer is not available\");\n core.setText(text);\n }\n setRunConfig(runConfig) {\n const core = this._core.getState();\n if (!core) throw new Error(\"Composer is not available\");\n core.setRunConfig(runConfig);\n }\n addAttachment(file) {\n const core = this._core.getState();\n if (!core) throw new Error(\"Composer is not available\");\n return core.addAttachment(file);\n }\n reset() {\n const core = this._core.getState();\n if (!core) throw new Error(\"Composer is not available\");\n return core.reset();\n }\n clearAttachments() {\n const core = this._core.getState();\n if (!core) throw new Error(\"Composer is not available\");\n return core.clearAttachments();\n }\n send() {\n const core = this._core.getState();\n if (!core) throw new Error(\"Composer is not available\");\n core.send();\n }\n cancel() {\n const core = this._core.getState();\n if (!core) throw new Error(\"Composer is not available\");\n core.cancel();\n }\n setRole(role) {\n const core = this._core.getState();\n if (!core) throw new Error(\"Composer is not available\");\n core.setRole(role);\n }\n subscribe(callback) {\n return this._core.subscribe(callback);\n }\n _eventSubscriptionSubjects = /* @__PURE__ */ new Map();\n unstable_on(event, callback) {\n let subject = this._eventSubscriptionSubjects.get(event);\n if (!subject) {\n subject = new EventSubscriptionSubject({\n event,\n binding: this._core\n });\n this._eventSubscriptionSubjects.set(event, subject);\n }\n return subject.subscribe(callback);\n }\n};\nvar ThreadComposerRuntimeImpl = class extends ComposerRuntimeImpl {\n get path() {\n return this._core.path;\n }\n get type() {\n return \"thread\";\n }\n _getState;\n constructor(core) {\n const stateBinding = new LazyMemoizeSubject({\n path: core.path,\n getState: () => getThreadComposerState(core.getState()),\n subscribe: (callback) => core.subscribe(callback)\n });\n super({\n path: core.path,\n getState: () => core.getState(),\n subscribe: (callback) => stateBinding.subscribe(callback)\n });\n this._getState = stateBinding.getState.bind(stateBinding);\n this.__internal_bindMethods();\n }\n getState() {\n return this._getState();\n }\n getAttachmentByIndex(idx) {\n return new ThreadComposerAttachmentRuntimeImpl(\n new ShallowMemoizeSubject({\n path: {\n ...this.path,\n attachmentSource: \"thread-composer\",\n attachmentSelector: { type: \"index\", index: idx },\n ref: this.path.ref + `${this.path.ref}.attachments[${idx}]`\n },\n getState: () => {\n const attachments = this.getState().attachments;\n const attachment = attachments[idx];\n if (!attachment) return SKIP_UPDATE;\n return {\n ...attachment,\n source: \"thread-composer\"\n };\n },\n subscribe: (callback) => this._core.subscribe(callback)\n }),\n this._core\n );\n }\n};\nvar EditComposerRuntimeImpl = class extends ComposerRuntimeImpl {\n constructor(core, _beginEdit) {\n const stateBinding = new LazyMemoizeSubject({\n path: core.path,\n getState: () => getEditComposerState(core.getState()),\n subscribe: (callback) => core.subscribe(callback)\n });\n super({\n path: core.path,\n getState: () => core.getState(),\n subscribe: (callback) => stateBinding.subscribe(callback)\n });\n this._beginEdit = _beginEdit;\n this._getState = stateBinding.getState.bind(stateBinding);\n this.__internal_bindMethods();\n }\n get path() {\n return this._core.path;\n }\n get type() {\n return \"edit\";\n }\n _getState;\n __internal_bindMethods() {\n super.__internal_bindMethods();\n this.beginEdit = this.beginEdit.bind(this);\n }\n getState() {\n return this._getState();\n }\n beginEdit() {\n this._beginEdit();\n }\n getAttachmentByIndex(idx) {\n return new EditComposerAttachmentRuntimeImpl(\n new ShallowMemoizeSubject({\n path: {\n ...this.path,\n attachmentSource: \"edit-composer\",\n attachmentSelector: { type: \"index\", index: idx },\n ref: this.path.ref + `${this.path.ref}.attachments[${idx}]`\n },\n getState: () => {\n const attachments = this.getState().attachments;\n const attachment = attachments[idx];\n if (!attachment) return SKIP_UPDATE;\n return {\n ...attachment,\n source: \"edit-composer\"\n };\n },\n subscribe: (callback) => this._core.subscribe(callback)\n }),\n this._core\n );\n }\n};\nexport {\n ComposerRuntimeImpl,\n EditComposerRuntimeImpl,\n ThreadComposerRuntimeImpl\n};\n//# sourceMappingURL=ComposerRuntime.js.map"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var ToolResponse = require('../../../../../../../assistant-stream@0.2.39/node_modules/assistant-stream/dist/core/tool/ToolResponse.cjs');
|
|
4
|
+
|
|
5
|
+
// src/legacy-runtime/runtime/MessagePartRuntime.ts
|
|
6
|
+
var MessagePartRuntimeImpl = class {
|
|
7
|
+
constructor(contentBinding, messageApi, threadApi) {
|
|
8
|
+
this.contentBinding = contentBinding;
|
|
9
|
+
this.messageApi = messageApi;
|
|
10
|
+
this.threadApi = threadApi;
|
|
11
|
+
this.__internal_bindMethods();
|
|
12
|
+
}
|
|
13
|
+
get path() {
|
|
14
|
+
return this.contentBinding.path;
|
|
15
|
+
}
|
|
16
|
+
__internal_bindMethods() {
|
|
17
|
+
this.addToolResult = this.addToolResult.bind(this);
|
|
18
|
+
this.resumeToolCall = this.resumeToolCall.bind(this);
|
|
19
|
+
this.getState = this.getState.bind(this);
|
|
20
|
+
this.subscribe = this.subscribe.bind(this);
|
|
21
|
+
}
|
|
22
|
+
getState() {
|
|
23
|
+
return this.contentBinding.getState();
|
|
24
|
+
}
|
|
25
|
+
addToolResult(result) {
|
|
26
|
+
const state = this.contentBinding.getState();
|
|
27
|
+
if (!state) throw new Error("Message part is not available");
|
|
28
|
+
if (state.type !== "tool-call")
|
|
29
|
+
throw new Error("Tried to add tool result to non-tool message part");
|
|
30
|
+
if (!this.messageApi)
|
|
31
|
+
throw new Error(
|
|
32
|
+
"Message API is not available. This is likely a bug in assistant-ui."
|
|
33
|
+
);
|
|
34
|
+
if (!this.threadApi) throw new Error("Thread API is not available");
|
|
35
|
+
const message = this.messageApi.getState();
|
|
36
|
+
if (!message) throw new Error("Message is not available");
|
|
37
|
+
const toolName = state.toolName;
|
|
38
|
+
const toolCallId = state.toolCallId;
|
|
39
|
+
const response = ToolResponse.ToolResponse.toResponse(result);
|
|
40
|
+
this.threadApi.getState().addToolResult({
|
|
41
|
+
messageId: message.id,
|
|
42
|
+
toolName,
|
|
43
|
+
toolCallId,
|
|
44
|
+
result: response.result,
|
|
45
|
+
artifact: response.artifact,
|
|
46
|
+
isError: response.isError
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
resumeToolCall(payload) {
|
|
50
|
+
const state = this.contentBinding.getState();
|
|
51
|
+
if (!state) throw new Error("Message part is not available");
|
|
52
|
+
if (state.type !== "tool-call")
|
|
53
|
+
throw new Error("Tried to resume tool call on non-tool message part");
|
|
54
|
+
if (!this.threadApi) throw new Error("Thread API is not available");
|
|
55
|
+
const toolCallId = state.toolCallId;
|
|
56
|
+
this.threadApi.getState().resumeToolCall({
|
|
57
|
+
toolCallId,
|
|
58
|
+
payload
|
|
59
|
+
});
|
|
60
|
+
}
|
|
61
|
+
subscribe(callback) {
|
|
62
|
+
return this.contentBinding.subscribe(callback);
|
|
63
|
+
}
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
exports.MessagePartRuntimeImpl = MessagePartRuntimeImpl;
|
|
67
|
+
//# sourceMappingURL=MessagePartRuntime.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessagePartRuntime.cjs","sources":["../../../../../../../../../../../../node_modules/.pnpm/@assistant-ui+react@0.11.37_@types+react-dom@17.0.2_@types+react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessagePartRuntime.js"],"sourcesContent":["// src/legacy-runtime/runtime/MessagePartRuntime.ts\nimport { ToolResponse } from \"assistant-stream\";\nvar MessagePartRuntimeImpl = class {\n constructor(contentBinding, messageApi, threadApi) {\n this.contentBinding = contentBinding;\n this.messageApi = messageApi;\n this.threadApi = threadApi;\n this.__internal_bindMethods();\n }\n get path() {\n return this.contentBinding.path;\n }\n __internal_bindMethods() {\n this.addToolResult = this.addToolResult.bind(this);\n this.resumeToolCall = this.resumeToolCall.bind(this);\n this.getState = this.getState.bind(this);\n this.subscribe = this.subscribe.bind(this);\n }\n getState() {\n return this.contentBinding.getState();\n }\n addToolResult(result) {\n const state = this.contentBinding.getState();\n if (!state) throw new Error(\"Message part is not available\");\n if (state.type !== \"tool-call\")\n throw new Error(\"Tried to add tool result to non-tool message part\");\n if (!this.messageApi)\n throw new Error(\n \"Message API is not available. This is likely a bug in assistant-ui.\"\n );\n if (!this.threadApi) throw new Error(\"Thread API is not available\");\n const message = this.messageApi.getState();\n if (!message) throw new Error(\"Message is not available\");\n const toolName = state.toolName;\n const toolCallId = state.toolCallId;\n const response = ToolResponse.toResponse(result);\n this.threadApi.getState().addToolResult({\n messageId: message.id,\n toolName,\n toolCallId,\n result: response.result,\n artifact: response.artifact,\n isError: response.isError\n });\n }\n resumeToolCall(payload) {\n const state = this.contentBinding.getState();\n if (!state) throw new Error(\"Message part is not available\");\n if (state.type !== \"tool-call\")\n throw new Error(\"Tried to resume tool call on non-tool message part\");\n if (!this.threadApi) throw new Error(\"Thread API is not available\");\n const toolCallId = state.toolCallId;\n this.threadApi.getState().resumeToolCall({\n toolCallId,\n payload\n });\n }\n subscribe(callback) {\n return this.contentBinding.subscribe(callback);\n }\n};\nexport {\n MessagePartRuntimeImpl\n};\n//# sourceMappingURL=MessagePartRuntime.js.map"],"names":["ToolResponse"],"mappings":";;;;AAAA;AAEG,IAAC,sBAAsB,GAAG,MAAM;AACnC,EAAE,WAAW,CAAC,cAAc,EAAE,UAAU,EAAE,SAAS,EAAE;AACrD,IAAI,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;AACzC,IAAI,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;AACjC,IAAI,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;AAC/B,IAAI,IAAI,CAAC,sBAAsB,EAAE,CAAC;AAClC,GAAG;AACH,EAAE,IAAI,IAAI,GAAG;AACb,IAAI,OAAO,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC;AACpC,GAAG;AACH,EAAE,sBAAsB,GAAG;AAC3B,IAAI,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACvD,IAAI,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACzD,IAAI,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAC7C,IAAI,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AAC/C,GAAG;AACH,EAAE,QAAQ,GAAG;AACb,IAAI,OAAO,IAAI,CAAC,cAAc,CAAC,QAAQ,EAAE,CAAC;AAC1C,GAAG;AACH,EAAE,aAAa,CAAC,MAAM,EAAE;AACxB,IAAI,MAAM,KAAK,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,EAAE,CAAC;AACjD,IAAI,IAAI,CAAC,KAAK,EAAE,MAAM,IAAI,KAAK,CAAC,+BAA+B,CAAC,CAAC;AACjE,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,WAAW;AAClC,MAAM,MAAM,IAAI,KAAK,CAAC,mDAAmD,CAAC,CAAC;AAC3E,IAAI,IAAI,CAAC,IAAI,CAAC,UAAU;AACxB,MAAM,MAAM,IAAI,KAAK;AACrB,QAAQ,qEAAqE;AAC7E,OAAO,CAAC;AACR,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,MAAM,IAAI,KAAK,CAAC,6BAA6B,CAAC,CAAC;AACxE,IAAI,MAAM,OAAO,GAAG,IAAI,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC;AAC/C,IAAI,IAAI,CAAC,OAAO,EAAE,MAAM,IAAI,KAAK,CAAC,0BAA0B,CAAC,CAAC;AAC9D,IAAI,MAAM,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAC;AACpC,IAAI,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC;AACxC,IAAI,MAAM,QAAQ,GAAGA,yBAAY,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;AACrD,IAAI,IAAI,CAAC,SAAS,CAAC,QAAQ,EAAE,CAAC,aAAa,CAAC;AAC5C,MAAM,SAAS,EAAE,OAAO,CAAC,EAAE;AAC3B,MAAM,QAAQ;AACd,MAAM,UAAU;AAChB,MAAM,MAAM,EAAE,QAAQ,CAAC,MAAM;AAC7B,MAAM,QAAQ,EAAE,QAAQ,CAAC,QAAQ;AACjC,MAAM,OAAO,EAAE,QAAQ,CAAC,OAAO;AAC/B,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,cAAc,CAAC,OAAO,EAAE;AAC1B,IAAI,MAAM,KAAK,GAAG,IAAI,CAAC,cAAc,CAAC,QAAQ,EAAE,CAAC;AACjD,IAAI,IAAI,CAAC,KAAK,EAAE,MAAM,IAAI,KAAK,CAAC,+BAA+B,CAAC,CAAC;AACjE,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,WAAW;AAClC,MAAM,MAAM,IAAI,KAAK,CAAC,oDAAoD,CAAC,CAAC;AAC5E,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,MAAM,IAAI,KAAK,CAAC,6BAA6B,CAAC,CAAC;AACxE,IAAI,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC;AACxC,IAAI,IAAI,CAAC,SAAS,CAAC,QAAQ,EAAE,CAAC,cAAc,CAAC;AAC7C,MAAM,UAAU;AAChB,MAAM,OAAO;AACb,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,SAAS,CAAC,QAAQ,EAAE;AACtB,IAAI,OAAO,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;AACnD,GAAG;AACH;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { ToolResponse } from '../../../../../../../assistant-stream@0.2.39/node_modules/assistant-stream/dist/core/tool/ToolResponse.js';
|
|
2
|
+
|
|
3
|
+
// src/legacy-runtime/runtime/MessagePartRuntime.ts
|
|
4
|
+
var MessagePartRuntimeImpl = class {
|
|
5
|
+
constructor(contentBinding, messageApi, threadApi) {
|
|
6
|
+
this.contentBinding = contentBinding;
|
|
7
|
+
this.messageApi = messageApi;
|
|
8
|
+
this.threadApi = threadApi;
|
|
9
|
+
this.__internal_bindMethods();
|
|
10
|
+
}
|
|
11
|
+
get path() {
|
|
12
|
+
return this.contentBinding.path;
|
|
13
|
+
}
|
|
14
|
+
__internal_bindMethods() {
|
|
15
|
+
this.addToolResult = this.addToolResult.bind(this);
|
|
16
|
+
this.resumeToolCall = this.resumeToolCall.bind(this);
|
|
17
|
+
this.getState = this.getState.bind(this);
|
|
18
|
+
this.subscribe = this.subscribe.bind(this);
|
|
19
|
+
}
|
|
20
|
+
getState() {
|
|
21
|
+
return this.contentBinding.getState();
|
|
22
|
+
}
|
|
23
|
+
addToolResult(result) {
|
|
24
|
+
const state = this.contentBinding.getState();
|
|
25
|
+
if (!state) throw new Error("Message part is not available");
|
|
26
|
+
if (state.type !== "tool-call")
|
|
27
|
+
throw new Error("Tried to add tool result to non-tool message part");
|
|
28
|
+
if (!this.messageApi)
|
|
29
|
+
throw new Error(
|
|
30
|
+
"Message API is not available. This is likely a bug in assistant-ui."
|
|
31
|
+
);
|
|
32
|
+
if (!this.threadApi) throw new Error("Thread API is not available");
|
|
33
|
+
const message = this.messageApi.getState();
|
|
34
|
+
if (!message) throw new Error("Message is not available");
|
|
35
|
+
const toolName = state.toolName;
|
|
36
|
+
const toolCallId = state.toolCallId;
|
|
37
|
+
const response = ToolResponse.toResponse(result);
|
|
38
|
+
this.threadApi.getState().addToolResult({
|
|
39
|
+
messageId: message.id,
|
|
40
|
+
toolName,
|
|
41
|
+
toolCallId,
|
|
42
|
+
result: response.result,
|
|
43
|
+
artifact: response.artifact,
|
|
44
|
+
isError: response.isError
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
resumeToolCall(payload) {
|
|
48
|
+
const state = this.contentBinding.getState();
|
|
49
|
+
if (!state) throw new Error("Message part is not available");
|
|
50
|
+
if (state.type !== "tool-call")
|
|
51
|
+
throw new Error("Tried to resume tool call on non-tool message part");
|
|
52
|
+
if (!this.threadApi) throw new Error("Thread API is not available");
|
|
53
|
+
const toolCallId = state.toolCallId;
|
|
54
|
+
this.threadApi.getState().resumeToolCall({
|
|
55
|
+
toolCallId,
|
|
56
|
+
payload
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
subscribe(callback) {
|
|
60
|
+
return this.contentBinding.subscribe(callback);
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
export { MessagePartRuntimeImpl };
|
|
65
|
+
//# sourceMappingURL=MessagePartRuntime.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessagePartRuntime.js","sources":["../../../../../../../../../../../../node_modules/.pnpm/@assistant-ui+react@0.11.37_@types+react-dom@17.0.2_@types+react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessagePartRuntime.js"],"sourcesContent":["// src/legacy-runtime/runtime/MessagePartRuntime.ts\nimport { ToolResponse } from \"assistant-stream\";\nvar MessagePartRuntimeImpl = class {\n constructor(contentBinding, messageApi, threadApi) {\n this.contentBinding = contentBinding;\n this.messageApi = messageApi;\n this.threadApi = threadApi;\n this.__internal_bindMethods();\n }\n get path() {\n return this.contentBinding.path;\n }\n __internal_bindMethods() {\n this.addToolResult = this.addToolResult.bind(this);\n this.resumeToolCall = this.resumeToolCall.bind(this);\n this.getState = this.getState.bind(this);\n this.subscribe = this.subscribe.bind(this);\n }\n getState() {\n return this.contentBinding.getState();\n }\n addToolResult(result) {\n const state = this.contentBinding.getState();\n if (!state) throw new Error(\"Message part is not available\");\n if (state.type !== \"tool-call\")\n throw new Error(\"Tried to add tool result to non-tool message part\");\n if (!this.messageApi)\n throw new Error(\n \"Message API is not available. This is likely a bug in assistant-ui.\"\n );\n if (!this.threadApi) throw new Error(\"Thread API is not available\");\n const message = this.messageApi.getState();\n if (!message) throw new Error(\"Message is not available\");\n const toolName = state.toolName;\n const toolCallId = state.toolCallId;\n const response = ToolResponse.toResponse(result);\n this.threadApi.getState().addToolResult({\n messageId: message.id,\n toolName,\n toolCallId,\n result: response.result,\n artifact: response.artifact,\n isError: response.isError\n });\n }\n resumeToolCall(payload) {\n const state = this.contentBinding.getState();\n if (!state) throw new Error(\"Message part is not available\");\n if (state.type !== \"tool-call\")\n throw new Error(\"Tried to resume tool call on non-tool message part\");\n if (!this.threadApi) throw new Error(\"Thread API is not available\");\n const toolCallId = state.toolCallId;\n this.threadApi.getState().resumeToolCall({\n toolCallId,\n payload\n });\n }\n subscribe(callback) {\n return this.contentBinding.subscribe(callback);\n }\n};\nexport {\n MessagePartRuntimeImpl\n};\n//# sourceMappingURL=MessagePartRuntime.js.map"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var getExternalStoreMessage = require('../runtime-cores/external-store/getExternalStoreMessage.cjs');
|
|
4
|
+
var getThreadMessageText = require('../../utils/getThreadMessageText.cjs');
|
|
5
|
+
var AttachmentRuntime = require('./AttachmentRuntime.cjs');
|
|
6
|
+
var ComposerRuntime = require('./ComposerRuntime.cjs');
|
|
7
|
+
var MessagePartRuntime = require('./MessagePartRuntime.cjs');
|
|
8
|
+
var NestedSubscriptionSubject = require('./subscribable/NestedSubscriptionSubject.cjs');
|
|
9
|
+
var SKIP_UPDATE = require('./subscribable/SKIP_UPDATE.cjs');
|
|
10
|
+
var ShallowMemoizeSubject = require('./subscribable/ShallowMemoizeSubject.cjs');
|
|
11
|
+
|
|
12
|
+
// src/legacy-runtime/runtime/MessageRuntime.ts
|
|
13
|
+
var COMPLETE_STATUS = Object.freeze({
|
|
14
|
+
type: "complete"
|
|
15
|
+
});
|
|
16
|
+
var toMessagePartStatus = (message, partIndex, part) => {
|
|
17
|
+
if (message.role !== "assistant") return COMPLETE_STATUS;
|
|
18
|
+
if (part.type === "tool-call") {
|
|
19
|
+
if (!part.result) {
|
|
20
|
+
return message.status;
|
|
21
|
+
} else {
|
|
22
|
+
return COMPLETE_STATUS;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
const isLastPart = partIndex === Math.max(0, message.content.length - 1);
|
|
26
|
+
if (message.status.type === "requires-action") return COMPLETE_STATUS;
|
|
27
|
+
return isLastPart ? message.status : COMPLETE_STATUS;
|
|
28
|
+
};
|
|
29
|
+
var getMessagePartState = (message, partIndex) => {
|
|
30
|
+
const part = message.content[partIndex];
|
|
31
|
+
if (!part) {
|
|
32
|
+
return SKIP_UPDATE.SKIP_UPDATE;
|
|
33
|
+
}
|
|
34
|
+
const status = toMessagePartStatus(message, partIndex, part);
|
|
35
|
+
return Object.freeze({
|
|
36
|
+
...part,
|
|
37
|
+
...{ [getExternalStoreMessage.symbolInnerMessage]: part[getExternalStoreMessage.symbolInnerMessage] },
|
|
38
|
+
status
|
|
39
|
+
});
|
|
40
|
+
};
|
|
41
|
+
var MessageRuntimeImpl = class {
|
|
42
|
+
constructor(_core, _threadBinding) {
|
|
43
|
+
this._core = _core;
|
|
44
|
+
this._threadBinding = _threadBinding;
|
|
45
|
+
this.composer = new ComposerRuntime.EditComposerRuntimeImpl(
|
|
46
|
+
new NestedSubscriptionSubject.NestedSubscriptionSubject({
|
|
47
|
+
path: {
|
|
48
|
+
...this.path,
|
|
49
|
+
ref: this.path.ref + `${this.path.ref}.composer`,
|
|
50
|
+
composerSource: "edit"
|
|
51
|
+
},
|
|
52
|
+
getState: this._getEditComposerRuntimeCore,
|
|
53
|
+
subscribe: (callback) => this._threadBinding.subscribe(callback)
|
|
54
|
+
}),
|
|
55
|
+
() => this._threadBinding.getState().beginEdit(this._core.getState().id)
|
|
56
|
+
);
|
|
57
|
+
this.__internal_bindMethods();
|
|
58
|
+
}
|
|
59
|
+
get path() {
|
|
60
|
+
return this._core.path;
|
|
61
|
+
}
|
|
62
|
+
__internal_bindMethods() {
|
|
63
|
+
this.reload = this.reload.bind(this);
|
|
64
|
+
this.getState = this.getState.bind(this);
|
|
65
|
+
this.subscribe = this.subscribe.bind(this);
|
|
66
|
+
this.getMessagePartByIndex = this.getMessagePartByIndex.bind(this);
|
|
67
|
+
this.getMessagePartByToolCallId = this.getMessagePartByToolCallId.bind(this);
|
|
68
|
+
this.getAttachmentByIndex = this.getAttachmentByIndex.bind(this);
|
|
69
|
+
this.unstable_getCopyText = this.unstable_getCopyText.bind(this);
|
|
70
|
+
this.speak = this.speak.bind(this);
|
|
71
|
+
this.stopSpeaking = this.stopSpeaking.bind(this);
|
|
72
|
+
this.submitFeedback = this.submitFeedback.bind(this);
|
|
73
|
+
this.switchToBranch = this.switchToBranch.bind(this);
|
|
74
|
+
}
|
|
75
|
+
composer;
|
|
76
|
+
_getEditComposerRuntimeCore = () => {
|
|
77
|
+
return this._threadBinding.getState().getEditComposer(this._core.getState().id);
|
|
78
|
+
};
|
|
79
|
+
getState() {
|
|
80
|
+
return this._core.getState();
|
|
81
|
+
}
|
|
82
|
+
reload(reloadConfig = {}) {
|
|
83
|
+
const editComposerRuntimeCore = this._getEditComposerRuntimeCore();
|
|
84
|
+
const composerRuntimeCore = editComposerRuntimeCore ?? this._threadBinding.getState().composer;
|
|
85
|
+
const composer = editComposerRuntimeCore ?? composerRuntimeCore;
|
|
86
|
+
const { runConfig = composer.runConfig } = reloadConfig;
|
|
87
|
+
const state = this._core.getState();
|
|
88
|
+
if (state.role !== "assistant")
|
|
89
|
+
throw new Error("Can only reload assistant messages");
|
|
90
|
+
this._threadBinding.getState().startRun({
|
|
91
|
+
parentId: state.parentId,
|
|
92
|
+
sourceId: state.id,
|
|
93
|
+
runConfig
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
speak() {
|
|
97
|
+
const state = this._core.getState();
|
|
98
|
+
return this._threadBinding.getState().speak(state.id);
|
|
99
|
+
}
|
|
100
|
+
stopSpeaking() {
|
|
101
|
+
const state = this._core.getState();
|
|
102
|
+
const thread = this._threadBinding.getState();
|
|
103
|
+
if (thread.speech?.messageId === state.id) {
|
|
104
|
+
this._threadBinding.getState().stopSpeaking();
|
|
105
|
+
} else {
|
|
106
|
+
throw new Error("Message is not being spoken");
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
submitFeedback({ type }) {
|
|
110
|
+
const state = this._core.getState();
|
|
111
|
+
this._threadBinding.getState().submitFeedback({
|
|
112
|
+
messageId: state.id,
|
|
113
|
+
type
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
switchToBranch({
|
|
117
|
+
position,
|
|
118
|
+
branchId
|
|
119
|
+
}) {
|
|
120
|
+
const state = this._core.getState();
|
|
121
|
+
if (branchId && position) {
|
|
122
|
+
throw new Error("May not specify both branchId and position");
|
|
123
|
+
} else if (!branchId && !position) {
|
|
124
|
+
throw new Error("Must specify either branchId or position");
|
|
125
|
+
}
|
|
126
|
+
const thread = this._threadBinding.getState();
|
|
127
|
+
const branches = thread.getBranches(state.id);
|
|
128
|
+
let targetBranch = branchId;
|
|
129
|
+
if (position === "previous") {
|
|
130
|
+
targetBranch = branches[state.branchNumber - 2];
|
|
131
|
+
} else if (position === "next") {
|
|
132
|
+
targetBranch = branches[state.branchNumber];
|
|
133
|
+
}
|
|
134
|
+
if (!targetBranch) throw new Error("Branch not found");
|
|
135
|
+
this._threadBinding.getState().switchToBranch(targetBranch);
|
|
136
|
+
}
|
|
137
|
+
unstable_getCopyText() {
|
|
138
|
+
return getThreadMessageText.getThreadMessageText(this.getState());
|
|
139
|
+
}
|
|
140
|
+
subscribe(callback) {
|
|
141
|
+
return this._core.subscribe(callback);
|
|
142
|
+
}
|
|
143
|
+
getMessagePartByIndex(idx) {
|
|
144
|
+
if (idx < 0) throw new Error("Message part index must be >= 0");
|
|
145
|
+
return new MessagePartRuntime.MessagePartRuntimeImpl(
|
|
146
|
+
new ShallowMemoizeSubject.ShallowMemoizeSubject({
|
|
147
|
+
path: {
|
|
148
|
+
...this.path,
|
|
149
|
+
ref: this.path.ref + `${this.path.ref}.content[${idx}]`,
|
|
150
|
+
messagePartSelector: { type: "index", index: idx }
|
|
151
|
+
},
|
|
152
|
+
getState: () => {
|
|
153
|
+
return getMessagePartState(this.getState(), idx);
|
|
154
|
+
},
|
|
155
|
+
subscribe: (callback) => this._core.subscribe(callback)
|
|
156
|
+
}),
|
|
157
|
+
this._core,
|
|
158
|
+
this._threadBinding
|
|
159
|
+
);
|
|
160
|
+
}
|
|
161
|
+
getMessagePartByToolCallId(toolCallId) {
|
|
162
|
+
return new MessagePartRuntime.MessagePartRuntimeImpl(
|
|
163
|
+
new ShallowMemoizeSubject.ShallowMemoizeSubject({
|
|
164
|
+
path: {
|
|
165
|
+
...this.path,
|
|
166
|
+
ref: this.path.ref + `${this.path.ref}.content[toolCallId=${JSON.stringify(toolCallId)}]`,
|
|
167
|
+
messagePartSelector: { type: "toolCallId", toolCallId }
|
|
168
|
+
},
|
|
169
|
+
getState: () => {
|
|
170
|
+
const state = this._core.getState();
|
|
171
|
+
const idx = state.content.findIndex(
|
|
172
|
+
(part) => part.type === "tool-call" && part.toolCallId === toolCallId
|
|
173
|
+
);
|
|
174
|
+
if (idx === -1) return SKIP_UPDATE.SKIP_UPDATE;
|
|
175
|
+
return getMessagePartState(state, idx);
|
|
176
|
+
},
|
|
177
|
+
subscribe: (callback) => this._core.subscribe(callback)
|
|
178
|
+
}),
|
|
179
|
+
this._core,
|
|
180
|
+
this._threadBinding
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
getAttachmentByIndex(idx) {
|
|
184
|
+
return new AttachmentRuntime.MessageAttachmentRuntimeImpl(
|
|
185
|
+
new ShallowMemoizeSubject.ShallowMemoizeSubject({
|
|
186
|
+
path: {
|
|
187
|
+
...this.path,
|
|
188
|
+
ref: this.path.ref + `${this.path.ref}.attachments[${idx}]`,
|
|
189
|
+
attachmentSource: "message",
|
|
190
|
+
attachmentSelector: { type: "index", index: idx }
|
|
191
|
+
},
|
|
192
|
+
getState: () => {
|
|
193
|
+
const attachments = this.getState().attachments;
|
|
194
|
+
const attachment = attachments?.[idx];
|
|
195
|
+
if (!attachment) return SKIP_UPDATE.SKIP_UPDATE;
|
|
196
|
+
return {
|
|
197
|
+
...attachment,
|
|
198
|
+
source: "message"
|
|
199
|
+
};
|
|
200
|
+
},
|
|
201
|
+
subscribe: (callback) => this._core.subscribe(callback)
|
|
202
|
+
})
|
|
203
|
+
);
|
|
204
|
+
}
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
exports.MessageRuntimeImpl = MessageRuntimeImpl;
|
|
208
|
+
exports.toMessagePartStatus = toMessagePartStatus;
|
|
209
|
+
//# sourceMappingURL=MessageRuntime.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessageRuntime.cjs","sources":["../../../../../../../../../../../../node_modules/.pnpm/@assistant-ui+react@0.11.37_@types+react-dom@17.0.2_@types+react@17.0.2_react-dom@17.0.2_reac_h27bdpc5nvpnouvfykxevijmza/node_modules/@assistant-ui/react/dist/legacy-runtime/runtime/MessageRuntime.js"],"sourcesContent":["// src/legacy-runtime/runtime/MessageRuntime.ts\nimport { symbolInnerMessage } from \"../runtime-cores/external-store/getExternalStoreMessage.js\";\nimport { getThreadMessageText } from \"../../utils/getThreadMessageText.js\";\nimport {\n MessageAttachmentRuntimeImpl\n} from \"./AttachmentRuntime.js\";\nimport {\n EditComposerRuntimeImpl\n} from \"./ComposerRuntime.js\";\nimport {\n MessagePartRuntimeImpl\n} from \"./MessagePartRuntime.js\";\nimport { NestedSubscriptionSubject } from \"./subscribable/NestedSubscriptionSubject.js\";\nimport { SKIP_UPDATE } from \"./subscribable/SKIP_UPDATE.js\";\nimport { ShallowMemoizeSubject } from \"./subscribable/ShallowMemoizeSubject.js\";\nvar COMPLETE_STATUS = Object.freeze({\n type: \"complete\"\n});\nvar toMessagePartStatus = (message, partIndex, part) => {\n if (message.role !== \"assistant\") return COMPLETE_STATUS;\n if (part.type === \"tool-call\") {\n if (!part.result) {\n return message.status;\n } else {\n return COMPLETE_STATUS;\n }\n }\n const isLastPart = partIndex === Math.max(0, message.content.length - 1);\n if (message.status.type === \"requires-action\") return COMPLETE_STATUS;\n return isLastPart ? message.status : COMPLETE_STATUS;\n};\nvar getMessagePartState = (message, partIndex) => {\n const part = message.content[partIndex];\n if (!part) {\n return SKIP_UPDATE;\n }\n const status = toMessagePartStatus(message, partIndex, part);\n return Object.freeze({\n ...part,\n ...{ [symbolInnerMessage]: part[symbolInnerMessage] },\n status\n });\n};\nvar MessageRuntimeImpl = class {\n constructor(_core, _threadBinding) {\n this._core = _core;\n this._threadBinding = _threadBinding;\n this.composer = new EditComposerRuntimeImpl(\n new NestedSubscriptionSubject({\n path: {\n ...this.path,\n ref: this.path.ref + `${this.path.ref}.composer`,\n composerSource: \"edit\"\n },\n getState: this._getEditComposerRuntimeCore,\n subscribe: (callback) => this._threadBinding.subscribe(callback)\n }),\n () => this._threadBinding.getState().beginEdit(this._core.getState().id)\n );\n this.__internal_bindMethods();\n }\n get path() {\n return this._core.path;\n }\n __internal_bindMethods() {\n this.reload = this.reload.bind(this);\n this.getState = this.getState.bind(this);\n this.subscribe = this.subscribe.bind(this);\n this.getMessagePartByIndex = this.getMessagePartByIndex.bind(this);\n this.getMessagePartByToolCallId = this.getMessagePartByToolCallId.bind(this);\n this.getAttachmentByIndex = this.getAttachmentByIndex.bind(this);\n this.unstable_getCopyText = this.unstable_getCopyText.bind(this);\n this.speak = this.speak.bind(this);\n this.stopSpeaking = this.stopSpeaking.bind(this);\n this.submitFeedback = this.submitFeedback.bind(this);\n this.switchToBranch = this.switchToBranch.bind(this);\n }\n composer;\n _getEditComposerRuntimeCore = () => {\n return this._threadBinding.getState().getEditComposer(this._core.getState().id);\n };\n getState() {\n return this._core.getState();\n }\n reload(reloadConfig = {}) {\n const editComposerRuntimeCore = this._getEditComposerRuntimeCore();\n const composerRuntimeCore = editComposerRuntimeCore ?? this._threadBinding.getState().composer;\n const composer = editComposerRuntimeCore ?? composerRuntimeCore;\n const { runConfig = composer.runConfig } = reloadConfig;\n const state = this._core.getState();\n if (state.role !== \"assistant\")\n throw new Error(\"Can only reload assistant messages\");\n this._threadBinding.getState().startRun({\n parentId: state.parentId,\n sourceId: state.id,\n runConfig\n });\n }\n speak() {\n const state = this._core.getState();\n return this._threadBinding.getState().speak(state.id);\n }\n stopSpeaking() {\n const state = this._core.getState();\n const thread = this._threadBinding.getState();\n if (thread.speech?.messageId === state.id) {\n this._threadBinding.getState().stopSpeaking();\n } else {\n throw new Error(\"Message is not being spoken\");\n }\n }\n submitFeedback({ type }) {\n const state = this._core.getState();\n this._threadBinding.getState().submitFeedback({\n messageId: state.id,\n type\n });\n }\n switchToBranch({\n position,\n branchId\n }) {\n const state = this._core.getState();\n if (branchId && position) {\n throw new Error(\"May not specify both branchId and position\");\n } else if (!branchId && !position) {\n throw new Error(\"Must specify either branchId or position\");\n }\n const thread = this._threadBinding.getState();\n const branches = thread.getBranches(state.id);\n let targetBranch = branchId;\n if (position === \"previous\") {\n targetBranch = branches[state.branchNumber - 2];\n } else if (position === \"next\") {\n targetBranch = branches[state.branchNumber];\n }\n if (!targetBranch) throw new Error(\"Branch not found\");\n this._threadBinding.getState().switchToBranch(targetBranch);\n }\n unstable_getCopyText() {\n return getThreadMessageText(this.getState());\n }\n subscribe(callback) {\n return this._core.subscribe(callback);\n }\n getMessagePartByIndex(idx) {\n if (idx < 0) throw new Error(\"Message part index must be >= 0\");\n return new MessagePartRuntimeImpl(\n new ShallowMemoizeSubject({\n path: {\n ...this.path,\n ref: this.path.ref + `${this.path.ref}.content[${idx}]`,\n messagePartSelector: { type: \"index\", index: idx }\n },\n getState: () => {\n return getMessagePartState(this.getState(), idx);\n },\n subscribe: (callback) => this._core.subscribe(callback)\n }),\n this._core,\n this._threadBinding\n );\n }\n getMessagePartByToolCallId(toolCallId) {\n return new MessagePartRuntimeImpl(\n new ShallowMemoizeSubject({\n path: {\n ...this.path,\n ref: this.path.ref + `${this.path.ref}.content[toolCallId=${JSON.stringify(toolCallId)}]`,\n messagePartSelector: { type: \"toolCallId\", toolCallId }\n },\n getState: () => {\n const state = this._core.getState();\n const idx = state.content.findIndex(\n (part) => part.type === \"tool-call\" && part.toolCallId === toolCallId\n );\n if (idx === -1) return SKIP_UPDATE;\n return getMessagePartState(state, idx);\n },\n subscribe: (callback) => this._core.subscribe(callback)\n }),\n this._core,\n this._threadBinding\n );\n }\n getAttachmentByIndex(idx) {\n return new MessageAttachmentRuntimeImpl(\n new ShallowMemoizeSubject({\n path: {\n ...this.path,\n ref: this.path.ref + `${this.path.ref}.attachments[${idx}]`,\n attachmentSource: \"message\",\n attachmentSelector: { type: \"index\", index: idx }\n },\n getState: () => {\n const attachments = this.getState().attachments;\n const attachment = attachments?.[idx];\n if (!attachment) return SKIP_UPDATE;\n return {\n ...attachment,\n source: \"message\"\n };\n },\n subscribe: (callback) => this._core.subscribe(callback)\n })\n );\n }\n};\nexport {\n MessageRuntimeImpl,\n toMessagePartStatus\n};\n//# sourceMappingURL=MessageRuntime.js.map"],"names":["SKIP_UPDATE","symbolInnerMessage","EditComposerRuntimeImpl","NestedSubscriptionSubject","getThreadMessageText","MessagePartRuntimeImpl","ShallowMemoizeSubject","MessageAttachmentRuntimeImpl"],"mappings":"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","x_google_ignoreList":[0]}
|