langgraph-ui-components 0.0.25 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +515 -55
- package/dist/_virtual/index.cjs.js +1 -1
- package/dist/_virtual/index.cjs2.js +1 -1
- package/dist/_virtual/index.cjs3.js +1 -1
- package/dist/_virtual/index.es.js +5 -2
- package/dist/_virtual/index.es2.js +4 -2
- package/dist/_virtual/index.es2.js.map +1 -1
- package/dist/_virtual/index.es3.js +4 -4
- package/dist/assets/langgraph-ui-components.css +1 -1
- package/dist/components/ChatBody.cjs.js +2 -2
- package/dist/components/ChatBody.cjs.js.map +1 -1
- package/dist/components/ChatBody.d.ts.map +1 -1
- package/dist/components/ChatBody.es.js +208 -142
- package/dist/components/ChatBody.es.js.map +1 -1
- package/dist/components/TodoList.cjs.js +2 -0
- package/dist/components/TodoList.cjs.js.map +1 -0
- package/dist/components/TodoList.d.ts +5 -0
- package/dist/components/TodoList.d.ts.map +1 -0
- package/dist/components/TodoList.es.js +65 -0
- package/dist/components/TodoList.es.js.map +1 -0
- package/dist/components/messages/AgentMessage.cjs.js +3 -1
- package/dist/components/messages/AgentMessage.cjs.js.map +1 -1
- package/dist/components/messages/AgentMessage.d.ts +5 -1
- package/dist/components/messages/AgentMessage.d.ts.map +1 -1
- package/dist/components/messages/AgentMessage.es.js +200 -112
- package/dist/components/messages/AgentMessage.es.js.map +1 -1
- package/dist/components/messages/CustomComponentRender.cjs.js.map +1 -1
- package/dist/components/messages/CustomComponentRender.es.js.map +1 -1
- package/dist/components/ui/syntax-highlighter.cjs.js +1 -1
- package/dist/components/ui/syntax-highlighter.cjs.js.map +1 -1
- package/dist/components/ui/syntax-highlighter.es.js +1 -1
- package/dist/entries/components.cjs.js +1 -1
- package/dist/entries/components.d.ts.map +1 -1
- package/dist/entries/components.es.js +4 -5
- package/dist/entries/components.es.js.map +1 -1
- package/dist/entries/hooks.cjs.js +1 -1
- package/dist/entries/hooks.d.ts.map +1 -1
- package/dist/entries/hooks.es.js +5 -6
- package/dist/entries/hooks.es.js.map +1 -1
- package/dist/entries/providers.cjs.js +1 -1
- package/dist/entries/providers.d.ts +1 -1
- package/dist/entries/providers.d.ts.map +1 -1
- package/dist/entries/providers.es.js +18 -19
- package/dist/entries/providers.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +28 -29
- package/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.cjs.js +1 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.es.js +1 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.cjs.js +1 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.es.js +1 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.cjs.js +1 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.es.js +1 -1
- package/dist/pages/Chat/Chat.cjs.js +1 -1
- package/dist/pages/Chat/Chat.cjs.js.map +1 -1
- package/dist/pages/Chat/Chat.d.ts.map +1 -1
- package/dist/pages/Chat/Chat.es.js +41 -34
- package/dist/pages/Chat/Chat.es.js.map +1 -1
- package/dist/pages/Sidebar/sidebar.cjs.js +1 -1
- package/dist/pages/Sidebar/sidebar.cjs.js.map +1 -1
- package/dist/pages/Sidebar/sidebar.d.ts.map +1 -1
- package/dist/pages/Sidebar/sidebar.es.js +75 -70
- package/dist/pages/Sidebar/sidebar.es.js.map +1 -1
- package/dist/providers/ChatProvider.cjs.js +1 -1
- package/dist/providers/ChatProvider.cjs.js.map +1 -1
- package/dist/providers/ChatProvider.d.ts +17 -1
- package/dist/providers/ChatProvider.d.ts.map +1 -1
- package/dist/providers/ChatProvider.es.js +18 -17
- package/dist/providers/ChatProvider.es.js.map +1 -1
- package/dist/providers/ChatRuntime.es.js +4 -4
- package/dist/providers/CustomComponentProvider.cjs.js +1 -1
- package/dist/providers/CustomComponentProvider.cjs.js.map +1 -1
- package/dist/providers/CustomComponentProvider.d.ts +11 -0
- package/dist/providers/CustomComponentProvider.d.ts.map +1 -1
- package/dist/providers/CustomComponentProvider.es.js +51 -35
- package/dist/providers/CustomComponentProvider.es.js.map +1 -1
- package/dist/providers/Stream.cjs.js +1 -1
- package/dist/providers/Stream.cjs.js.map +1 -1
- package/dist/providers/Stream.d.ts +40 -8
- package/dist/providers/Stream.d.ts.map +1 -1
- package/dist/providers/Stream.es.js +151 -119
- package/dist/providers/Stream.es.js.map +1 -1
- package/dist/providers/Thread.cjs.js +1 -1
- package/dist/providers/Thread.cjs.js.map +1 -1
- package/dist/providers/Thread.d.ts +2 -1
- package/dist/providers/Thread.d.ts.map +1 -1
- package/dist/providers/Thread.es.js +19 -19
- package/dist/providers/Thread.es.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +17 -1
- package/src/App.tsx +4 -4
- package/src/components/ChatBody.tsx +229 -78
- package/src/components/TodoList.tsx +72 -0
- package/src/components/messages/AgentMessage.tsx +288 -82
- package/src/components/messages/CustomComponentRender.tsx +1 -1
- package/src/entries/components.ts +0 -2
- package/src/entries/hooks.ts +0 -2
- package/src/entries/providers.ts +1 -3
- package/src/index.css +2 -2
- package/src/index.ts +2 -4
- package/src/pages/Chat/Chat.tsx +13 -3
- package/src/pages/Sidebar/sidebar.tsx +12 -3
- package/src/providers/ChatProvider.tsx +18 -1
- package/src/providers/CustomComponentProvider.tsx +41 -0
- package/src/providers/Stream.tsx +88 -25
- package/src/providers/Thread.tsx +2 -2
- package/dist/_virtual/index.cjs10.js +0 -2
- package/dist/_virtual/index.cjs10.js.map +0 -1
- package/dist/_virtual/index.cjs11.js +0 -2
- package/dist/_virtual/index.cjs11.js.map +0 -1
- package/dist/_virtual/index.cjs12.js +0 -2
- package/dist/_virtual/index.cjs12.js.map +0 -1
- package/dist/_virtual/index.cjs4.js +0 -2
- package/dist/_virtual/index.cjs4.js.map +0 -1
- package/dist/_virtual/index.cjs5.js +0 -2
- package/dist/_virtual/index.cjs5.js.map +0 -1
- package/dist/_virtual/index.cjs6.js +0 -2
- package/dist/_virtual/index.cjs6.js.map +0 -1
- package/dist/_virtual/index.cjs7.js +0 -2
- package/dist/_virtual/index.cjs7.js.map +0 -1
- package/dist/_virtual/index.cjs8.js +0 -2
- package/dist/_virtual/index.cjs8.js.map +0 -1
- package/dist/_virtual/index.cjs9.js +0 -2
- package/dist/_virtual/index.cjs9.js.map +0 -1
- package/dist/_virtual/index.es10.js +0 -8
- package/dist/_virtual/index.es10.js.map +0 -1
- package/dist/_virtual/index.es11.js +0 -5
- package/dist/_virtual/index.es11.js.map +0 -1
- package/dist/_virtual/index.es12.js +0 -8
- package/dist/_virtual/index.es12.js.map +0 -1
- package/dist/_virtual/index.es4.js +0 -6
- package/dist/_virtual/index.es4.js.map +0 -1
- package/dist/_virtual/index.es5.js +0 -5
- package/dist/_virtual/index.es5.js.map +0 -1
- package/dist/_virtual/index.es6.js +0 -5
- package/dist/_virtual/index.es6.js.map +0 -1
- package/dist/_virtual/index.es7.js +0 -5
- package/dist/_virtual/index.es7.js.map +0 -1
- package/dist/_virtual/index.es8.js +0 -5
- package/dist/_virtual/index.es8.js.map +0 -1
- package/dist/_virtual/index.es9.js +0 -5
- package/dist/_virtual/index.es9.js.map +0 -1
- package/dist/_virtual/lower-bound.cjs.js +0 -2
- package/dist/_virtual/lower-bound.cjs.js.map +0 -1
- package/dist/_virtual/lower-bound.es.js +0 -5
- package/dist/_virtual/lower-bound.es.js.map +0 -1
- package/dist/_virtual/priority-queue.cjs.js +0 -2
- package/dist/_virtual/priority-queue.cjs.js.map +0 -1
- package/dist/_virtual/priority-queue.es.js +0 -5
- package/dist/_virtual/priority-queue.es.js.map +0 -1
- package/dist/_virtual/re.cjs.js +0 -2
- package/dist/_virtual/re.cjs.js.map +0 -1
- package/dist/_virtual/re.es.js +0 -5
- package/dist/_virtual/re.es.js.map +0 -1
- package/dist/components/ToolCallFunctions.cjs.js +0 -2
- package/dist/components/ToolCallFunctions.cjs.js.map +0 -1
- package/dist/components/ToolCallFunctions.es.js +0 -75
- package/dist/components/ToolCallFunctions.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/_virtual/_rolldown/runtime.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/_virtual/_rolldown/runtime.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/_virtual/_rolldown/runtime.es.js +0 -12
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/_virtual/_rolldown/runtime.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/errors/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/errors/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/errors/index.es.js +0 -66
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/errors/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/anthropic.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/anthropic.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/anthropic.es.js +0 -283
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/anthropic.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/bedrock_converse.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/bedrock_converse.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/bedrock_converse.es.js +0 -219
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/bedrock_converse.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/data.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/data.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/data.es.js +0 -42
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/data.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/deepseek.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/deepseek.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/deepseek.es.js +0 -31
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/deepseek.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google.es.js +0 -77
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google_genai.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google_genai.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google_genai.es.js +0 -78
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google_genai.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google_vertexai.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google_vertexai.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google_vertexai.es.js +0 -75
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/google_vertexai.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/groq.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/groq.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/groq.es.js +0 -51
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/groq.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/index.es.js +0 -23
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/ollama.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/ollama.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/ollama.es.js +0 -31
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/ollama.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/openai.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/openai.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/openai.es.js +0 -241
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/openai.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/utils.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/utils.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/utils.es.js +0 -37
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/utils.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/xai.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/xai.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/xai.es.js +0 -42
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/xai.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/data.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/data.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/data.es.js +0 -16
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/data.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/console.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/console.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/console.es.js +0 -9
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/console.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/index.es.js +0 -3
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/core.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/core.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/core.es.js +0 -230
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/core.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/helpers.cjs.js +0 -3
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/helpers.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/helpers.es.js +0 -87
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/helpers.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json.cjs.js +0 -3
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json.es.js +0 -133
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/namespace.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/namespace.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/namespace.es.js +0 -29
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/namespace.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/sax-js/sax.cjs.js +0 -10
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/sax-js/sax.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/sax-js/sax.es.js +0 -795
- package/dist/node_modules/.pnpm/@langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/sax-js/sax.es.js.map +0 -1
- package/dist/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles/index.es.js +0 -111
- package/dist/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/camelcase@6.3.0/node_modules/camelcase/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/camelcase@6.3.0/node_modules/camelcase/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/camelcase@6.3.0/node_modules/camelcase/index.es.js +0 -30
- package/dist/node_modules/.pnpm/camelcase@6.3.0/node_modules/camelcase/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/eventemitter3@4.0.7/node_modules/eventemitter3/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/eventemitter3@4.0.7/node_modules/eventemitter3/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/eventemitter3@4.0.7/node_modules/eventemitter3/index.es.js +0 -112
- package/dist/node_modules/.pnpm/eventemitter3@4.0.7/node_modules/eventemitter3/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/_uuid.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/_uuid.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/_uuid.es.js +0 -3
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/_uuid.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fast-safe-stringify/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fast-safe-stringify/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fast-safe-stringify/index.es.js +0 -6
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fast-safe-stringify/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fs.browser.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fs.browser.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fs.browser.es.js +0 -14
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fs.browser.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/p-queue.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/p-queue.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/p-queue.es.js +0 -3
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/p-queue.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompt_cache/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompt_cache/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompt_cache/index.es.js +0 -200
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompt_cache/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/xxhash/xxhash.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/xxhash/xxhash.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/xxhash/xxhash.es.js +0 -22
- package/dist/node_modules/.pnpm/langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/xxhash/xxhash.es.js.map +0 -1
- package/dist/node_modules/.pnpm/p-finally@1.0.0/node_modules/p-finally/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/p-finally@1.0.0/node_modules/p-finally/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/p-finally@1.0.0/node_modules/p-finally/index.es.js +0 -18
- package/dist/node_modules/.pnpm/p-finally@1.0.0/node_modules/p-finally/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/index.es.js +0 -198
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/lower-bound.cjs.js +0 -2
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/lower-bound.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/lower-bound.es.js +0 -20
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/lower-bound.es.js.map +0 -1
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/priority-queue.cjs.js +0 -2
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/priority-queue.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/priority-queue.es.js +0 -41
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/priority-queue.es.js.map +0 -1
- package/dist/node_modules/.pnpm/p-timeout@3.2.0/node_modules/p-timeout/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/p-timeout@3.2.0/node_modules/p-timeout/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/p-timeout@3.2.0/node_modules/p-timeout/index.es.js +0 -45
- package/dist/node_modules/.pnpm/p-timeout@3.2.0/node_modules/p-timeout/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/comparator.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/comparator.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/comparator.es.js +0 -57
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/comparator.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/range.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/range.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/range.es.js +0 -149
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/range.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/semver.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/semver.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/semver.es.js +0 -170
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/semver.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/clean.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/clean.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/clean.es.js +0 -15
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/clean.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/cmp.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/cmp.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/cmp.es.js +0 -40
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/cmp.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/coerce.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/coerce.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/coerce.es.js +0 -34
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/coerce.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare-build.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare-build.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare-build.es.js +0 -15
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare-build.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare-loose.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare-loose.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare-loose.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare-loose.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/diff.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/diff.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/diff.es.js +0 -25
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/diff.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/eq.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/eq.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/eq.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/eq.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gt.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gt.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gt.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gt.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gte.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gte.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gte.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gte.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/inc.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/inc.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/inc.es.js +0 -22
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/inc.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/lt.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/lt.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/lt.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/lt.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/lte.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/lte.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/lte.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/lte.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/major.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/major.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/major.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/major.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/minor.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/minor.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/minor.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/minor.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/neq.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/neq.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/neq.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/neq.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/parse.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/parse.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/parse.es.js +0 -22
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/parse.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/patch.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/patch.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/patch.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/patch.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/prerelease.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/prerelease.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/prerelease.es.js +0 -15
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/prerelease.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/rcompare.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/rcompare.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/rcompare.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/rcompare.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/rsort.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/rsort.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/rsort.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/rsort.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/satisfies.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/satisfies.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/satisfies.es.js +0 -19
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/satisfies.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/sort.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/sort.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/sort.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/sort.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/valid.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/valid.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/valid.es.js +0 -15
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/valid.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/index.es.js +0 -98
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/constants.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/constants.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/constants.es.js +0 -29
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/constants.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/debug.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/debug.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/debug.es.js +0 -9
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/debug.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/identifiers.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/identifiers.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/identifiers.es.js +0 -19
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/identifiers.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/lrucache.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/lrucache.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/lrucache.es.js +0 -33
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/lrucache.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/parse-options.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/parse-options.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/parse-options.es.js +0 -11
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/parse-options.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/re.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/re.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/re.es.js +0 -33
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/re.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/gtr.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/gtr.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/gtr.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/gtr.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/intersects.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/intersects.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/intersects.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/intersects.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/ltr.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/ltr.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/ltr.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/ltr.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/max-satisfying.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/max-satisfying.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/max-satisfying.es.js +0 -23
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/max-satisfying.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/min-satisfying.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/min-satisfying.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/min-satisfying.es.js +0 -23
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/min-satisfying.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/min-version.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/min-version.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/min-version.es.js +0 -43
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/min-version.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/outside.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/outside.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/outside.es.js +0 -45
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/outside.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/simplify.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/simplify.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/simplify.es.js +0 -25
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/simplify.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/subset.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/subset.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/subset.es.js +0 -95
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/subset.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/to-comparators.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/to-comparators.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/to-comparators.es.js +0 -12
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/to-comparators.es.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/valid.cjs.js +0 -2
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/valid.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/valid.es.js +0 -18
- package/dist/node_modules/.pnpm/semver@7.7.3/node_modules/semver/ranges/valid.es.js.map +0 -1
package/README.md
CHANGED
|
@@ -12,6 +12,8 @@ A React component library for building AI chat interfaces with LangChain/LangGra
|
|
|
12
12
|
- 🧩 **Provider-based architecture** - Flexible state management with React Context
|
|
13
13
|
- 📝 **TypeScript** - Full type definitions included
|
|
14
14
|
- 🎨 **Tailwind CSS** - Pre-built styles, easy to customize
|
|
15
|
+
- 🛑 **Human-in-the-Loop (HITL)** - Built-in interrupt handling for agent approval flows
|
|
16
|
+
- 📋 **Deep Agent Todos** - Built-in "Agent Plan" progress card that tracks multi-step agent tasks in real time
|
|
15
17
|
|
|
16
18
|
## Installation
|
|
17
19
|
|
|
@@ -136,8 +138,10 @@ import { Chat } from 'langgraph-ui-components/components';
|
|
|
136
138
|
|
|
137
139
|
**Props:**
|
|
138
140
|
- `enableToolCallIndicator?: boolean` - Show visual indicators when AI tools are being executed. Default: `false`
|
|
139
|
-
- `callThisOnSubmit?: () => Promise<
|
|
141
|
+
- `callThisOnSubmit?: () => Promise<CallThisOnSubmitResponse | void>` - Custom callback executed before message submission, useful for uploading files to external storage. Return `{ files, contextValues }` to attach files or inject context into the message.
|
|
140
142
|
- `handleFileSelect?: (event: React.ChangeEvent<HTMLInputElement>) => void` - Custom file selection handler to override default behavior
|
|
143
|
+
- `inputFileAccept?: string` - File types accepted by the file input (e.g. `"image/*,.pdf"`)
|
|
144
|
+
- `chatBodyProps?: chatBodyProps` - Customize agent name, avatar, and font size (see [chatBodyProps](#chatbodyprops))
|
|
141
145
|
|
|
142
146
|
### Sidebar Component
|
|
143
147
|
|
|
@@ -164,27 +168,36 @@ import { Sidebar } from 'langgraph-ui-components/components';
|
|
|
164
168
|
- `leftPanelContent?: React.ReactNode` - Custom content to display in the left expansion panel
|
|
165
169
|
- `leftPanelOpen?: boolean` - External control for left panel open state
|
|
166
170
|
- `setLeftPanelOpen?: (open: boolean) => void` - External setter for left panel open state
|
|
171
|
+
- `leftPanelInitialWidth?: number` - Initial width of the left panel in pixels
|
|
172
|
+
- `leftPanelClassName?: string` - CSS class name for the left panel container
|
|
173
|
+
- `banner?: React.ReactNode` - Optional banner rendered above the chat messages (e.g. an alert or notice)
|
|
174
|
+
- `filePreview?: (files: FileInfo[], setFileInput) => React.ReactNode` - Custom file preview renderer for selected files before submission
|
|
175
|
+
- `inputFileAccept?: string` - File types accepted by the file input (e.g. `"image/*,.pdf"`)
|
|
176
|
+
- `s3_upload?: boolean` - Enable S3 upload mode for file attachments
|
|
167
177
|
|
|
168
178
|
## Exported Providers
|
|
169
179
|
|
|
170
|
-
- `ChatProvider` - Core chat state management
|
|
180
|
+
- `ChatProvider` - Core chat state management. Props: `apiUrl`, `assistantId`, `identity?`, `initialMode?` (`"single"` | `"multi"`, default `"single"`), `customComponents?`, `suspenseFallback?`
|
|
171
181
|
- `ChatRuntimeProvider` - Runtime configuration
|
|
172
|
-
- `ThreadProvider` - Conversation thread management
|
|
182
|
+
- `ThreadProvider` - Conversation thread management. Props: `initialMode?` (`"single"` | `"multi"`, default `"single"`)
|
|
173
183
|
- `StreamProvider` - AI streaming responses
|
|
174
184
|
- `FileProvider` - File upload handling
|
|
175
185
|
- `CustomComponentProvider` - Custom component rendering
|
|
176
186
|
|
|
177
187
|
## Exported Hooks
|
|
178
188
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
189
|
+
All from `langgraph-ui-components/providers` unless noted:
|
|
190
|
+
|
|
191
|
+
| Hook | Description |
|
|
192
|
+
|------|-------------|
|
|
193
|
+
| `useStreamContext()` | Messages, loading state, sendMessage, stop, interrupt — [details](#usestreamcontext) |
|
|
194
|
+
| `useThread()` | Thread ID, thread list, deleteThread, updateThread, mode — [details](#usethread) |
|
|
195
|
+
| `useChatRuntime()` | apiUrl, assistantId, setAssistantId, identity — [details](#usechatruntime) |
|
|
196
|
+
| `useFileProvider()` | `fileInput: FileInfo[]` and `setFileInput` |
|
|
197
|
+
| `useCustomComponents()` | Register generative UI and interrupt components — [details](#custom-components) |
|
|
198
|
+
| `useChatSuggestions()` | Opt-in chat suggestions — [details](#usechatsuggestions-hook) |
|
|
199
|
+
| `useTools()` *(hooks)* | Sidebar tool buttons — [details](#usetools) |
|
|
200
|
+
| `useModels()` *(hooks)* | Model list and selection — [details](#usemodels) |
|
|
188
201
|
|
|
189
202
|
## useChatSuggestions Hook
|
|
190
203
|
|
|
@@ -200,7 +213,7 @@ The `useChatSuggestions` hook enables intelligent, opt-in chat suggestions for y
|
|
|
200
213
|
### Basic Usage
|
|
201
214
|
|
|
202
215
|
```tsx
|
|
203
|
-
import { useChatSuggestions } from 'langgraph-ui-components/
|
|
216
|
+
import { useChatSuggestions } from 'langgraph-ui-components/providers';
|
|
204
217
|
|
|
205
218
|
function MyComponent() {
|
|
206
219
|
// Simply call the hook - it registers configuration internally
|
|
@@ -261,41 +274,246 @@ function ChatInterface() {
|
|
|
261
274
|
|
|
262
275
|
When dependencies change, suggestions are regenerated to match the new context.
|
|
263
276
|
|
|
264
|
-
##
|
|
277
|
+
## useStreamContext
|
|
265
278
|
|
|
266
|
-
|
|
279
|
+
Access the full streaming state and control functions from anywhere inside the provider tree.
|
|
267
280
|
|
|
268
|
-
|
|
281
|
+
```tsx
|
|
282
|
+
import { useStreamContext } from 'langgraph-ui-components/providers';
|
|
283
|
+
|
|
284
|
+
const {
|
|
285
|
+
messages, // Message[] — all messages in the conversation
|
|
286
|
+
isLoading, // boolean — true while agent is streaming
|
|
287
|
+
interrupt, // interrupt payload when agent pauses for human input
|
|
288
|
+
sendMessage, // send a message programmatically
|
|
289
|
+
submitMessage, // low-level submit with stream control options
|
|
290
|
+
regenerateMessage, // regenerate an AI response by message ID
|
|
291
|
+
fetchCatalog, // fetch available agents from /agents/catalog
|
|
292
|
+
stop, // cancel the current stream
|
|
293
|
+
} = useStreamContext();
|
|
294
|
+
```
|
|
269
295
|
|
|
270
|
-
|
|
271
|
-
- `options` (optional object):
|
|
272
|
-
- `type` (Message["type"], optional): The message type to use when sending a string message. Defaults to "human" for user messages. Use "system" for agent-only messages.
|
|
273
|
-
- `config` (any, optional): Additional configuration to pass to the agent.
|
|
296
|
+
### sendMessage
|
|
274
297
|
|
|
275
|
-
|
|
298
|
+
Send a message programmatically. The message is appended to the conversation and submitted to the agent.
|
|
276
299
|
|
|
277
300
|
```tsx
|
|
278
|
-
|
|
301
|
+
// Simple string
|
|
302
|
+
await sendMessage("Hello!");
|
|
303
|
+
|
|
304
|
+
// With options
|
|
305
|
+
await sendMessage("Hello!", {
|
|
306
|
+
type: "human", // message type, defaults to "human"
|
|
307
|
+
hidden: true, // hide from UI (useful for system-level triggers)
|
|
308
|
+
id: "custom-id", // custom message ID instead of auto-generated UUID
|
|
309
|
+
context: { key: "val" }, // extra context merged with identity
|
|
310
|
+
additional_kwargs: {}, // custom metadata attached to the message
|
|
311
|
+
});
|
|
312
|
+
```
|
|
279
313
|
|
|
280
|
-
|
|
281
|
-
|
|
314
|
+
| Option | Type | Description |
|
|
315
|
+
|--------|------|-------------|
|
|
316
|
+
| `type` | `Message["type"]` | Message type (`"human"`, `"system"`, etc.). Default: `"human"` |
|
|
317
|
+
| `hidden` | `boolean` | If `true`, message is not shown in the chat UI |
|
|
318
|
+
| `id` | `string` | Custom message ID (auto-generated UUID if omitted) |
|
|
319
|
+
| `name` | `string` | Required for function/tool messages |
|
|
320
|
+
| `tool_call_id` | `string` | ID linking this message to a tool call |
|
|
321
|
+
| `tool_calls` | `ToolCall[]` | Tool calls to attach to the message |
|
|
322
|
+
| `additional_kwargs` | `Record<string, unknown>` | Custom metadata on the message |
|
|
323
|
+
| `ui` | `UIMessage[]` | UI components to display alongside the message |
|
|
324
|
+
| `context` | `Record<string, unknown>` | Context values merged with identity for this message |
|
|
282
325
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
326
|
+
### submitMessage
|
|
327
|
+
|
|
328
|
+
Low-level submit with full control over streaming behavior. Use this when you need non-default stream modes.
|
|
329
|
+
|
|
330
|
+
```tsx
|
|
331
|
+
await submitMessage(messageObject, {
|
|
332
|
+
streamMode: ["values", "updates"], // which stream modes to use
|
|
333
|
+
streamSubgraphs: true, // include subgraph updates
|
|
334
|
+
streamResumable: true, // allow stream resumption
|
|
335
|
+
contextValues: { user_role: "admin" }, // extra context for this call
|
|
336
|
+
});
|
|
337
|
+
```
|
|
338
|
+
|
|
339
|
+
### regenerateMessage
|
|
340
|
+
|
|
341
|
+
Regenerate an AI response. Resumes from the checkpoint before the given message ID.
|
|
342
|
+
|
|
343
|
+
```tsx
|
|
344
|
+
await regenerateMessage(messageId);
|
|
345
|
+
```
|
|
346
|
+
|
|
347
|
+
### fetchCatalog
|
|
348
|
+
|
|
349
|
+
Fetch the list of available agents from your API's `/agents/catalog` endpoint.
|
|
350
|
+
|
|
351
|
+
```tsx
|
|
352
|
+
const catalog = await fetchCatalog();
|
|
353
|
+
```
|
|
354
|
+
|
|
355
|
+
### stop
|
|
356
|
+
|
|
357
|
+
Cancel the currently active stream.
|
|
358
|
+
|
|
359
|
+
```tsx
|
|
360
|
+
const { stop, isLoading } = useStreamContext();
|
|
361
|
+
|
|
362
|
+
<button onClick={stop} disabled={!isLoading}>Stop</button>
|
|
363
|
+
```
|
|
364
|
+
|
|
365
|
+
## useThread
|
|
366
|
+
|
|
367
|
+
Access and manage conversation threads.
|
|
368
|
+
|
|
369
|
+
```tsx
|
|
370
|
+
import { useThread } from 'langgraph-ui-components/providers';
|
|
371
|
+
|
|
372
|
+
const {
|
|
373
|
+
threadId, // string | null — current thread ID
|
|
374
|
+
setThreadId, // switch to a different thread
|
|
375
|
+
threads, // Thread[] — list of all threads
|
|
376
|
+
getThreads, // fetch threads from API
|
|
377
|
+
setThreads, // directly update thread list
|
|
378
|
+
configuration, // ThreadConfiguration — config passed to LangGraph on each call
|
|
379
|
+
setConfiguration, // update thread configuration
|
|
380
|
+
mode, // "single" | "multi"
|
|
381
|
+
setMode, // switch between single and multi-thread modes
|
|
382
|
+
threadsLoading, // boolean — true while fetching thread list
|
|
383
|
+
deleteThread, // delete a thread by ID
|
|
384
|
+
updateThread, // update thread metadata
|
|
385
|
+
} = useThread();
|
|
386
|
+
```
|
|
387
|
+
|
|
388
|
+
### deleteThread
|
|
389
|
+
|
|
390
|
+
```tsx
|
|
391
|
+
await deleteThread(threadId);
|
|
392
|
+
// Removes thread from list and clears current threadId if it was the active one
|
|
393
|
+
```
|
|
394
|
+
|
|
395
|
+
### updateThread
|
|
396
|
+
|
|
397
|
+
```tsx
|
|
398
|
+
await updateThread(threadId, { title: "My conversation" });
|
|
399
|
+
// Updates metadata on the thread and refreshes the thread list
|
|
400
|
+
```
|
|
401
|
+
|
|
402
|
+
### Thread Configuration
|
|
403
|
+
|
|
404
|
+
`configuration` is a free-form object passed to the LangGraph API on every stream call. Use it to send per-thread settings your agent reads from `config.configurable`:
|
|
405
|
+
|
|
406
|
+
```tsx
|
|
407
|
+
const { setConfiguration } = useThread();
|
|
408
|
+
|
|
409
|
+
setConfiguration({
|
|
410
|
+
temperature: 0.7,
|
|
411
|
+
system_prompt: "You are a helpful assistant.",
|
|
412
|
+
});
|
|
413
|
+
```
|
|
414
|
+
|
|
415
|
+
### URL-based Thread Loading
|
|
416
|
+
|
|
417
|
+
Append `?thread=<threadId>` to the page URL to automatically load a specific thread on mount:
|
|
418
|
+
|
|
419
|
+
```
|
|
420
|
+
https://yourapp.com/chat?thread=abc123
|
|
421
|
+
```
|
|
422
|
+
|
|
423
|
+
## useChatRuntime
|
|
424
|
+
|
|
425
|
+
Access and update the core runtime configuration.
|
|
426
|
+
|
|
427
|
+
```tsx
|
|
428
|
+
import { useChatRuntime } from 'langgraph-ui-components/providers';
|
|
429
|
+
|
|
430
|
+
const {
|
|
431
|
+
apiUrl, // string — base API URL
|
|
432
|
+
assistantId, // string — current assistant/graph ID
|
|
433
|
+
setAssistantId, // switch to a different assistant at runtime
|
|
434
|
+
identity, // ChatIdentity | null | undefined
|
|
435
|
+
} = useChatRuntime();
|
|
436
|
+
```
|
|
437
|
+
|
|
438
|
+
`setAssistantId` is useful when your app lets users pick which agent to talk to:
|
|
286
439
|
|
|
287
|
-
|
|
440
|
+
```tsx
|
|
441
|
+
const { setAssistantId } = useChatRuntime();
|
|
442
|
+
|
|
443
|
+
<button onClick={() => setAssistantId("support_agent")}>Switch to Support</button>
|
|
444
|
+
```
|
|
445
|
+
|
|
446
|
+
## useTools
|
|
447
|
+
|
|
448
|
+
Manage the sidebar tool buttons (the icon strip on the left panel).
|
|
449
|
+
|
|
450
|
+
```tsx
|
|
451
|
+
import { useTools } from 'langgraph-ui-components/hooks';
|
|
452
|
+
|
|
453
|
+
const {
|
|
454
|
+
tool, // CustomTool[] — built-in tools (Search, Chat)
|
|
455
|
+
addTool, // add a custom tool button
|
|
456
|
+
userDefinedTools, // CustomTool[] — tools added via addTool
|
|
457
|
+
setUserDefinedTools, // directly replace user-defined tools
|
|
458
|
+
} = useTools();
|
|
459
|
+
```
|
|
460
|
+
|
|
461
|
+
### Adding a Custom Tool
|
|
462
|
+
|
|
463
|
+
```tsx
|
|
464
|
+
import { useTools } from 'langgraph-ui-components/hooks';
|
|
465
|
+
import { Download } from 'lucide-react';
|
|
466
|
+
|
|
467
|
+
function MyApp() {
|
|
468
|
+
const { addTool } = useTools();
|
|
469
|
+
|
|
470
|
+
useEffect(() => {
|
|
471
|
+
addTool({
|
|
472
|
+
label: "Export",
|
|
473
|
+
icon: <Download />,
|
|
474
|
+
alt: "Export conversation", // tooltip text
|
|
475
|
+
onClick: () => handleExport(),
|
|
476
|
+
});
|
|
477
|
+
}, []);
|
|
288
478
|
}
|
|
289
479
|
```
|
|
290
480
|
|
|
291
|
-
|
|
481
|
+
### CustomTool Type
|
|
482
|
+
|
|
483
|
+
```typescript
|
|
484
|
+
type CustomTool = {
|
|
485
|
+
label: string; // display name
|
|
486
|
+
icon: React.ReactElement; // icon component (e.g. from lucide-react)
|
|
487
|
+
alt?: string; // tooltip text
|
|
488
|
+
onClick: () => void; // click handler
|
|
489
|
+
};
|
|
490
|
+
```
|
|
491
|
+
|
|
492
|
+
## useModels
|
|
493
|
+
|
|
494
|
+
Fetch and manage model selection. Calls `GET /agents/models` on mount and persists the selection to `localStorage`.
|
|
292
495
|
|
|
293
|
-
|
|
496
|
+
```tsx
|
|
497
|
+
import { useModels } from 'langgraph-ui-components/hooks';
|
|
498
|
+
|
|
499
|
+
const {
|
|
500
|
+
models, // ModelOption[] — available models
|
|
501
|
+
selectedModel, // string — currently selected model ID
|
|
502
|
+
setSelectedModel, // update selection (also persists to localStorage)
|
|
503
|
+
loading, // boolean — true while fetching
|
|
504
|
+
} = useModels();
|
|
505
|
+
```
|
|
294
506
|
|
|
295
507
|
```tsx
|
|
296
|
-
|
|
508
|
+
// ModelOption type
|
|
509
|
+
type ModelOption = {
|
|
510
|
+
id: string;
|
|
511
|
+
name: string;
|
|
512
|
+
};
|
|
297
513
|
```
|
|
298
514
|
|
|
515
|
+
Models with "embed" or "rerank" in their ID are automatically filtered out. Selection persists under the localStorage key `"agent-chat:selected-model"` and is safe for SSR environments.
|
|
516
|
+
|
|
299
517
|
## Custom Components
|
|
300
518
|
|
|
301
519
|
You can inject custom React components into chat messages using the `CustomComponentProvider`. Components are registered by name and can be referenced in message content.
|
|
@@ -327,7 +545,7 @@ function App() {
|
|
|
327
545
|
Use the `registerComponent` method from the `useCustomComponents` hook:
|
|
328
546
|
|
|
329
547
|
```tsx
|
|
330
|
-
import { useCustomComponents } from 'langgraph-ui-components/
|
|
548
|
+
import { useCustomComponents } from 'langgraph-ui-components/providers';
|
|
331
549
|
|
|
332
550
|
function RegisterComponent() {
|
|
333
551
|
const { registerComponent } = useCustomComponents();
|
|
@@ -345,29 +563,271 @@ function RegisterComponent() {
|
|
|
345
563
|
- `registerComponents(components)`: Register multiple components at once.
|
|
346
564
|
- `unregisterComponent(name)`: Remove a registered component.
|
|
347
565
|
|
|
566
|
+
## Human-in-the-Loop (HITL) Interrupts
|
|
567
|
+
|
|
568
|
+
LangGraph agents can pause mid-execution and ask a human to review or approve an action before continuing. This library has built-in support for rendering these interrupt requests with custom UI.
|
|
569
|
+
|
|
570
|
+
### How It Works
|
|
571
|
+
|
|
572
|
+
1. Your agent raises an interrupt with an `actionRequests` payload
|
|
573
|
+
2. The library detects `stream.interrupt` and looks up a registered interrupt component by **tool name**
|
|
574
|
+
3. Your component receives the interrupt data and action callbacks
|
|
575
|
+
4. Calling one of the action callbacks resumes the agent
|
|
576
|
+
|
|
577
|
+
### Agent-side Interrupt Format
|
|
578
|
+
|
|
579
|
+
Your LangGraph agent should raise an interrupt with this shape:
|
|
580
|
+
|
|
581
|
+
```python
|
|
582
|
+
from langgraph.types import interrupt
|
|
583
|
+
|
|
584
|
+
interrupt({
|
|
585
|
+
"actionRequests": [
|
|
586
|
+
{
|
|
587
|
+
"name": "send_email", # must match the name you register
|
|
588
|
+
"args": {"to": "user@example.com", "subject": "Hello"},
|
|
589
|
+
"description": "Send a welcome email" # optional
|
|
590
|
+
}
|
|
591
|
+
],
|
|
592
|
+
"reviewConfigs": [
|
|
593
|
+
{
|
|
594
|
+
"actionName": "send_email",
|
|
595
|
+
"allowedDecisions": ["approve", "reject", "edit"]
|
|
596
|
+
}
|
|
597
|
+
]
|
|
598
|
+
})
|
|
599
|
+
```
|
|
600
|
+
|
|
601
|
+
### Registering an Interrupt Component
|
|
602
|
+
|
|
603
|
+
Use `registerInterruptComponent` from `useCustomComponents()` to register a component for a specific tool name:
|
|
604
|
+
|
|
605
|
+
```tsx
|
|
606
|
+
import { useCustomComponents } from 'langgraph-ui-components/providers';
|
|
607
|
+
import type { InterruptComponentProps } from 'langgraph-ui-components/providers';
|
|
608
|
+
import { useEffect } from 'react';
|
|
609
|
+
|
|
610
|
+
function SendEmailInterrupt({ interrupt, actions }: InterruptComponentProps) {
|
|
611
|
+
const request = interrupt.actionRequests[0];
|
|
612
|
+
|
|
613
|
+
return (
|
|
614
|
+
<div className="border rounded p-4">
|
|
615
|
+
<h3>Approve Action: {request.name}</h3>
|
|
616
|
+
<pre>{JSON.stringify(request.args, null, 2)}</pre>
|
|
617
|
+
<div className="flex gap-2 mt-3">
|
|
618
|
+
<button onClick={() => actions.approve()}>Approve</button>
|
|
619
|
+
<button onClick={() => actions.reject("Not needed")}>Reject</button>
|
|
620
|
+
<button onClick={() => actions.edit({ subject: "Updated subject" })}>
|
|
621
|
+
Edit & Approve
|
|
622
|
+
</button>
|
|
623
|
+
</div>
|
|
624
|
+
</div>
|
|
625
|
+
);
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
function App() {
|
|
629
|
+
const { registerInterruptComponent } = useCustomComponents();
|
|
630
|
+
|
|
631
|
+
useEffect(() => {
|
|
632
|
+
// Register for the tool name that matches your agent's interrupt
|
|
633
|
+
registerInterruptComponent('send_email', SendEmailInterrupt);
|
|
634
|
+
}, [registerInterruptComponent]);
|
|
635
|
+
|
|
636
|
+
return <Sidebar />;
|
|
637
|
+
}
|
|
638
|
+
```
|
|
639
|
+
|
|
640
|
+
Or register via `ChatProvider`'s `customComponents` if you prefer props-based setup (note: this is for generative UI components — for interrupts, use `registerInterruptComponent` as above).
|
|
641
|
+
|
|
642
|
+
### `InterruptComponentProps`
|
|
643
|
+
|
|
644
|
+
```typescript
|
|
645
|
+
interface InterruptComponentProps {
|
|
646
|
+
interrupt: {
|
|
647
|
+
actionRequests: Array<{
|
|
648
|
+
name: string;
|
|
649
|
+
args: Record<string, unknown>;
|
|
650
|
+
description?: string;
|
|
651
|
+
}>;
|
|
652
|
+
reviewConfigs: Array<{
|
|
653
|
+
actionName: string;
|
|
654
|
+
allowedDecisions: string[];
|
|
655
|
+
argsSchema?: Record<string, unknown>;
|
|
656
|
+
}>;
|
|
657
|
+
};
|
|
658
|
+
actions: {
|
|
659
|
+
/** Resume the agent with approval */
|
|
660
|
+
approve: () => void;
|
|
661
|
+
/** Resume the agent with rejection */
|
|
662
|
+
reject: (reason?: string) => void;
|
|
663
|
+
/** Resume the agent with edited arguments */
|
|
664
|
+
edit: (editedArgs: Record<string, unknown>) => void;
|
|
665
|
+
};
|
|
666
|
+
}
|
|
667
|
+
```
|
|
668
|
+
|
|
669
|
+
### `useCustomComponents` — Interrupt Methods
|
|
670
|
+
|
|
671
|
+
- `registerInterruptComponent(toolName, component)` — Register a component to render when the agent interrupts for the given tool name
|
|
672
|
+
- `unregisterInterruptComponent(toolName)` — Remove a registered interrupt component
|
|
673
|
+
|
|
674
|
+
### Accessing Interrupt State Directly
|
|
675
|
+
|
|
676
|
+
You can also access the raw interrupt from the stream context if you need to build custom logic:
|
|
677
|
+
|
|
678
|
+
```tsx
|
|
679
|
+
import { useStreamContext } from 'langgraph-ui-components/providers';
|
|
680
|
+
|
|
681
|
+
function MyComponent() {
|
|
682
|
+
const { interrupt, isLoading } = useStreamContext();
|
|
683
|
+
|
|
684
|
+
if (!isLoading && interrupt) {
|
|
685
|
+
console.log('Agent paused:', interrupt.value);
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
```
|
|
689
|
+
|
|
690
|
+
## Deep Agent Todos
|
|
691
|
+
|
|
692
|
+
When your agent works through a multi-step plan, it can expose a `todos` list in its LangGraph state. The library automatically picks this up and renders an **"Agent Plan"** card above the agent's response — showing a progress bar, the currently active step, and a status-icon list of all tasks.
|
|
693
|
+
|
|
694
|
+
### What it looks like
|
|
695
|
+
|
|
696
|
+
```
|
|
697
|
+
┌─────────────────────────────────────────┐
|
|
698
|
+
│ ✦ Agent Plan 2 / 4 done │
|
|
699
|
+
│ Now: Analysing purchase history │
|
|
700
|
+
│ ████████░░░░░░░░░░░░ 50% │
|
|
701
|
+
│ │
|
|
702
|
+
│ ✓ Fetch customer profile │
|
|
703
|
+
│ ✓ Load order history │
|
|
704
|
+
│ ⟳ Analysing purchase history │
|
|
705
|
+
│ ○ Generate recommendations │
|
|
706
|
+
└─────────────────────────────────────────┘
|
|
707
|
+
```
|
|
708
|
+
|
|
709
|
+
Status icons: `✓` completed · `⟳` in_progress (spinning) · `○` pending
|
|
710
|
+
|
|
711
|
+
### Agent-side setup (Python)
|
|
712
|
+
|
|
713
|
+
Add a `todos` field to your LangGraph state and update it as your agent progresses through steps:
|
|
714
|
+
|
|
715
|
+
```python
|
|
716
|
+
from typing import TypedDict, Literal
|
|
717
|
+
from langgraph.graph import StateGraph
|
|
718
|
+
|
|
719
|
+
class TodoItem(TypedDict):
|
|
720
|
+
id: str
|
|
721
|
+
content: str
|
|
722
|
+
status: Literal["pending", "in_progress", "completed"]
|
|
723
|
+
|
|
724
|
+
class AgentState(TypedDict):
|
|
725
|
+
messages: list
|
|
726
|
+
todos: list[TodoItem]
|
|
727
|
+
|
|
728
|
+
def plan_node(state: AgentState):
|
|
729
|
+
return {
|
|
730
|
+
"todos": [
|
|
731
|
+
{"id": "1", "content": "Fetch customer profile", "status": "pending"},
|
|
732
|
+
{"id": "2", "content": "Load order history", "status": "pending"},
|
|
733
|
+
{"id": "3", "content": "Analyse purchase history", "status": "pending"},
|
|
734
|
+
{"id": "4", "content": "Generate recommendations", "status": "pending"},
|
|
735
|
+
]
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
def step_1(state: AgentState):
|
|
739
|
+
# Mark step 1 in_progress, then completed when done
|
|
740
|
+
return {
|
|
741
|
+
"todos": [
|
|
742
|
+
{"id": "1", "content": "Fetch customer profile", "status": "completed"},
|
|
743
|
+
{"id": "2", "content": "Load order history", "status": "in_progress"},
|
|
744
|
+
{"id": "3", "content": "Analyse purchase history", "status": "pending"},
|
|
745
|
+
{"id": "4", "content": "Generate recommendations", "status": "pending"},
|
|
746
|
+
]
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
# ... continue updating todos in each node
|
|
750
|
+
```
|
|
751
|
+
|
|
752
|
+
The UI reads `todos` directly from the LangGraph state values — no extra configuration needed on the frontend.
|
|
753
|
+
|
|
754
|
+
### How the UI handles it
|
|
755
|
+
|
|
756
|
+
- **During streaming** — the `todos` list updates live as the agent emits new state values. The progress bar and "Now: …" subtitle reflect the current `in_progress` item.
|
|
757
|
+
- **After streaming** — the final todos are frozen against the message group, so the card persists correctly when scrolling back through history.
|
|
758
|
+
- **Subgraph support** — when `streamSubgraphs: true`, the library scans nested update events for non-empty `todos` arrays so subgraph nodes don't accidentally overwrite the parent's todo state.
|
|
759
|
+
- **Empty arrays** — if an event contains `todos: []` (common in subgraph value events that don't own the todos state), the previous todos are preserved rather than cleared.
|
|
760
|
+
|
|
761
|
+
### `TodoItem` type
|
|
762
|
+
|
|
763
|
+
```typescript
|
|
764
|
+
import type { TodoItem } from 'langgraph-ui-components';
|
|
765
|
+
|
|
766
|
+
type TodoItem = {
|
|
767
|
+
id: string;
|
|
768
|
+
content: string;
|
|
769
|
+
status: "pending" | "in_progress" | "completed";
|
|
770
|
+
updatedAt?: string | number | Date; // raw JSON value from stream, not normalized
|
|
771
|
+
run_id?: string;
|
|
772
|
+
runId?: string;
|
|
773
|
+
messageId?: string;
|
|
774
|
+
checkpoint?: string;
|
|
775
|
+
};
|
|
776
|
+
```
|
|
777
|
+
|
|
778
|
+
### Enabling tool call indicators alongside todos
|
|
779
|
+
|
|
780
|
+
`enableToolCallIndicator` must be `true` (the default) for the Agent Plan card to appear, since the card is part of the agent message rendering pipeline:
|
|
781
|
+
|
|
782
|
+
```tsx
|
|
783
|
+
<Sidebar enableToolCallIndicator={true} />
|
|
784
|
+
// or
|
|
785
|
+
<Chat enableToolCallIndicator={true} />
|
|
786
|
+
```
|
|
787
|
+
|
|
788
|
+
---
|
|
789
|
+
|
|
790
|
+
## chatBodyProps
|
|
791
|
+
|
|
792
|
+
The `chatBodyProps` prop on both `Chat` and `Sidebar` customizes how agent messages are displayed:
|
|
793
|
+
|
|
794
|
+
```tsx
|
|
795
|
+
<Sidebar
|
|
796
|
+
chatBodyProps={{
|
|
797
|
+
agentName: "Aria",
|
|
798
|
+
agentAvatarUrl: "https://example.com/avatar.png",
|
|
799
|
+
fontSize: "15px",
|
|
800
|
+
}}
|
|
801
|
+
/>
|
|
802
|
+
```
|
|
803
|
+
|
|
804
|
+
**Props:**
|
|
805
|
+
- `agentName?: string` — Display name shown above agent messages. Default: `"Agent"`
|
|
806
|
+
- `agentAvatarUrl?: string` — URL for the agent avatar image
|
|
807
|
+
- `fontSize?: string` — Font size for message text (e.g. `"14px"`, `"1rem"`)
|
|
808
|
+
|
|
348
809
|
## Types
|
|
349
810
|
|
|
350
811
|
Full TypeScript definitions available for:
|
|
351
|
-
- `ChatIdentity`
|
|
352
|
-
- `ChatRuntimeContextValue`
|
|
353
|
-
- `FileInfo`
|
|
354
|
-
- `SuggestionsOptions`
|
|
355
|
-
- `SuggestionConfig`
|
|
356
|
-
- `ThreadMode`
|
|
357
|
-
- `ThreadConfiguration`
|
|
358
|
-
- `ThreadContextType`
|
|
359
|
-
- `StateType`
|
|
360
|
-
- `
|
|
361
|
-
- `
|
|
362
|
-
- `
|
|
363
|
-
- `
|
|
364
|
-
- `
|
|
365
|
-
- `
|
|
366
|
-
- `
|
|
367
|
-
- `
|
|
368
|
-
- `
|
|
369
|
-
- `
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
`langgraph ui components` `react` `chat-ui` `ai-components` `chatbot` `sidebar` `streaming` `langchain` `assistant` `chatgpt-ui`
|
|
812
|
+
- `ChatIdentity` — user/org identity + auth token
|
|
813
|
+
- `ChatRuntimeContextValue` — `useChatRuntime()` return type
|
|
814
|
+
- `FileInfo` — `{ fileName, fileType, file?, fileData?, metadata? }`
|
|
815
|
+
- `SuggestionsOptions` — options for `useChatSuggestions`
|
|
816
|
+
- `SuggestionConfig` — internal suggestion config shape
|
|
817
|
+
- `ThreadMode` — `"single" | "multi"`
|
|
818
|
+
- `ThreadConfiguration` — `Record<string, unknown>` passed to LangGraph config
|
|
819
|
+
- `ThreadContextType` — `useThread()` return type
|
|
820
|
+
- `StateType` — `{ messages, ui?, suggestions?, todos? }`
|
|
821
|
+
- `TodoItem` — `{ id, content, status, updatedAt?, run_id?, runId?, messageId?, checkpoint? }`
|
|
822
|
+
- `CustomComponentContextValue` — `useCustomComponents()` return type
|
|
823
|
+
- `InterruptComponentProps` — props for HITL interrupt components
|
|
824
|
+
- `CustomTool` — `{ label, icon, alt?, onClick }`
|
|
825
|
+
- `ModelOption` — `{ id, name }`
|
|
826
|
+
- `ChatProps` — base props shared by Chat and Sidebar
|
|
827
|
+
- `ChatSidebarProps` — Sidebar-specific props (extends ChatProps)
|
|
828
|
+
- `ChatUIProps` — Chat-specific props (extends ChatProps)
|
|
829
|
+
- `CallThisOnSubmitResponse` — `{ files?, contextValues? }`
|
|
830
|
+
- `chatBodyProps` — `{ agentName?, agentAvatarUrl?, fontSize? }`
|
|
831
|
+
- `headerProps` — `{ title?, logoUrl? }`
|
|
832
|
+
- `textToSpeechVoice` — `{ apiUrl, apiKey, model }`
|
|
833
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.cjs.js");var e=r.__require();exports.prismExports=e;
|
|
2
2
|
//# sourceMappingURL=index.cjs.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e={};exports.__exports=e;
|
|
2
2
|
//# sourceMappingURL=index.cjs2.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";const e=require("./_commonjsHelpers.cjs.js"),r=require("../node_modules/.pnpm
|
|
1
|
+
"use strict";const e=require("./_commonjsHelpers.cjs.js"),r=require("../node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/regenerator/index.cjs.js");var t=r.__require();const o=e.getDefaultExportFromCjs(t);module.exports=o;
|
|
2
2
|
//# sourceMappingURL=index.cjs3.js.map
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
import { __require as
|
|
2
|
-
|
|
1
|
+
import { __require as r } from "../node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.es.js";
|
|
2
|
+
var i = /* @__PURE__ */ r();
|
|
3
|
+
export {
|
|
4
|
+
i as p
|
|
5
|
+
};
|
|
3
6
|
//# sourceMappingURL=index.es.js.map
|