@chat-lab/ui 0.1.0-beta.12 → 0.1.0-beta.14

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.
Files changed (878) hide show
  1. package/dist/_virtual/index.cjs +2 -2
  2. package/dist/_virtual/index.js +2 -2
  3. package/dist/_virtual/index2.cjs +2 -2
  4. package/dist/_virtual/index2.js +2 -2
  5. package/dist/_virtual/index3.cjs +2 -2
  6. package/dist/_virtual/index3.js +2 -2
  7. package/dist/_virtual/index4.cjs +2 -2
  8. package/dist/_virtual/index4.js +2 -2
  9. package/dist/assets/AbortMessage.cjs +10 -0
  10. package/dist/assets/AbortMessage.cjs.map +1 -0
  11. package/dist/assets/AbortMessage.d.ts +5 -0
  12. package/dist/assets/AbortMessage.d.ts.map +1 -0
  13. package/dist/assets/AbortMessage.js +8 -0
  14. package/dist/assets/AbortMessage.js.map +1 -0
  15. package/dist/assets/Download.cjs +10 -0
  16. package/dist/assets/Download.cjs.map +1 -0
  17. package/dist/assets/Download.d.ts +5 -0
  18. package/dist/assets/Download.d.ts.map +1 -0
  19. package/dist/assets/Download.js +8 -0
  20. package/dist/assets/Download.js.map +1 -0
  21. package/dist/assets/Edit.cjs +8 -0
  22. package/dist/assets/Edit.cjs.map +1 -0
  23. package/dist/assets/Edit.js +6 -0
  24. package/dist/assets/Edit.js.map +1 -0
  25. package/dist/components/Chatkit/index.cjs +9 -10
  26. package/dist/components/Chatkit/index.cjs.map +1 -1
  27. package/dist/components/Chatkit/index.d.ts.map +1 -1
  28. package/dist/components/Chatkit/index.js +7 -8
  29. package/dist/components/Chatkit/index.js.map +1 -1
  30. package/dist/components/Chatkit/ref.cjs +0 -1
  31. package/dist/components/Chatkit/ref.cjs.map +1 -1
  32. package/dist/components/Chatkit/ref.d.ts.map +1 -1
  33. package/dist/components/Chatkit/ref.js +0 -1
  34. package/dist/components/Chatkit/ref.js.map +1 -1
  35. package/dist/components/Chatkit/types.d.ts +1 -0
  36. package/dist/components/Chatkit/types.d.ts.map +1 -1
  37. package/dist/components/SwitchAgentModal/index.cjs +111 -12
  38. package/dist/components/SwitchAgentModal/index.cjs.map +1 -1
  39. package/dist/components/SwitchAgentModal/index.d.ts.map +1 -1
  40. package/dist/components/SwitchAgentModal/index.js +113 -14
  41. package/dist/components/SwitchAgentModal/index.js.map +1 -1
  42. package/dist/components/ThreadOptionsMenu.cjs +64 -0
  43. package/dist/components/ThreadOptionsMenu.cjs.map +1 -0
  44. package/dist/components/ThreadOptionsMenu.js +62 -0
  45. package/dist/components/ThreadOptionsMenu.js.map +1 -0
  46. package/dist/components/assistant-ui/index.module.less.cjs +6 -0
  47. package/dist/components/assistant-ui/index.module.less.cjs.map +1 -0
  48. package/dist/components/assistant-ui/index.module.less.js +4 -0
  49. package/dist/components/assistant-ui/index.module.less.js.map +1 -0
  50. package/dist/components/assistant-ui/markdown-text.cjs +42 -4
  51. package/dist/components/assistant-ui/markdown-text.cjs.map +1 -1
  52. package/dist/components/assistant-ui/markdown-text.d.ts +1 -0
  53. package/dist/components/assistant-ui/markdown-text.d.ts.map +1 -1
  54. package/dist/components/assistant-ui/markdown-text.js +42 -4
  55. package/dist/components/assistant-ui/markdown-text.js.map +1 -1
  56. package/dist/components/assistant-ui/shiki-highlighter.cjs +1 -1
  57. package/dist/components/assistant-ui/shiki-highlighter.cjs.map +1 -1
  58. package/dist/components/assistant-ui/shiki-highlighter.js +1 -1
  59. package/dist/components/assistant-ui/shiki-highlighter.js.map +1 -1
  60. package/dist/components/assistant-ui/thread.cjs +49 -6
  61. package/dist/components/assistant-ui/thread.cjs.map +1 -1
  62. package/dist/components/assistant-ui/thread.d.ts +1 -0
  63. package/dist/components/assistant-ui/thread.d.ts.map +1 -1
  64. package/dist/components/assistant-ui/thread.js +52 -9
  65. package/dist/components/assistant-ui/thread.js.map +1 -1
  66. package/dist/components/assistant-ui/tooltip-icon-button.d.ts +1 -1
  67. package/dist/components/thread-list.cjs +100 -0
  68. package/dist/components/thread-list.cjs.map +1 -0
  69. package/dist/components/thread-list.js +98 -0
  70. package/dist/components/thread-list.js.map +1 -0
  71. package/dist/components/ui/button.cjs.map +1 -1
  72. package/dist/components/ui/button.d.ts +1 -1
  73. package/dist/components/ui/button.js.map +1 -1
  74. package/dist/components/ui/dialog.cjs +1 -1
  75. package/dist/components/ui/dialog.cjs.map +1 -1
  76. package/dist/components/ui/dialog.d.ts.map +1 -1
  77. package/dist/components/ui/dialog.js +1 -1
  78. package/dist/components/ui/dialog.js.map +1 -1
  79. package/dist/components/ui/toast.cjs +1 -1
  80. package/dist/components/ui/toast.cjs.map +1 -1
  81. package/dist/components/ui/toast.js +1 -1
  82. package/dist/components/ui/toast.js.map +1 -1
  83. package/dist/components/ui/tooltip.cjs.map +1 -1
  84. package/dist/components/ui/tooltip.d.ts.map +1 -1
  85. package/dist/components/ui/tooltip.js.map +1 -1
  86. package/dist/components/welcome.cjs +13 -0
  87. package/dist/components/welcome.cjs.map +1 -0
  88. package/dist/components/welcome.d.ts +7 -0
  89. package/dist/components/welcome.d.ts.map +1 -0
  90. package/dist/components/welcome.js +11 -0
  91. package/dist/components/welcome.js.map +1 -0
  92. package/dist/hooks/useDebounce.cjs +27 -0
  93. package/dist/hooks/useDebounce.cjs.map +1 -0
  94. package/dist/hooks/useDebounce.d.ts +8 -0
  95. package/dist/hooks/useDebounce.d.ts.map +1 -0
  96. package/dist/hooks/useDebounce.js +25 -0
  97. package/dist/hooks/useDebounce.js.map +1 -0
  98. package/dist/index.css +2 -2
  99. 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
  100. 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
  101. 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
  102. 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
  103. 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
  104. 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
  105. 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
  106. 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
  107. 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
  108. 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
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  119. 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
  120. 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
  121. 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
  122. 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
  123. 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
  124. 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
  125. 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
  126. 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
  127. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  128. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  129. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  130. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  131. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  132. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  133. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  134. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  135. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  136. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  137. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  138. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  139. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  140. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  141. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  142. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  143. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  144. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  145. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  146. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  147. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  148. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  149. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  150. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  151. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  152. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  153. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  154. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  155. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  156. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  157. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  158. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  159. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  160. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  161. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  162. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  163. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  164. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  165. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  166. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  167. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  168. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  169. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  170. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  171. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  172. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  173. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  174. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  175. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  176. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  177. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  178. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  179. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  180. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  181. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  182. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  183. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  184. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  185. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  186. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  187. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  188. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  189. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  190. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  191. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  192. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  193. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  194. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  195. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  196. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  197. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  198. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  199. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  200. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  201. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  202. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  203. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  204. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  205. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  206. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  207. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  208. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  209. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  210. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  211. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  212. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  213. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  214. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  215. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  216. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  217. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  218. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  219. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  220. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  221. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  222. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  223. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  224. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  225. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  226. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  227. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  228. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  229. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  230. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  231. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  232. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  233. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  234. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  235. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  236. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  237. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  238. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  239. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  240. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  241. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  242. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  243. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  244. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  245. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  246. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  247. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  248. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  249. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  250. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  251. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  252. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  253. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  254. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  255. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  256. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  257. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  258. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  259. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  260. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  261. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  262. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  263. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  264. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  265. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  266. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  267. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  268. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  269. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  270. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  271. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  272. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  273. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  274. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  275. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  276. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  277. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  278. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  279. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  280. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  281. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  282. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  283. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  284. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  285. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  286. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  287. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  288. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  289. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  290. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  291. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  292. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  293. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  294. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  295. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  296. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  297. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  298. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  299. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  300. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  301. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  302. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  303. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  304. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  305. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  306. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  307. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  308. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  309. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  310. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  311. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  312. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  313. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  314. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  315. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  316. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  317. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  318. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  319. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  320. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  321. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  322. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  323. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  324. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  325. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  326. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  327. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  328. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  329. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  330. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  331. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  332. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  333. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  334. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  335. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  336. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  337. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  338. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  339. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  340. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  341. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  342. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  343. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  344. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  345. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  346. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  347. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  348. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  349. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  350. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  351. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  352. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  353. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  354. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  355. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  356. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  357. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  358. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  359. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  360. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  361. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  362. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  363. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  364. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  365. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  366. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  367. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  368. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  369. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  370. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  371. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  372. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  373. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  374. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  375. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  376. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  377. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  378. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  379. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  380. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  381. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  382. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  383. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  384. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  385. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  386. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  387. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  388. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  389. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  390. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  391. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  392. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  393. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  394. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  395. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  396. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  397. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  398. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  399. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  400. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  401. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  402. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  403. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  404. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  405. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  406. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  407. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  408. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  409. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  410. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  411. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  412. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  413. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  414. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  415. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  416. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  417. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  418. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  419. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  420. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  421. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  422. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  423. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  424. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  425. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  426. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  427. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  428. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  429. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  430. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  431. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  432. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  433. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  434. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  435. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  436. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  437. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  438. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  439. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  440. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  441. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  442. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  443. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  444. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  445. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  446. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  447. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  448. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  449. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  450. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  451. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  452. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  453. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  454. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  455. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  456. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  457. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  458. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  459. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  460. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  461. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  462. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  463. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  464. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  465. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  466. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  467. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  468. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  469. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  470. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  471. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  472. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  473. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  474. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  475. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  476. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  477. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  478. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  479. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  480. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  481. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  482. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  483. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  484. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  485. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  486. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  487. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  488. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  489. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  490. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  491. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  492. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  493. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  494. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  495. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  496. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  497. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  498. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  499. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  500. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  501. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  502. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  503. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  504. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  505. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  506. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  507. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  508. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  509. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  510. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  511. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  512. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  513. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  514. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  515. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  516. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  517. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  518. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  519. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  520. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  521. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  522. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  523. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  524. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  525. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  526. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  527. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  528. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  529. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  530. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  531. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  532. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  533. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  534. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  535. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  536. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  537. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  538. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  539. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  540. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  541. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  542. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  543. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  544. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  545. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  546. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  547. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  548. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  549. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  550. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  551. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  552. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  553. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  554. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  555. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  556. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  557. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  558. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  559. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  560. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  561. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  562. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  563. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  564. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  565. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  566. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  567. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  568. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  569. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  570. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  571. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  572. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  573. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  574. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  575. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  576. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  577. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  578. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  579. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  580. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  581. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  582. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  583. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  584. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  585. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  586. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  587. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  588. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  589. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  590. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  591. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  592. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  593. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  594. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  595. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  596. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  597. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  598. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  599. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  600. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  601. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  602. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  603. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  604. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  605. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  606. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  607. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  608. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  609. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  610. package/dist/node_modules/.pnpm/@assistant-ui_react@0.11.37_@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
  611. 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
  612. 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
  613. 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
  614. 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
  615. 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
  616. 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
  617. 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
  618. 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
  619. 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
  620. 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
  621. 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
  622. 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
  623. 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
  624. 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
  625. 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
  626. 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
  627. package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.cjs +1 -1
  628. package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js +1 -1
  629. package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.cjs +41 -0
  630. package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.cjs.map +1 -1
  631. package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js +41 -1
  632. package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js.map +1 -1
  633. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.cjs +50 -0
  634. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.cjs.map +1 -0
  635. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.js +48 -0
  636. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode-codepoint.js.map +1 -0
  637. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.cjs +427 -0
  638. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.cjs.map +1 -0
  639. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.js +423 -0
  640. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/decode.js.map +1 -0
  641. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.cjs +11 -0
  642. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.cjs.map +1 -0
  643. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.js +9 -0
  644. package/dist/node_modules/.pnpm/entities@6.0.1/node_modules/entities/dist/esm/generated/decode-data-html.js.map +1 -0
  645. package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.cjs +328 -0
  646. package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.cjs.map +1 -0
  647. package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.js +326 -0
  648. package/dist/node_modules/.pnpm/hast-util-from-parse5@8.0.3/node_modules/hast-util-from-parse5/lib/index.js.map +1 -0
  649. package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.cjs +92 -0
  650. package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.cjs.map +1 -0
  651. package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js +90 -0
  652. package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js.map +1 -0
  653. package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.cjs +671 -0
  654. package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.cjs.map +1 -0
  655. package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.js +669 -0
  656. package/dist/node_modules/.pnpm/hast-util-raw@9.1.0/node_modules/hast-util-raw/lib/index.js.map +1 -0
  657. package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/index.cjs +571 -0
  658. package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/index.cjs.map +1 -0
  659. package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/index.js +569 -0
  660. package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/index.js.map +1 -0
  661. package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/schema.cjs +214 -0
  662. package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/schema.cjs.map +1 -0
  663. package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/schema.js +212 -0
  664. package/dist/node_modules/.pnpm/hast-util-sanitize@5.0.2/node_modules/hast-util-sanitize/lib/schema.js.map +1 -0
  665. package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.cjs +328 -0
  666. package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.cjs.map +1 -0
  667. package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.js +326 -0
  668. package/dist/node_modules/.pnpm/hast-util-to-parse5@8.0.0/node_modules/hast-util-to-parse5/lib/index.js.map +1 -0
  669. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.cjs +315 -0
  670. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.cjs.map +1 -0
  671. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js +313 -0
  672. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js.map +1 -0
  673. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.cjs +26 -0
  674. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.cjs.map +1 -0
  675. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js +23 -0
  676. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js.map +1 -0
  677. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.cjs +51 -0
  678. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.cjs.map +1 -0
  679. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js +49 -0
  680. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js.map +1 -0
  681. 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
  682. 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
  683. 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
  684. 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
  685. 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
  686. 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
  687. 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
  688. 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
  689. 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
  690. 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
  691. 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
  692. 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
  693. 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
  694. 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
  695. 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
  696. 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
  697. 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
  698. 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
  699. 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
  700. 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
  701. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.cjs +121 -0
  702. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.cjs.map +1 -0
  703. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.js +118 -0
  704. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/doctype.js.map +1 -0
  705. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.cjs +66 -0
  706. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.cjs.map +1 -0
  707. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.js +66 -0
  708. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/error-codes.js.map +1 -0
  709. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.cjs +240 -0
  710. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.cjs.map +1 -0
  711. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.js +232 -0
  712. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/foreign-content.js.map +1 -0
  713. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.cjs +527 -0
  714. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.cjs.map +1 -0
  715. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.js +523 -0
  716. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/html.js.map +1 -0
  717. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.cjs +25 -0
  718. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.cjs.map +1 -0
  719. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.js +23 -0
  720. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/token.js.map +1 -0
  721. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.cjs +73 -0
  722. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.cjs.map +1 -0
  723. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.js +65 -0
  724. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/common/unicode.js.map +1 -0
  725. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.cjs +115 -0
  726. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.cjs.map +1 -0
  727. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.js +113 -0
  728. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/formatting-element-list.js.map +1 -0
  729. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.cjs +3235 -0
  730. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.cjs.map +1 -0
  731. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.js +3233 -0
  732. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/index.js.map +1 -0
  733. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.cjs +330 -0
  734. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.cjs.map +1 -0
  735. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.js +328 -0
  736. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/parser/open-element-stack.js.map +1 -0
  737. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.cjs +26 -0
  738. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.cjs.map +1 -0
  739. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.js +24 -0
  740. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/serializer/index.js.map +1 -0
  741. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.cjs +2717 -0
  742. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.cjs.map +1 -0
  743. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.js +2714 -0
  744. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/index.js.map +1 -0
  745. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.cjs +202 -0
  746. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.cjs.map +1 -0
  747. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.js +200 -0
  748. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tokenizer/preprocessor.js.map +1 -0
  749. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.cjs +179 -0
  750. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.cjs.map +1 -0
  751. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.js +177 -0
  752. package/dist/node_modules/.pnpm/parse5@7.3.0/node_modules/parse5/dist/tree-adapters/default.js.map +1 -0
  753. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.cjs +21 -0
  754. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.cjs.map +1 -0
  755. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.js +18 -0
  756. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/index.js.map +1 -0
  757. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.cjs +64 -0
  758. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.cjs.map +1 -0
  759. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.js +62 -0
  760. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/aria.js.map +1 -0
  761. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.cjs +74 -0
  762. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.cjs.map +1 -0
  763. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.js +72 -0
  764. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/find.js.map +1 -0
  765. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.cjs +320 -0
  766. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.cjs.map +1 -0
  767. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.js +318 -0
  768. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/html.js.map +1 -0
  769. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.cjs +12 -0
  770. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.cjs.map +1 -0
  771. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.js +10 -0
  772. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/normalize.js.map +1 -0
  773. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.cjs +566 -0
  774. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.cjs.map +1 -0
  775. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.js +564 -0
  776. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/svg.js.map +1 -0
  777. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.cjs +15 -0
  778. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.cjs.map +1 -0
  779. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.js +13 -0
  780. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-insensitive-transform.js.map +1 -0
  781. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.cjs +13 -0
  782. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.cjs.map +1 -0
  783. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.js +11 -0
  784. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/case-sensitive-transform.js.map +1 -0
  785. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.cjs +64 -0
  786. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.cjs.map +1 -0
  787. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.js +62 -0
  788. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/create.js.map +1 -0
  789. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.cjs +49 -0
  790. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.cjs.map +1 -0
  791. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.js +47 -0
  792. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/defined-info.js.map +1 -0
  793. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.cjs +30 -0
  794. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.cjs.map +1 -0
  795. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.js +28 -0
  796. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/info.js.map +1 -0
  797. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.cjs +32 -0
  798. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.cjs.map +1 -0
  799. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.js +30 -0
  800. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/merge.js.map +1 -0
  801. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.cjs +33 -0
  802. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.cjs.map +1 -0
  803. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.js +31 -0
  804. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/schema.js.map +1 -0
  805. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.cjs +24 -0
  806. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.cjs.map +1 -0
  807. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.js +16 -0
  808. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/util/types.js.map +1 -0
  809. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.cjs +22 -0
  810. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.cjs.map +1 -0
  811. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.js +20 -0
  812. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xlink.js.map +1 -0
  813. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.cjs +14 -0
  814. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.cjs.map +1 -0
  815. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.js +12 -0
  816. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xml.js.map +1 -0
  817. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.cjs +14 -0
  818. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.cjs.map +1 -0
  819. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.js +12 -0
  820. package/dist/node_modules/.pnpm/property-information@6.5.0/node_modules/property-information/lib/xmlns.js.map +1 -0
  821. package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.cjs +37 -0
  822. package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.cjs.map +1 -0
  823. package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.js +35 -0
  824. package/dist/node_modules/.pnpm/rehype-raw@7.0.0/node_modules/rehype-raw/lib/index.js.map +1 -0
  825. package/dist/node_modules/.pnpm/rehype-sanitize@6.0.0/node_modules/rehype-sanitize/lib/index.cjs +34 -0
  826. package/dist/node_modules/.pnpm/rehype-sanitize@6.0.0/node_modules/rehype-sanitize/lib/index.cjs.map +1 -0
  827. package/dist/node_modules/.pnpm/rehype-sanitize@6.0.0/node_modules/rehype-sanitize/lib/index.js +32 -0
  828. package/dist/node_modules/.pnpm/rehype-sanitize@6.0.0/node_modules/rehype-sanitize/lib/index.js.map +1 -0
  829. package/dist/node_modules/.pnpm/secure-json-parse@4.1.0/node_modules/secure-json-parse/index.cjs +1 -1
  830. package/dist/node_modules/.pnpm/secure-json-parse@4.1.0/node_modules/secure-json-parse/index.js +1 -1
  831. package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.cjs +5 -0
  832. package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.cjs.map +1 -1
  833. package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js +5 -1
  834. package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js.map +1 -1
  835. package/dist/node_modules/.pnpm/style-to-js@1.1.18/node_modules/style-to-js/cjs/index.cjs +1 -1
  836. package/dist/node_modules/.pnpm/style-to-js@1.1.18/node_modules/style-to-js/cjs/index.js +1 -1
  837. package/dist/node_modules/.pnpm/style-to-object@1.0.11/node_modules/style-to-object/cjs/index.cjs +1 -1
  838. package/dist/node_modules/.pnpm/style-to-object@1.0.11/node_modules/style-to-object/cjs/index.js +1 -1
  839. 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
  840. 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
  841. package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.cjs +98 -0
  842. package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.cjs.map +1 -0
  843. package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.js +96 -0
  844. package/dist/node_modules/.pnpm/vfile-location@5.0.3/node_modules/vfile-location/lib/index.js.map +1 -0
  845. package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.cjs +18 -0
  846. package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.cjs.map +1 -0
  847. package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js +16 -0
  848. package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js.map +1 -0
  849. 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
  850. 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
  851. 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
  852. 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
  853. 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
  854. 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
  855. 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
  856. 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
  857. 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
  858. 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
  859. 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
  860. 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
  861. 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
  862. 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
  863. 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
  864. 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
  865. package/dist/packages/core/dist/index.cjs +13 -6
  866. package/dist/packages/core/dist/index.cjs.map +1 -1
  867. package/dist/packages/core/dist/index.js +13 -6
  868. package/dist/packages/core/dist/index.js.map +1 -1
  869. package/dist/plugins/getAdkConfig.cjs +4 -0
  870. package/dist/plugins/getAdkConfig.cjs.map +1 -1
  871. package/dist/plugins/getAdkConfig.d.ts.map +1 -1
  872. package/dist/plugins/getAdkConfig.js +4 -0
  873. package/dist/plugins/getAdkConfig.js.map +1 -1
  874. package/dist/utils/agentStorage.cjs +81 -0
  875. package/dist/utils/agentStorage.cjs.map +1 -0
  876. package/dist/utils/agentStorage.js +79 -0
  877. package/dist/utils/agentStorage.js.map +1 -0
  878. package/package.json +2 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useToolInvocations.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-cores/assistant-transport/useToolInvocations.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/assistant-transport/useToolInvocations.ts\nimport { useEffect, useRef, useState } from \"react\";\nimport {\n createAssistantStreamController,\n ToolResponse,\n unstable_toolResultStream\n} from \"assistant-stream\";\nimport {\n AssistantMetaTransformStream\n} from \"assistant-stream/utils\";\nvar isArgsTextComplete = (argsText) => {\n try {\n JSON.parse(argsText);\n return true;\n } catch {\n return false;\n }\n};\nfunction useToolInvocations({\n state,\n getTools,\n onResult,\n setToolStatuses\n}) {\n const lastToolStates = useRef({});\n const humanInputRef = useRef(/* @__PURE__ */ new Map());\n const acRef = useRef(new AbortController());\n const [controller] = useState(() => {\n const [stream, controller2] = createAssistantStreamController();\n const transform = unstable_toolResultStream(\n getTools,\n () => acRef.current?.signal ?? new AbortController().signal,\n (toolCallId, payload) => {\n return new Promise((resolve, reject) => {\n const previous = humanInputRef.current.get(toolCallId);\n if (previous) {\n previous.reject(\n new Error(\"Human input request was superseded by a new request\")\n );\n }\n humanInputRef.current.set(toolCallId, { resolve, reject });\n setToolStatuses((prev) => ({\n ...prev,\n [toolCallId]: {\n type: \"interrupt\",\n payload: { type: \"human\", payload }\n }\n }));\n });\n }\n );\n stream.pipeThrough(transform).pipeThrough(new AssistantMetaTransformStream()).pipeTo(\n new WritableStream({\n write(chunk) {\n if (chunk.type === \"result\") {\n if (lastToolStates.current[chunk.meta.toolCallId]?.hasResult)\n return;\n onResult({\n type: \"add-tool-result\",\n toolCallId: chunk.meta.toolCallId,\n toolName: chunk.meta.toolName,\n result: chunk.result,\n isError: chunk.isError,\n ...chunk.artifact && { artifact: chunk.artifact }\n });\n setToolStatuses((prev) => {\n const next = { ...prev };\n delete next[chunk.meta.toolCallId];\n return next;\n });\n }\n }\n })\n );\n return controller2;\n });\n const ignoredToolIds = useRef(/* @__PURE__ */ new Set());\n const isInititialState = useRef(true);\n useEffect(() => {\n const processMessages = (messages) => {\n messages.forEach((message) => {\n message.content.forEach((content) => {\n if (content.type === \"tool-call\") {\n if (isInititialState.current) {\n ignoredToolIds.current.add(content.toolCallId);\n } else {\n if (ignoredToolIds.current.has(content.toolCallId)) {\n return;\n }\n let lastState = lastToolStates.current[content.toolCallId];\n if (!lastState) {\n const toolCallController = controller.addToolCallPart({\n toolName: content.toolName,\n toolCallId: content.toolCallId\n });\n lastState = {\n argsText: \"\",\n hasResult: false,\n argsComplete: false,\n controller: toolCallController\n };\n lastToolStates.current[content.toolCallId] = lastState;\n }\n if (content.argsText !== lastState.argsText) {\n if (lastState.argsComplete) {\n if (process.env[\"NODE_ENV\"] !== \"production\") {\n console.warn(\n \"argsText updated after controller was closed:\",\n { previous: lastState.argsText, next: content.argsText }\n );\n }\n } else {\n if (!content.argsText.startsWith(lastState.argsText)) {\n throw new Error(\n `Tool call argsText can only be appended, not updated: ${content.argsText} does not start with ${lastState.argsText}`\n );\n }\n const argsTextDelta = content.argsText.slice(\n lastState.argsText.length\n );\n lastState.controller.argsText.append(argsTextDelta);\n const shouldClose = isArgsTextComplete(content.argsText);\n if (shouldClose) {\n lastState.controller.argsText.close();\n }\n lastToolStates.current[content.toolCallId] = {\n argsText: content.argsText,\n hasResult: lastState.hasResult,\n argsComplete: shouldClose,\n controller: lastState.controller\n };\n }\n }\n if (content.result !== void 0 && !lastState.hasResult) {\n lastState.controller.setResponse(\n new ToolResponse({\n result: content.result,\n artifact: content.artifact,\n isError: content.isError\n })\n );\n lastState.controller.close();\n lastToolStates.current[content.toolCallId] = {\n hasResult: true,\n argsComplete: true,\n argsText: lastState.argsText,\n controller: lastState.controller\n };\n }\n }\n if (content.messages) {\n processMessages(content.messages);\n }\n }\n });\n });\n };\n processMessages(state.messages);\n if (isInititialState.current) {\n isInititialState.current = false;\n }\n }, [state, controller, onResult]);\n const abort = () => {\n humanInputRef.current.forEach(({ reject }) => {\n reject(new Error(\"Tool execution aborted\"));\n });\n humanInputRef.current.clear();\n setToolStatuses({});\n acRef.current.abort();\n acRef.current = new AbortController();\n };\n return {\n reset: () => {\n abort();\n isInititialState.current = true;\n },\n abort,\n resume: (toolCallId, payload) => {\n const handlers = humanInputRef.current.get(toolCallId);\n if (handlers) {\n humanInputRef.current.delete(toolCallId);\n setToolStatuses((prev) => {\n const next = { ...prev };\n delete next[toolCallId];\n return next;\n });\n handlers.resolve(payload);\n } else {\n throw new Error(\n `Tool call ${toolCallId} is not waiting for human input`\n );\n }\n }\n };\n}\nexport {\n useToolInvocations\n};\n//# sourceMappingURL=useToolInvocations.js.map"],"names":["unstable_toolResultStream"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,165 @@
1
+ 'use strict';
2
+
3
+ var BaseSubscribable = require('../remote-thread-list/BaseSubscribable.cjs');
4
+
5
+ // src/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.tsx
6
+ var isAttachmentComplete = (a) => a.status.type === "complete";
7
+ var BaseComposerRuntimeCore = class extends BaseSubscribable.BaseSubscribable {
8
+ isEditing = true;
9
+ get attachmentAccept() {
10
+ return this.getAttachmentAdapter()?.accept ?? "*";
11
+ }
12
+ _attachments = [];
13
+ get attachments() {
14
+ return this._attachments;
15
+ }
16
+ setAttachments(value) {
17
+ this._attachments = value;
18
+ this._notifySubscribers();
19
+ }
20
+ get isEmpty() {
21
+ return !this.text.trim() && !this.attachments.length;
22
+ }
23
+ _text = "";
24
+ get text() {
25
+ return this._text;
26
+ }
27
+ _role = "user";
28
+ get role() {
29
+ return this._role;
30
+ }
31
+ _runConfig = {};
32
+ get runConfig() {
33
+ return this._runConfig;
34
+ }
35
+ setText(value) {
36
+ if (this._text === value) return;
37
+ this._text = value;
38
+ this._notifySubscribers();
39
+ }
40
+ setRole(role) {
41
+ if (this._role === role) return;
42
+ this._role = role;
43
+ this._notifySubscribers();
44
+ }
45
+ setRunConfig(runConfig) {
46
+ if (this._runConfig === runConfig) return;
47
+ this._runConfig = runConfig;
48
+ this._notifySubscribers();
49
+ }
50
+ _emptyTextAndAttachments() {
51
+ this._attachments = [];
52
+ this._text = "";
53
+ this._notifySubscribers();
54
+ }
55
+ async _onClearAttachments() {
56
+ const adapter = this.getAttachmentAdapter();
57
+ if (adapter) {
58
+ await Promise.all(this._attachments.map((a) => adapter.remove(a)));
59
+ }
60
+ }
61
+ async reset() {
62
+ if (this._attachments.length === 0 && this._text === "" && this._role === "user" && Object.keys(this._runConfig).length === 0) {
63
+ return;
64
+ }
65
+ this._role = "user";
66
+ this._runConfig = {};
67
+ const task = this._onClearAttachments();
68
+ this._emptyTextAndAttachments();
69
+ await task;
70
+ }
71
+ async clearAttachments() {
72
+ const task = this._onClearAttachments();
73
+ this.setAttachments([]);
74
+ await task;
75
+ }
76
+ async send() {
77
+ const adapter = this.getAttachmentAdapter();
78
+ const attachments = adapter && this.attachments.length > 0 ? Promise.all(
79
+ this.attachments.map(async (a) => {
80
+ if (isAttachmentComplete(a)) return a;
81
+ const result = await adapter.send(a);
82
+ return result;
83
+ })
84
+ ) : [];
85
+ const text = this.text;
86
+ this._emptyTextAndAttachments();
87
+ const message = {
88
+ createdAt: /* @__PURE__ */ new Date(),
89
+ role: this.role,
90
+ content: text ? [{ type: "text", text }] : [],
91
+ attachments: await attachments,
92
+ runConfig: this.runConfig,
93
+ metadata: { custom: {} }
94
+ };
95
+ this.handleSend(message);
96
+ this._notifyEventSubscribers("send");
97
+ }
98
+ cancel() {
99
+ this.handleCancel();
100
+ }
101
+ async addAttachment(file) {
102
+ const adapter = this.getAttachmentAdapter();
103
+ if (!adapter) throw new Error("Attachments are not supported");
104
+ const upsertAttachment = (a) => {
105
+ const idx = this._attachments.findIndex(
106
+ (attachment) => attachment.id === a.id
107
+ );
108
+ if (idx !== -1)
109
+ this._attachments = [
110
+ ...this._attachments.slice(0, idx),
111
+ a,
112
+ ...this._attachments.slice(idx + 1)
113
+ ];
114
+ else {
115
+ this._attachments = [...this._attachments, a];
116
+ }
117
+ this._notifySubscribers();
118
+ };
119
+ const promiseOrGenerator = adapter.add({ file });
120
+ if (Symbol.asyncIterator in promiseOrGenerator) {
121
+ for await (const r of promiseOrGenerator) {
122
+ upsertAttachment(r);
123
+ }
124
+ } else {
125
+ upsertAttachment(await promiseOrGenerator);
126
+ }
127
+ this._notifyEventSubscribers("attachment-add");
128
+ this._notifySubscribers();
129
+ }
130
+ async removeAttachment(attachmentId) {
131
+ const adapter = this.getAttachmentAdapter();
132
+ if (!adapter) throw new Error("Attachments are not supported");
133
+ const index = this._attachments.findIndex((a) => a.id === attachmentId);
134
+ if (index === -1) throw new Error("Attachment not found");
135
+ const attachment = this._attachments[index];
136
+ await adapter.remove(attachment);
137
+ this._attachments = [
138
+ ...this._attachments.slice(0, index),
139
+ ...this._attachments.slice(index + 1)
140
+ ];
141
+ this._notifySubscribers();
142
+ }
143
+ _eventSubscribers = /* @__PURE__ */ new Map();
144
+ _notifyEventSubscribers(event) {
145
+ const subscribers = this._eventSubscribers.get(event);
146
+ if (!subscribers) return;
147
+ for (const callback of subscribers) callback();
148
+ }
149
+ unstable_on(event, callback) {
150
+ const subscribers = this._eventSubscribers.get(event);
151
+ if (!subscribers) {
152
+ this._eventSubscribers.set(event, /* @__PURE__ */ new Set([callback]));
153
+ } else {
154
+ subscribers.add(callback);
155
+ }
156
+ return () => {
157
+ const subscribers2 = this._eventSubscribers.get(event);
158
+ if (!subscribers2) return;
159
+ subscribers2.delete(callback);
160
+ };
161
+ }
162
+ };
163
+
164
+ exports.BaseComposerRuntimeCore = BaseComposerRuntimeCore;
165
+ //# sourceMappingURL=BaseComposerRuntimeCore.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseComposerRuntimeCore.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-cores/composer/BaseComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.tsx\nimport { BaseSubscribable } from \"../remote-thread-list/BaseSubscribable.js\";\nvar isAttachmentComplete = (a) => a.status.type === \"complete\";\nvar BaseComposerRuntimeCore = class extends BaseSubscribable {\n isEditing = true;\n get attachmentAccept() {\n return this.getAttachmentAdapter()?.accept ?? \"*\";\n }\n _attachments = [];\n get attachments() {\n return this._attachments;\n }\n setAttachments(value) {\n this._attachments = value;\n this._notifySubscribers();\n }\n get isEmpty() {\n return !this.text.trim() && !this.attachments.length;\n }\n _text = \"\";\n get text() {\n return this._text;\n }\n _role = \"user\";\n get role() {\n return this._role;\n }\n _runConfig = {};\n get runConfig() {\n return this._runConfig;\n }\n setText(value) {\n if (this._text === value) return;\n this._text = value;\n this._notifySubscribers();\n }\n setRole(role) {\n if (this._role === role) return;\n this._role = role;\n this._notifySubscribers();\n }\n setRunConfig(runConfig) {\n if (this._runConfig === runConfig) return;\n this._runConfig = runConfig;\n this._notifySubscribers();\n }\n _emptyTextAndAttachments() {\n this._attachments = [];\n this._text = \"\";\n this._notifySubscribers();\n }\n async _onClearAttachments() {\n const adapter = this.getAttachmentAdapter();\n if (adapter) {\n await Promise.all(this._attachments.map((a) => adapter.remove(a)));\n }\n }\n async reset() {\n if (this._attachments.length === 0 && this._text === \"\" && this._role === \"user\" && Object.keys(this._runConfig).length === 0) {\n return;\n }\n this._role = \"user\";\n this._runConfig = {};\n const task = this._onClearAttachments();\n this._emptyTextAndAttachments();\n await task;\n }\n async clearAttachments() {\n const task = this._onClearAttachments();\n this.setAttachments([]);\n await task;\n }\n async send() {\n const adapter = this.getAttachmentAdapter();\n const attachments = adapter && this.attachments.length > 0 ? Promise.all(\n this.attachments.map(async (a) => {\n if (isAttachmentComplete(a)) return a;\n const result = await adapter.send(a);\n return result;\n })\n ) : [];\n const text = this.text;\n this._emptyTextAndAttachments();\n const message = {\n createdAt: /* @__PURE__ */ new Date(),\n role: this.role,\n content: text ? [{ type: \"text\", text }] : [],\n attachments: await attachments,\n runConfig: this.runConfig,\n metadata: { custom: {} }\n };\n this.handleSend(message);\n this._notifyEventSubscribers(\"send\");\n }\n cancel() {\n this.handleCancel();\n }\n async addAttachment(file) {\n const adapter = this.getAttachmentAdapter();\n if (!adapter) throw new Error(\"Attachments are not supported\");\n const upsertAttachment = (a) => {\n const idx = this._attachments.findIndex(\n (attachment) => attachment.id === a.id\n );\n if (idx !== -1)\n this._attachments = [\n ...this._attachments.slice(0, idx),\n a,\n ...this._attachments.slice(idx + 1)\n ];\n else {\n this._attachments = [...this._attachments, a];\n }\n this._notifySubscribers();\n };\n const promiseOrGenerator = adapter.add({ file });\n if (Symbol.asyncIterator in promiseOrGenerator) {\n for await (const r of promiseOrGenerator) {\n upsertAttachment(r);\n }\n } else {\n upsertAttachment(await promiseOrGenerator);\n }\n this._notifyEventSubscribers(\"attachment-add\");\n this._notifySubscribers();\n }\n async removeAttachment(attachmentId) {\n const adapter = this.getAttachmentAdapter();\n if (!adapter) throw new Error(\"Attachments are not supported\");\n const index = this._attachments.findIndex((a) => a.id === attachmentId);\n if (index === -1) throw new Error(\"Attachment not found\");\n const attachment = this._attachments[index];\n await adapter.remove(attachment);\n this._attachments = [\n ...this._attachments.slice(0, index),\n ...this._attachments.slice(index + 1)\n ];\n this._notifySubscribers();\n }\n _eventSubscribers = /* @__PURE__ */ new Map();\n _notifyEventSubscribers(event) {\n const subscribers = this._eventSubscribers.get(event);\n if (!subscribers) return;\n for (const callback of subscribers) callback();\n }\n unstable_on(event, callback) {\n const subscribers = this._eventSubscribers.get(event);\n if (!subscribers) {\n this._eventSubscribers.set(event, /* @__PURE__ */ new Set([callback]));\n } else {\n subscribers.add(callback);\n }\n return () => {\n const subscribers2 = this._eventSubscribers.get(event);\n if (!subscribers2) return;\n subscribers2.delete(callback);\n };\n }\n};\nexport {\n BaseComposerRuntimeCore\n};\n//# sourceMappingURL=BaseComposerRuntimeCore.js.map"],"names":["BaseSubscribable"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,163 @@
1
+ import { BaseSubscribable } from '../remote-thread-list/BaseSubscribable.js';
2
+
3
+ // src/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.tsx
4
+ var isAttachmentComplete = (a) => a.status.type === "complete";
5
+ var BaseComposerRuntimeCore = class extends BaseSubscribable {
6
+ isEditing = true;
7
+ get attachmentAccept() {
8
+ return this.getAttachmentAdapter()?.accept ?? "*";
9
+ }
10
+ _attachments = [];
11
+ get attachments() {
12
+ return this._attachments;
13
+ }
14
+ setAttachments(value) {
15
+ this._attachments = value;
16
+ this._notifySubscribers();
17
+ }
18
+ get isEmpty() {
19
+ return !this.text.trim() && !this.attachments.length;
20
+ }
21
+ _text = "";
22
+ get text() {
23
+ return this._text;
24
+ }
25
+ _role = "user";
26
+ get role() {
27
+ return this._role;
28
+ }
29
+ _runConfig = {};
30
+ get runConfig() {
31
+ return this._runConfig;
32
+ }
33
+ setText(value) {
34
+ if (this._text === value) return;
35
+ this._text = value;
36
+ this._notifySubscribers();
37
+ }
38
+ setRole(role) {
39
+ if (this._role === role) return;
40
+ this._role = role;
41
+ this._notifySubscribers();
42
+ }
43
+ setRunConfig(runConfig) {
44
+ if (this._runConfig === runConfig) return;
45
+ this._runConfig = runConfig;
46
+ this._notifySubscribers();
47
+ }
48
+ _emptyTextAndAttachments() {
49
+ this._attachments = [];
50
+ this._text = "";
51
+ this._notifySubscribers();
52
+ }
53
+ async _onClearAttachments() {
54
+ const adapter = this.getAttachmentAdapter();
55
+ if (adapter) {
56
+ await Promise.all(this._attachments.map((a) => adapter.remove(a)));
57
+ }
58
+ }
59
+ async reset() {
60
+ if (this._attachments.length === 0 && this._text === "" && this._role === "user" && Object.keys(this._runConfig).length === 0) {
61
+ return;
62
+ }
63
+ this._role = "user";
64
+ this._runConfig = {};
65
+ const task = this._onClearAttachments();
66
+ this._emptyTextAndAttachments();
67
+ await task;
68
+ }
69
+ async clearAttachments() {
70
+ const task = this._onClearAttachments();
71
+ this.setAttachments([]);
72
+ await task;
73
+ }
74
+ async send() {
75
+ const adapter = this.getAttachmentAdapter();
76
+ const attachments = adapter && this.attachments.length > 0 ? Promise.all(
77
+ this.attachments.map(async (a) => {
78
+ if (isAttachmentComplete(a)) return a;
79
+ const result = await adapter.send(a);
80
+ return result;
81
+ })
82
+ ) : [];
83
+ const text = this.text;
84
+ this._emptyTextAndAttachments();
85
+ const message = {
86
+ createdAt: /* @__PURE__ */ new Date(),
87
+ role: this.role,
88
+ content: text ? [{ type: "text", text }] : [],
89
+ attachments: await attachments,
90
+ runConfig: this.runConfig,
91
+ metadata: { custom: {} }
92
+ };
93
+ this.handleSend(message);
94
+ this._notifyEventSubscribers("send");
95
+ }
96
+ cancel() {
97
+ this.handleCancel();
98
+ }
99
+ async addAttachment(file) {
100
+ const adapter = this.getAttachmentAdapter();
101
+ if (!adapter) throw new Error("Attachments are not supported");
102
+ const upsertAttachment = (a) => {
103
+ const idx = this._attachments.findIndex(
104
+ (attachment) => attachment.id === a.id
105
+ );
106
+ if (idx !== -1)
107
+ this._attachments = [
108
+ ...this._attachments.slice(0, idx),
109
+ a,
110
+ ...this._attachments.slice(idx + 1)
111
+ ];
112
+ else {
113
+ this._attachments = [...this._attachments, a];
114
+ }
115
+ this._notifySubscribers();
116
+ };
117
+ const promiseOrGenerator = adapter.add({ file });
118
+ if (Symbol.asyncIterator in promiseOrGenerator) {
119
+ for await (const r of promiseOrGenerator) {
120
+ upsertAttachment(r);
121
+ }
122
+ } else {
123
+ upsertAttachment(await promiseOrGenerator);
124
+ }
125
+ this._notifyEventSubscribers("attachment-add");
126
+ this._notifySubscribers();
127
+ }
128
+ async removeAttachment(attachmentId) {
129
+ const adapter = this.getAttachmentAdapter();
130
+ if (!adapter) throw new Error("Attachments are not supported");
131
+ const index = this._attachments.findIndex((a) => a.id === attachmentId);
132
+ if (index === -1) throw new Error("Attachment not found");
133
+ const attachment = this._attachments[index];
134
+ await adapter.remove(attachment);
135
+ this._attachments = [
136
+ ...this._attachments.slice(0, index),
137
+ ...this._attachments.slice(index + 1)
138
+ ];
139
+ this._notifySubscribers();
140
+ }
141
+ _eventSubscribers = /* @__PURE__ */ new Map();
142
+ _notifyEventSubscribers(event) {
143
+ const subscribers = this._eventSubscribers.get(event);
144
+ if (!subscribers) return;
145
+ for (const callback of subscribers) callback();
146
+ }
147
+ unstable_on(event, callback) {
148
+ const subscribers = this._eventSubscribers.get(event);
149
+ if (!subscribers) {
150
+ this._eventSubscribers.set(event, /* @__PURE__ */ new Set([callback]));
151
+ } else {
152
+ subscribers.add(callback);
153
+ }
154
+ return () => {
155
+ const subscribers2 = this._eventSubscribers.get(event);
156
+ if (!subscribers2) return;
157
+ subscribers2.delete(callback);
158
+ };
159
+ }
160
+ };
161
+
162
+ export { BaseComposerRuntimeCore };
163
+ //# sourceMappingURL=BaseComposerRuntimeCore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseComposerRuntimeCore.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-cores/composer/BaseComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/BaseComposerRuntimeCore.tsx\nimport { BaseSubscribable } from \"../remote-thread-list/BaseSubscribable.js\";\nvar isAttachmentComplete = (a) => a.status.type === \"complete\";\nvar BaseComposerRuntimeCore = class extends BaseSubscribable {\n isEditing = true;\n get attachmentAccept() {\n return this.getAttachmentAdapter()?.accept ?? \"*\";\n }\n _attachments = [];\n get attachments() {\n return this._attachments;\n }\n setAttachments(value) {\n this._attachments = value;\n this._notifySubscribers();\n }\n get isEmpty() {\n return !this.text.trim() && !this.attachments.length;\n }\n _text = \"\";\n get text() {\n return this._text;\n }\n _role = \"user\";\n get role() {\n return this._role;\n }\n _runConfig = {};\n get runConfig() {\n return this._runConfig;\n }\n setText(value) {\n if (this._text === value) return;\n this._text = value;\n this._notifySubscribers();\n }\n setRole(role) {\n if (this._role === role) return;\n this._role = role;\n this._notifySubscribers();\n }\n setRunConfig(runConfig) {\n if (this._runConfig === runConfig) return;\n this._runConfig = runConfig;\n this._notifySubscribers();\n }\n _emptyTextAndAttachments() {\n this._attachments = [];\n this._text = \"\";\n this._notifySubscribers();\n }\n async _onClearAttachments() {\n const adapter = this.getAttachmentAdapter();\n if (adapter) {\n await Promise.all(this._attachments.map((a) => adapter.remove(a)));\n }\n }\n async reset() {\n if (this._attachments.length === 0 && this._text === \"\" && this._role === \"user\" && Object.keys(this._runConfig).length === 0) {\n return;\n }\n this._role = \"user\";\n this._runConfig = {};\n const task = this._onClearAttachments();\n this._emptyTextAndAttachments();\n await task;\n }\n async clearAttachments() {\n const task = this._onClearAttachments();\n this.setAttachments([]);\n await task;\n }\n async send() {\n const adapter = this.getAttachmentAdapter();\n const attachments = adapter && this.attachments.length > 0 ? Promise.all(\n this.attachments.map(async (a) => {\n if (isAttachmentComplete(a)) return a;\n const result = await adapter.send(a);\n return result;\n })\n ) : [];\n const text = this.text;\n this._emptyTextAndAttachments();\n const message = {\n createdAt: /* @__PURE__ */ new Date(),\n role: this.role,\n content: text ? [{ type: \"text\", text }] : [],\n attachments: await attachments,\n runConfig: this.runConfig,\n metadata: { custom: {} }\n };\n this.handleSend(message);\n this._notifyEventSubscribers(\"send\");\n }\n cancel() {\n this.handleCancel();\n }\n async addAttachment(file) {\n const adapter = this.getAttachmentAdapter();\n if (!adapter) throw new Error(\"Attachments are not supported\");\n const upsertAttachment = (a) => {\n const idx = this._attachments.findIndex(\n (attachment) => attachment.id === a.id\n );\n if (idx !== -1)\n this._attachments = [\n ...this._attachments.slice(0, idx),\n a,\n ...this._attachments.slice(idx + 1)\n ];\n else {\n this._attachments = [...this._attachments, a];\n }\n this._notifySubscribers();\n };\n const promiseOrGenerator = adapter.add({ file });\n if (Symbol.asyncIterator in promiseOrGenerator) {\n for await (const r of promiseOrGenerator) {\n upsertAttachment(r);\n }\n } else {\n upsertAttachment(await promiseOrGenerator);\n }\n this._notifyEventSubscribers(\"attachment-add\");\n this._notifySubscribers();\n }\n async removeAttachment(attachmentId) {\n const adapter = this.getAttachmentAdapter();\n if (!adapter) throw new Error(\"Attachments are not supported\");\n const index = this._attachments.findIndex((a) => a.id === attachmentId);\n if (index === -1) throw new Error(\"Attachment not found\");\n const attachment = this._attachments[index];\n await adapter.remove(attachment);\n this._attachments = [\n ...this._attachments.slice(0, index),\n ...this._attachments.slice(index + 1)\n ];\n this._notifySubscribers();\n }\n _eventSubscribers = /* @__PURE__ */ new Map();\n _notifyEventSubscribers(event) {\n const subscribers = this._eventSubscribers.get(event);\n if (!subscribers) return;\n for (const callback of subscribers) callback();\n }\n unstable_on(event, callback) {\n const subscribers = this._eventSubscribers.get(event);\n if (!subscribers) {\n this._eventSubscribers.set(event, /* @__PURE__ */ new Set([callback]));\n } else {\n subscribers.add(callback);\n }\n return () => {\n const subscribers2 = this._eventSubscribers.get(event);\n if (!subscribers2) return;\n subscribers2.delete(callback);\n };\n }\n};\nexport {\n BaseComposerRuntimeCore\n};\n//# sourceMappingURL=BaseComposerRuntimeCore.js.map"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,50 @@
1
+ 'use strict';
2
+
3
+ var getThreadMessageText = require('../../../utils/getThreadMessageText.cjs');
4
+ var BaseComposerRuntimeCore = require('./BaseComposerRuntimeCore.cjs');
5
+
6
+ // src/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.tsx
7
+ var DefaultEditComposerRuntimeCore = class extends BaseComposerRuntimeCore.BaseComposerRuntimeCore {
8
+ constructor(runtime, endEditCallback, { parentId, message }) {
9
+ super();
10
+ this.runtime = runtime;
11
+ this.endEditCallback = endEditCallback;
12
+ this._parentId = parentId;
13
+ this._sourceId = message.id;
14
+ this._previousText = getThreadMessageText.getThreadMessageText(message);
15
+ this.setText(this._previousText);
16
+ this.setRole(message.role);
17
+ this.setAttachments(message.attachments ?? []);
18
+ this._nonTextParts = message.content.filter((part) => part.type !== "text");
19
+ this.setRunConfig({ ...runtime.composer.runConfig });
20
+ }
21
+ get canCancel() {
22
+ return true;
23
+ }
24
+ getAttachmentAdapter() {
25
+ return this.runtime.adapters?.attachments;
26
+ }
27
+ _nonTextParts;
28
+ _previousText;
29
+ _parentId;
30
+ _sourceId;
31
+ async handleSend(message) {
32
+ const text = getThreadMessageText.getThreadMessageText(message);
33
+ if (text !== this._previousText) {
34
+ this.runtime.append({
35
+ ...message,
36
+ content: [...message.content, ...this._nonTextParts],
37
+ parentId: this._parentId,
38
+ sourceId: this._sourceId
39
+ });
40
+ }
41
+ this.handleCancel();
42
+ }
43
+ handleCancel() {
44
+ this.endEditCallback();
45
+ this._notifySubscribers();
46
+ }
47
+ };
48
+
49
+ exports.DefaultEditComposerRuntimeCore = DefaultEditComposerRuntimeCore;
50
+ //# sourceMappingURL=DefaultEditComposerRuntimeCore.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultEditComposerRuntimeCore.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-cores/composer/DefaultEditComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.tsx\nimport { getThreadMessageText } from \"../../../utils/getThreadMessageText.js\";\nimport { BaseComposerRuntimeCore } from \"./BaseComposerRuntimeCore.js\";\nvar DefaultEditComposerRuntimeCore = class extends BaseComposerRuntimeCore {\n constructor(runtime, endEditCallback, { parentId, message }) {\n super();\n this.runtime = runtime;\n this.endEditCallback = endEditCallback;\n this._parentId = parentId;\n this._sourceId = message.id;\n this._previousText = getThreadMessageText(message);\n this.setText(this._previousText);\n this.setRole(message.role);\n this.setAttachments(message.attachments ?? []);\n this._nonTextParts = message.content.filter((part) => part.type !== \"text\");\n this.setRunConfig({ ...runtime.composer.runConfig });\n }\n get canCancel() {\n return true;\n }\n getAttachmentAdapter() {\n return this.runtime.adapters?.attachments;\n }\n _nonTextParts;\n _previousText;\n _parentId;\n _sourceId;\n async handleSend(message) {\n const text = getThreadMessageText(message);\n if (text !== this._previousText) {\n this.runtime.append({\n ...message,\n content: [...message.content, ...this._nonTextParts],\n parentId: this._parentId,\n sourceId: this._sourceId\n });\n }\n this.handleCancel();\n }\n handleCancel() {\n this.endEditCallback();\n this._notifySubscribers();\n }\n};\nexport {\n DefaultEditComposerRuntimeCore\n};\n//# sourceMappingURL=DefaultEditComposerRuntimeCore.js.map"],"names":["BaseComposerRuntimeCore","getThreadMessageText"],"mappings":";;;;;AAAA;AAGG,IAAC,8BAA8B,GAAG,cAAcA,+CAAuB,CAAC;AAC3E,EAAE,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE;AAC/D,IAAI,KAAK,EAAE,CAAC;AACZ,IAAI,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;AAC3B,IAAI,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;AAC3C,IAAI,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;AAC9B,IAAI,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,EAAE,CAAC;AAChC,IAAI,IAAI,CAAC,aAAa,GAAGC,yCAAoB,CAAC,OAAO,CAAC,CAAC;AACvD,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;AACrC,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;AAC/B,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,WAAW,IAAI,EAAE,CAAC,CAAC;AACnD,IAAI,IAAI,CAAC,aAAa,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC;AAChF,IAAI,IAAI,CAAC,YAAY,CAAC,EAAE,GAAG,OAAO,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC,CAAC;AACzD,GAAG;AACH,EAAE,IAAI,SAAS,GAAG;AAClB,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,oBAAoB,GAAG;AACzB,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC;AAC9C,GAAG;AACH,EAAE,aAAa,CAAC;AAChB,EAAE,aAAa,CAAC;AAChB,EAAE,SAAS,CAAC;AACZ,EAAE,SAAS,CAAC;AACZ,EAAE,MAAM,UAAU,CAAC,OAAO,EAAE;AAC5B,IAAI,MAAM,IAAI,GAAGA,yCAAoB,CAAC,OAAO,CAAC,CAAC;AAC/C,IAAI,IAAI,IAAI,KAAK,IAAI,CAAC,aAAa,EAAE;AACrC,MAAM,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;AAC1B,QAAQ,GAAG,OAAO;AAClB,QAAQ,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC;AAC5D,QAAQ,QAAQ,EAAE,IAAI,CAAC,SAAS;AAChC,QAAQ,QAAQ,EAAE,IAAI,CAAC,SAAS;AAChC,OAAO,CAAC,CAAC;AACT,KAAK;AACL,IAAI,IAAI,CAAC,YAAY,EAAE,CAAC;AACxB,GAAG;AACH,EAAE,YAAY,GAAG;AACjB,IAAI,IAAI,CAAC,eAAe,EAAE,CAAC;AAC3B,IAAI,IAAI,CAAC,kBAAkB,EAAE,CAAC;AAC9B,GAAG;AACH;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,48 @@
1
+ import { getThreadMessageText } from '../../../utils/getThreadMessageText.js';
2
+ import { BaseComposerRuntimeCore } from './BaseComposerRuntimeCore.js';
3
+
4
+ // src/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.tsx
5
+ var DefaultEditComposerRuntimeCore = class extends BaseComposerRuntimeCore {
6
+ constructor(runtime, endEditCallback, { parentId, message }) {
7
+ super();
8
+ this.runtime = runtime;
9
+ this.endEditCallback = endEditCallback;
10
+ this._parentId = parentId;
11
+ this._sourceId = message.id;
12
+ this._previousText = getThreadMessageText(message);
13
+ this.setText(this._previousText);
14
+ this.setRole(message.role);
15
+ this.setAttachments(message.attachments ?? []);
16
+ this._nonTextParts = message.content.filter((part) => part.type !== "text");
17
+ this.setRunConfig({ ...runtime.composer.runConfig });
18
+ }
19
+ get canCancel() {
20
+ return true;
21
+ }
22
+ getAttachmentAdapter() {
23
+ return this.runtime.adapters?.attachments;
24
+ }
25
+ _nonTextParts;
26
+ _previousText;
27
+ _parentId;
28
+ _sourceId;
29
+ async handleSend(message) {
30
+ const text = getThreadMessageText(message);
31
+ if (text !== this._previousText) {
32
+ this.runtime.append({
33
+ ...message,
34
+ content: [...message.content, ...this._nonTextParts],
35
+ parentId: this._parentId,
36
+ sourceId: this._sourceId
37
+ });
38
+ }
39
+ this.handleCancel();
40
+ }
41
+ handleCancel() {
42
+ this.endEditCallback();
43
+ this._notifySubscribers();
44
+ }
45
+ };
46
+
47
+ export { DefaultEditComposerRuntimeCore };
48
+ //# sourceMappingURL=DefaultEditComposerRuntimeCore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultEditComposerRuntimeCore.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-cores/composer/DefaultEditComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/DefaultEditComposerRuntimeCore.tsx\nimport { getThreadMessageText } from \"../../../utils/getThreadMessageText.js\";\nimport { BaseComposerRuntimeCore } from \"./BaseComposerRuntimeCore.js\";\nvar DefaultEditComposerRuntimeCore = class extends BaseComposerRuntimeCore {\n constructor(runtime, endEditCallback, { parentId, message }) {\n super();\n this.runtime = runtime;\n this.endEditCallback = endEditCallback;\n this._parentId = parentId;\n this._sourceId = message.id;\n this._previousText = getThreadMessageText(message);\n this.setText(this._previousText);\n this.setRole(message.role);\n this.setAttachments(message.attachments ?? []);\n this._nonTextParts = message.content.filter((part) => part.type !== \"text\");\n this.setRunConfig({ ...runtime.composer.runConfig });\n }\n get canCancel() {\n return true;\n }\n getAttachmentAdapter() {\n return this.runtime.adapters?.attachments;\n }\n _nonTextParts;\n _previousText;\n _parentId;\n _sourceId;\n async handleSend(message) {\n const text = getThreadMessageText(message);\n if (text !== this._previousText) {\n this.runtime.append({\n ...message,\n content: [...message.content, ...this._nonTextParts],\n parentId: this._parentId,\n sourceId: this._sourceId\n });\n }\n this.handleCancel();\n }\n handleCancel() {\n this.endEditCallback();\n this._notifySubscribers();\n }\n};\nexport {\n DefaultEditComposerRuntimeCore\n};\n//# sourceMappingURL=DefaultEditComposerRuntimeCore.js.map"],"names":[],"mappings":";;;AAAA;AAGG,IAAC,8BAA8B,GAAG,cAAc,uBAAuB,CAAC;AAC3E,EAAE,WAAW,CAAC,OAAO,EAAE,eAAe,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE;AAC/D,IAAI,KAAK,EAAE,CAAC;AACZ,IAAI,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;AAC3B,IAAI,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;AAC3C,IAAI,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;AAC9B,IAAI,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,EAAE,CAAC;AAChC,IAAI,IAAI,CAAC,aAAa,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAAC;AACvD,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;AACrC,IAAI,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;AAC/B,IAAI,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,WAAW,IAAI,EAAE,CAAC,CAAC;AACnD,IAAI,IAAI,CAAC,aAAa,GAAG,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI,KAAK,MAAM,CAAC,CAAC;AAChF,IAAI,IAAI,CAAC,YAAY,CAAC,EAAE,GAAG,OAAO,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC,CAAC;AACzD,GAAG;AACH,EAAE,IAAI,SAAS,GAAG;AAClB,IAAI,OAAO,IAAI,CAAC;AAChB,GAAG;AACH,EAAE,oBAAoB,GAAG;AACzB,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC;AAC9C,GAAG;AACH,EAAE,aAAa,CAAC;AAChB,EAAE,aAAa,CAAC;AAChB,EAAE,SAAS,CAAC;AACZ,EAAE,SAAS,CAAC;AACZ,EAAE,MAAM,UAAU,CAAC,OAAO,EAAE;AAC5B,IAAI,MAAM,IAAI,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAC/C,IAAI,IAAI,IAAI,KAAK,IAAI,CAAC,aAAa,EAAE;AACrC,MAAM,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;AAC1B,QAAQ,GAAG,OAAO;AAClB,QAAQ,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC;AAC5D,QAAQ,QAAQ,EAAE,IAAI,CAAC,SAAS;AAChC,QAAQ,QAAQ,EAAE,IAAI,CAAC,SAAS;AAChC,OAAO,CAAC,CAAC;AACT,KAAK;AACL,IAAI,IAAI,CAAC,YAAY,EAAE,CAAC;AACxB,GAAG;AACH,EAAE,YAAY,GAAG;AACjB,IAAI,IAAI,CAAC,eAAe,EAAE,CAAC;AAC3B,IAAI,IAAI,CAAC,kBAAkB,EAAE,CAAC;AAC9B,GAAG;AACH;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,43 @@
1
+ 'use strict';
2
+
3
+ var BaseComposerRuntimeCore = require('./BaseComposerRuntimeCore.cjs');
4
+
5
+ // src/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.tsx
6
+ var DefaultThreadComposerRuntimeCore = class extends BaseComposerRuntimeCore.BaseComposerRuntimeCore {
7
+ constructor(runtime) {
8
+ super();
9
+ this.runtime = runtime;
10
+ this.connect();
11
+ }
12
+ _canCancel = false;
13
+ get canCancel() {
14
+ return this._canCancel;
15
+ }
16
+ get attachments() {
17
+ return super.attachments;
18
+ }
19
+ getAttachmentAdapter() {
20
+ return this.runtime.adapters?.attachments;
21
+ }
22
+ connect() {
23
+ return this.runtime.subscribe(() => {
24
+ if (this.canCancel !== this.runtime.capabilities.cancel) {
25
+ this._canCancel = this.runtime.capabilities.cancel;
26
+ this._notifySubscribers();
27
+ }
28
+ });
29
+ }
30
+ async handleSend(message) {
31
+ this.runtime.append({
32
+ ...message,
33
+ parentId: this.runtime.messages.at(-1)?.id ?? null,
34
+ sourceId: null
35
+ });
36
+ }
37
+ async handleCancel() {
38
+ this.runtime.cancelRun();
39
+ }
40
+ };
41
+
42
+ exports.DefaultThreadComposerRuntimeCore = DefaultThreadComposerRuntimeCore;
43
+ //# sourceMappingURL=DefaultThreadComposerRuntimeCore.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultThreadComposerRuntimeCore.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-cores/composer/DefaultThreadComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.tsx\nimport { BaseComposerRuntimeCore } from \"./BaseComposerRuntimeCore.js\";\nvar DefaultThreadComposerRuntimeCore = class extends BaseComposerRuntimeCore {\n constructor(runtime) {\n super();\n this.runtime = runtime;\n this.connect();\n }\n _canCancel = false;\n get canCancel() {\n return this._canCancel;\n }\n get attachments() {\n return super.attachments;\n }\n getAttachmentAdapter() {\n return this.runtime.adapters?.attachments;\n }\n connect() {\n return this.runtime.subscribe(() => {\n if (this.canCancel !== this.runtime.capabilities.cancel) {\n this._canCancel = this.runtime.capabilities.cancel;\n this._notifySubscribers();\n }\n });\n }\n async handleSend(message) {\n this.runtime.append({\n ...message,\n parentId: this.runtime.messages.at(-1)?.id ?? null,\n sourceId: null\n });\n }\n async handleCancel() {\n this.runtime.cancelRun();\n }\n};\nexport {\n DefaultThreadComposerRuntimeCore\n};\n//# sourceMappingURL=DefaultThreadComposerRuntimeCore.js.map"],"names":["BaseComposerRuntimeCore"],"mappings":";;;;AAAA;AAEG,IAAC,gCAAgC,GAAG,cAAcA,+CAAuB,CAAC;AAC7E,EAAE,WAAW,CAAC,OAAO,EAAE;AACvB,IAAI,KAAK,EAAE,CAAC;AACZ,IAAI,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;AAC3B,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;AACnB,GAAG;AACH,EAAE,UAAU,GAAG,KAAK,CAAC;AACrB,EAAE,IAAI,SAAS,GAAG;AAClB,IAAI,OAAO,IAAI,CAAC,UAAU,CAAC;AAC3B,GAAG;AACH,EAAE,IAAI,WAAW,GAAG;AACpB,IAAI,OAAO,KAAK,CAAC,WAAW,CAAC;AAC7B,GAAG;AACH,EAAE,oBAAoB,GAAG;AACzB,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC;AAC9C,GAAG;AACH,EAAE,OAAO,GAAG;AACZ,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,MAAM;AACxC,MAAM,IAAI,IAAI,CAAC,SAAS,KAAK,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,MAAM,EAAE;AAC/D,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,MAAM,CAAC;AAC3D,QAAQ,IAAI,CAAC,kBAAkB,EAAE,CAAC;AAClC,OAAO;AACP,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,MAAM,UAAU,CAAC,OAAO,EAAE;AAC5B,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;AACxB,MAAM,GAAG,OAAO;AAChB,MAAM,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,IAAI;AACxD,MAAM,QAAQ,EAAE,IAAI;AACpB,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,MAAM,YAAY,GAAG;AACvB,IAAI,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,CAAC;AAC7B,GAAG;AACH;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,41 @@
1
+ import { BaseComposerRuntimeCore } from './BaseComposerRuntimeCore.js';
2
+
3
+ // src/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.tsx
4
+ var DefaultThreadComposerRuntimeCore = class extends BaseComposerRuntimeCore {
5
+ constructor(runtime) {
6
+ super();
7
+ this.runtime = runtime;
8
+ this.connect();
9
+ }
10
+ _canCancel = false;
11
+ get canCancel() {
12
+ return this._canCancel;
13
+ }
14
+ get attachments() {
15
+ return super.attachments;
16
+ }
17
+ getAttachmentAdapter() {
18
+ return this.runtime.adapters?.attachments;
19
+ }
20
+ connect() {
21
+ return this.runtime.subscribe(() => {
22
+ if (this.canCancel !== this.runtime.capabilities.cancel) {
23
+ this._canCancel = this.runtime.capabilities.cancel;
24
+ this._notifySubscribers();
25
+ }
26
+ });
27
+ }
28
+ async handleSend(message) {
29
+ this.runtime.append({
30
+ ...message,
31
+ parentId: this.runtime.messages.at(-1)?.id ?? null,
32
+ sourceId: null
33
+ });
34
+ }
35
+ async handleCancel() {
36
+ this.runtime.cancelRun();
37
+ }
38
+ };
39
+
40
+ export { DefaultThreadComposerRuntimeCore };
41
+ //# sourceMappingURL=DefaultThreadComposerRuntimeCore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultThreadComposerRuntimeCore.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-cores/composer/DefaultThreadComposerRuntimeCore.js"],"sourcesContent":["// src/legacy-runtime/runtime-cores/composer/DefaultThreadComposerRuntimeCore.tsx\nimport { BaseComposerRuntimeCore } from \"./BaseComposerRuntimeCore.js\";\nvar DefaultThreadComposerRuntimeCore = class extends BaseComposerRuntimeCore {\n constructor(runtime) {\n super();\n this.runtime = runtime;\n this.connect();\n }\n _canCancel = false;\n get canCancel() {\n return this._canCancel;\n }\n get attachments() {\n return super.attachments;\n }\n getAttachmentAdapter() {\n return this.runtime.adapters?.attachments;\n }\n connect() {\n return this.runtime.subscribe(() => {\n if (this.canCancel !== this.runtime.capabilities.cancel) {\n this._canCancel = this.runtime.capabilities.cancel;\n this._notifySubscribers();\n }\n });\n }\n async handleSend(message) {\n this.runtime.append({\n ...message,\n parentId: this.runtime.messages.at(-1)?.id ?? null,\n sourceId: null\n });\n }\n async handleCancel() {\n this.runtime.cancelRun();\n }\n};\nexport {\n DefaultThreadComposerRuntimeCore\n};\n//# sourceMappingURL=DefaultThreadComposerRuntimeCore.js.map"],"names":[],"mappings":";;AAAA;AAEG,IAAC,gCAAgC,GAAG,cAAc,uBAAuB,CAAC;AAC7E,EAAE,WAAW,CAAC,OAAO,EAAE;AACvB,IAAI,KAAK,EAAE,CAAC;AACZ,IAAI,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;AAC3B,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC;AACnB,GAAG;AACH,EAAE,UAAU,GAAG,KAAK,CAAC;AACrB,EAAE,IAAI,SAAS,GAAG;AAClB,IAAI,OAAO,IAAI,CAAC,UAAU,CAAC;AAC3B,GAAG;AACH,EAAE,IAAI,WAAW,GAAG;AACpB,IAAI,OAAO,KAAK,CAAC,WAAW,CAAC;AAC7B,GAAG;AACH,EAAE,oBAAoB,GAAG;AACzB,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,QAAQ,EAAE,WAAW,CAAC;AAC9C,GAAG;AACH,EAAE,OAAO,GAAG;AACZ,IAAI,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,MAAM;AACxC,MAAM,IAAI,IAAI,CAAC,SAAS,KAAK,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,MAAM,EAAE;AAC/D,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,MAAM,CAAC;AAC3D,QAAQ,IAAI,CAAC,kBAAkB,EAAE,CAAC;AAClC,OAAO;AACP,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,MAAM,UAAU,CAAC,OAAO,EAAE;AAC5B,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC;AACxB,MAAM,GAAG,OAAO;AAChB,MAAM,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,IAAI;AACxD,MAAM,QAAQ,EAAE,IAAI;AACpB,KAAK,CAAC,CAAC;AACP,GAAG;AACH,EAAE,MAAM,YAAY,GAAG;AACvB,IAAI,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,CAAC;AAC7B,GAAG;AACH;;;;","x_google_ignoreList":[0]}