langgraph-ui-components 0.0.23 → 0.0.25
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 +71 -25
- package/dist/_virtual/index.cjs.js +1 -1
- package/dist/_virtual/index.cjs12.js +1 -1
- package/dist/_virtual/index.cjs2.js +1 -1
- package/dist/_virtual/index.cjs3.js +1 -1
- package/dist/_virtual/index.cjs4.js +1 -1
- package/dist/_virtual/index.cjs5.js +1 -1
- package/dist/_virtual/index.cjs6.js +1 -1
- package/dist/_virtual/index.cjs7.js +1 -1
- package/dist/_virtual/index.cjs8.js +1 -1
- package/dist/_virtual/index.es.js +2 -5
- package/dist/_virtual/index.es12.js +5 -2
- package/dist/_virtual/index.es12.js.map +1 -1
- package/dist/_virtual/index.es2.js +2 -7
- package/dist/_virtual/index.es2.js.map +1 -1
- package/dist/_virtual/index.es3.js +7 -2
- package/dist/_virtual/index.es3.js.map +1 -1
- package/dist/_virtual/index.es4.js +3 -5
- package/dist/_virtual/index.es4.js.map +1 -1
- package/dist/_virtual/index.es5.js +4 -2
- package/dist/_virtual/index.es5.js.map +1 -1
- package/dist/_virtual/index.es6.js +2 -2
- package/dist/_virtual/index.es7.js +2 -2
- package/dist/_virtual/index.es8.js +2 -2
- 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 +130 -116
- package/dist/components/ChatBody.es.js.map +1 -1
- package/dist/components/Thinking.cjs.js +1 -1
- package/dist/components/Thinking.cjs.js.map +1 -1
- package/dist/components/Thinking.d.ts.map +1 -1
- package/dist/components/Thinking.es.js +10 -13
- package/dist/components/Thinking.es.js.map +1 -1
- package/dist/components/messages/AgentMessage.cjs.js +1 -1
- package/dist/components/messages/AgentMessage.cjs.js.map +1 -1
- package/dist/components/messages/AgentMessage.d.ts.map +1 -1
- package/dist/components/messages/AgentMessage.es.js +60 -51
- package/dist/components/messages/AgentMessage.es.js.map +1 -1
- package/dist/components/sidebar/ChatInput.cjs.js +1 -1
- package/dist/components/sidebar/ChatInput.cjs.js.map +1 -1
- package/dist/components/sidebar/ChatInput.es.js +30 -30
- package/dist/components/sidebar/ChatInput.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 +5 -4
- 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 +6 -5
- package/dist/entries/hooks.es.js.map +1 -1
- package/dist/entries/providers.cjs.js +1 -1
- package/dist/entries/providers.d.ts.map +1 -1
- package/dist/entries/providers.es.js +19 -18
- package/dist/entries/providers.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +29 -28
- package/dist/index.es.js.map +1 -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 +2 -0
- 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 +1 -0
- 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 +12 -0
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- 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 +66 -0
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_}/node_modules/@langchain/core/dist/messages/block_translators/anthropic.es.js +77 -89
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 +50 -54
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- 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 +42 -0
- 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 +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- 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 +77 -0
- 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 +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 +11 -11
- 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 +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- 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 +23 -0
- 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 +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_}/node_modules/@langchain/core/dist/messages/block_translators/openai.es.js +81 -39
- 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 +1 -0
- 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 +1 -0
- package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_}/node_modules/@langchain/core/dist/messages/block_translators/utils.es.js +4 -4
- 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 +1 -0
- 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 +1 -0
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- 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 +16 -0
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- 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 +9 -0
- 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 +1 -0
- 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 +1 -0
- package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 +1 -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 +1 -0
- 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 +2 -0
- 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 +1 -0
- 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 +230 -0
- 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 +1 -0
- 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 +3 -0
- 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 +1 -0
- package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 +7 -11
- 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 +1 -0
- 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 +3 -0
- package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_}/node_modules/@langchain/core/dist/utils/json.cjs.js.map +1 -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 +133 -0
- package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_}/node_modules/@langchain/core/dist/utils/json.es.js.map +1 -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 +2 -0
- 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 +1 -0
- 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 +29 -0
- 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 +1 -0
- package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_}/node_modules/@langchain/core/dist/utils/sax-js/sax.cjs.js +5 -5
- 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 +1 -0
- package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @langchain_core@1.1.33_openai@6.16.0_zod@4.3.5_}/node_modules/@langchain/core/dist/utils/sax-js/sax.es.js +81 -90
- 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 +1 -0
- package/dist/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles/index.cjs.js +1 -1
- package/dist/node_modules/.pnpm/ansi-styles@5.2.0/node_modules/ansi-styles/index.es.js +1 -1
- package/dist/node_modules/.pnpm/camelcase@6.3.0/node_modules/camelcase/index.cjs.js +1 -1
- package/dist/node_modules/.pnpm/camelcase@6.3.0/node_modules/camelcase/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/camelcase@6.3.0/node_modules/camelcase/index.es.js +1 -1
- package/dist/node_modules/.pnpm/eventemitter3@4.0.7/node_modules/eventemitter3/index.cjs.js +1 -1
- package/dist/node_modules/.pnpm/eventemitter3@4.0.7/node_modules/eventemitter3/index.es.js +1 -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 +2 -0
- 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 +1 -0
- 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 +3 -0
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- 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 +6 -0
- package/dist/node_modules/.pnpm/{langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fast-safe-stringify/index.cjs.js.map → langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fast-safe-stringify/index.es.js.map} +1 -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 +2 -0
- 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 +1 -0
- 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 +14 -0
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- 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 +3 -0
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- package/dist/node_modules/.pnpm/{langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts_cache.es.js → langsmith@0.5.10_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompt_cache/index.es.js} +53 -57
- 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 +1 -0
- 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 +2 -0
- 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 +1 -0
- 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 +22 -0
- 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 +1 -0
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/index.cjs.js +1 -1
- package/dist/node_modules/.pnpm/p-queue@6.6.2/node_modules/p-queue/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/p-timeout@3.2.0/node_modules/p-timeout/index.cjs.js +1 -1
- package/dist/node_modules/.pnpm/p-timeout@3.2.0/node_modules/p-timeout/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/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.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.es.js +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.es.js +32 -32
- package/dist/pages/Sidebar/sidebar.es.js.map +1 -1
- package/dist/providers/ChatRuntime.es.js +4 -4
- package/dist/providers/Stream.cjs.js +1 -1
- package/dist/providers/Stream.cjs.js.map +1 -1
- package/dist/providers/Stream.d.ts.map +1 -1
- package/dist/providers/Stream.es.js +103 -86
- package/dist/providers/Stream.es.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +20 -7
- package/src/components/ChatBody.tsx +45 -26
- package/src/components/Thinking.tsx +0 -1
- package/src/components/messages/AgentMessage.tsx +27 -9
- package/src/components/sidebar/ChatInput.tsx +5 -5
- package/src/entries/components.ts +2 -0
- package/src/entries/hooks.ts +2 -0
- package/src/entries/providers.ts +2 -0
- package/src/index.css +3 -0
- package/src/index.ts +2 -0
- package/src/pages/Sidebar/sidebar.tsx +1 -1
- package/src/providers/Stream.tsx +41 -0
- package/dist/_virtual/index.cjs13.js +0 -2
- package/dist/_virtual/index.cjs13.js.map +0 -1
- package/dist/_virtual/index.es13.js +0 -8
- package/dist/_virtual/index.es13.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/deep-compare-strict.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/deep-compare-strict.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/deep-compare-strict.es.js +0 -32
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/deep-compare-strict.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/dereference.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/dereference.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/dereference.es.js +0 -103
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/dereference.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/format.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/format.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/format.es.js +0 -68
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/format.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/pointer.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/pointer.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/pointer.es.js +0 -11
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/pointer.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/ucs2-length.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/ucs2-length.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/ucs2-length.es.js +0 -10
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/ucs2-length.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/validate.cjs.js +0 -5
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/validate.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/validate.es.js +0 -526
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/validate.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/validator.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/validator.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/validator.es.js +0 -21
- package/dist/node_modules/.pnpm/@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/validator.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/_virtual/rolldown_runtime.es.js +0 -10
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/base.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/base.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/base.es.js +0 -88
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/base.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/manager.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/manager.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/manager.es.js +0 -376
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/manager.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/promises.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/promises.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/promises.es.js +0 -13
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/callbacks/promises.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/errors/index.cjs.js +0 -5
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/errors/index.es.js +0 -10
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/map_keys.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/map_keys.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/map_keys.es.js +0 -15
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/map_keys.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/serializable.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/serializable.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/serializable.es.js +0 -122
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/serializable.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/validation.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/validation.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/validation.es.js +0 -36
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/load/validation.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/ai.cjs.js +0 -4
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/ai.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/ai.es.js +0 -201
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/ai.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/base.cjs.js +0 -6
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/base.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/base.es.js +0 -232
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/base.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/data.es.js +0 -64
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/block_translators/index.es.js +0 -27
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/chat.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/chat.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/chat.es.js +0 -70
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/chat.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/data.es.js +0 -93
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/index.es.js +0 -12
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/multimodal.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/multimodal.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/multimodal.es.js +0 -11
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/multimodal.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/tools.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/tools.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/tools.es.js +0 -12
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/content/tools.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/format.cjs.js +0 -3
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/format.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/format.es.js +0 -26
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/format.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/function.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/function.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/function.es.js +0 -39
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/function.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/human.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/human.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/human.es.js +0 -46
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/human.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/index.es.js +0 -148
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/message.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/message.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/message.es.js +0 -7
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/message.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/metadata.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/metadata.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/metadata.es.js +0 -30
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/metadata.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/modifier.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/modifier.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/modifier.es.js +0 -27
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/modifier.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/system.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/system.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/system.es.js +0 -70
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/system.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/tool.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/tool.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/tool.es.js +0 -137
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/tool.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/transformers.cjs.js +0 -5
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/transformers.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/transformers.es.js +0 -266
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/transformers.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/utils.cjs.js +0 -5
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/utils.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/utils.es.js +0 -210
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/messages/utils.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/base.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/base.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/base.es.js +0 -72
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/base.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/bytes.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/bytes.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/bytes.es.js +0 -23
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/bytes.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/index.es.js +0 -59
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/json.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/json.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/json.es.js +0 -46
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/json.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/list.cjs.js +0 -14
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/list.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/list.es.js +0 -146
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/list.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/string.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/string.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/string.es.js +0 -53
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/string.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/structured.cjs.js +0 -25
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/structured.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/structured.es.js +0 -147
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/structured.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/transform.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/transform.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/transform.es.js +0 -62
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/transform.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/xml.cjs.js +0 -26
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/xml.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/xml.es.js +0 -100
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/xml.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/outputs.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/outputs.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/outputs.es.js +0 -46
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/outputs.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/base.cjs.js +0 -3
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/base.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/base.es.js +0 -1237
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/base.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/branch.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/branch.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/branch.es.js +0 -99
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/branch.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/config.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/config.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/config.es.js +0 -110
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/config.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/graph.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/graph.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/graph.es.js +0 -184
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/graph.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/graph_mermaid.cjs.js +0 -12
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/graph_mermaid.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/graph_mermaid.es.js +0 -89
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/graph_mermaid.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/history.cjs.js +0 -4
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/history.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/history.es.js +0 -79
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/history.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/index.es.js +0 -61
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/iter.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/iter.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/iter.es.js +0 -33
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/iter.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/passthrough.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/passthrough.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/passthrough.es.js +0 -65
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/passthrough.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/router.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/router.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/router.es.js +0 -37
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/router.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/utils.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/utils.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/utils.es.js +0 -26
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/utils.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/wrappers.cjs.js +0 -7
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/wrappers.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/wrappers.es.js +0 -17
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/runnables/wrappers.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/context.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/context.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/context.es.js +0 -12
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/context.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/globals.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/globals.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/globals.es.js +0 -9
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/globals.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/index.es.js +0 -44
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/async_local_storage/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/callbacks.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/callbacks.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/callbacks.es.js +0 -33
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/callbacks.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/index.es.js +0 -16
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/tracer.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/tracer.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/tracer.es.js +0 -15
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/singletons/tracer.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tools/utils.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tools/utils.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tools/utils.es.js +0 -14
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tools/utils.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/base.cjs.js +0 -4
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/base.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/base.es.js +0 -347
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/base.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/console.es.js +0 -187
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/event_stream.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/event_stream.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/event_stream.es.js +0 -293
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/event_stream.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/log_stream.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/log_stream.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/log_stream.es.js +0 -209
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/log_stream.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/root_listener.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/root_listener.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/root_listener.es.js +0 -31
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/root_listener.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/tracer_langchain.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/tracer_langchain.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/tracer_langchain.es.js +0 -94
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/tracers/tracer_langchain.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/async_caller.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/async_caller.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/async_caller.es.js +0 -66
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/async_caller.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/callbacks.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/callbacks.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/callbacks.es.js +0 -11
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/callbacks.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/env.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/env.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/env.es.js +0 -42
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/env.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_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.13_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.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/core.es.js +0 -236
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/duplex.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/duplex.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/duplex.es.js +0 -54
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/fast-json-patch/src/duplex.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_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.13_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.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/is-network-error/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/is-network-error/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/is-network-error/index.es.js +0 -20
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/is-network-error/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json.cjs.js +0 -5
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json.es.js +0 -146
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json_patch.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json_patch.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json_patch.es.js +0 -15
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json_patch.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json_schema.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json_schema.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json_schema.es.js +0 -50
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/json_schema.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/p-retry/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/p-retry/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/p-retry/index.es.js +0 -96
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/p-retry/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_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.13_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/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/signal.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/signal.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/signal.es.js +0 -20
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/signal.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/stream.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/stream.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/stream.es.js +0 -161
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/stream.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/types/zod.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/types/zod.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/types/zod.es.js +0 -137
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/types/zod.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Options.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Options.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Options.es.js +0 -33
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Options.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Refs.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Refs.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Refs.es.js +0 -27
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/Refs.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/errorMessages.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/errorMessages.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/errorMessages.es.js +0 -14
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/errorMessages.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/getRelativePath.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/getRelativePath.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/getRelativePath.es.js +0 -9
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/getRelativePath.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parseDef.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parseDef.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parseDef.es.js +0 -42
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parseDef.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/any.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/any.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/any.es.js +0 -14
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/any.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/array.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/array.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/array.es.js +0 -14
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/array.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/bigint.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/bigint.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/bigint.es.js +0 -24
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/bigint.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/boolean.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/boolean.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/boolean.es.js +0 -7
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/boolean.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/branded.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/branded.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/branded.es.js +0 -8
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/branded.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/catch.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/catch.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/catch.es.js +0 -6
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/catch.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/date.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/date.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/date.es.js +0 -40
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/date.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/default.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/default.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/default.es.js +0 -11
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/default.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/effects.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/effects.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/effects.es.js +0 -9
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/effects.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/enum.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/enum.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/enum.es.js +0 -10
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/enum.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/intersection.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/intersection.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/intersection.es.js +0 -40
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/intersection.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/literal.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/literal.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/literal.es.js +0 -14
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/literal.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/map.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/map.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/map.es.js +0 -37
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/map.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nativeEnum.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nativeEnum.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nativeEnum.es.js +0 -11
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nativeEnum.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/never.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/never.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/never.es.js +0 -11
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/never.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/null.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/null.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/null.es.js +0 -10
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/null.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nullable.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nullable.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nullable.es.js +0 -41
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/nullable.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/number.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/number.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/number.es.js +0 -24
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/number.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/object.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/object.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/object.es.js +0 -55
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/object.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/optional.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/optional.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/optional.es.js +0 -18
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/optional.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/pipeline.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/pipeline.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/pipeline.es.js +0 -25
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/pipeline.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/promise.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/promise.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/promise.es.js +0 -8
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/promise.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/readonly.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/readonly.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/readonly.es.js +0 -6
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/readonly.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/record.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/record.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/record.es.js +0 -55
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/record.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/set.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/set.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/set.es.js +0 -17
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/set.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/string.cjs.js +0 -6
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/string.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/string.es.js +0 -199
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/string.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/tuple.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/tuple.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/tuple.es.js +0 -35
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/tuple.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/undefined.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/undefined.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/undefined.es.js +0 -8
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/undefined.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/union.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/union.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/union.es.js +0 -62
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/union.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/unknown.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/unknown.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/unknown.es.js +0 -8
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/parsers/unknown.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/selectParser.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/selectParser.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/selectParser.es.js +0 -110
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/selectParser.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/zodToJsonSchema.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/zodToJsonSchema.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/zodToJsonSchema.es.js +0 -32
- package/dist/node_modules/.pnpm/@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/utils/zod-to-json-schema/zodToJsonSchema.es.js.map +0 -1
- package/dist/node_modules/.pnpm/decamelize@1.2.0/node_modules/decamelize/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/decamelize@1.2.0/node_modules/decamelize/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/decamelize@1.2.0/node_modules/decamelize/index.es.js +0 -12
- package/dist/node_modules/.pnpm/decamelize@1.2.0/node_modules/decamelize/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/client.cjs.js +0 -32
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/client.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/client.es.js +0 -2737
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/client.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/env.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/env.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/env.es.js +0 -6
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/env.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/experimental/otel/constants.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/experimental/otel/constants.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/experimental/otel/constants.es.js +0 -37
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/experimental/otel/constants.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/experimental/otel/translator.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/experimental/otel/translator.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/experimental/otel/translator.es.js +0 -167
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/experimental/otel/translator.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/index.es.js +0 -10
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/run_trees.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/run_trees.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/run_trees.es.js +0 -683
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/run_trees.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/constants.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/constants.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/constants.es.js +0 -6
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/constants.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/fetch.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/fetch.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/fetch.es.js +0 -17
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/fetch.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/otel.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/otel.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/otel.es.js +0 -88
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/otel.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/traceable.cjs.js +0 -4
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/traceable.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/traceable.es.js +0 -34
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/singletons/traceable.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_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.4.6_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.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/_uuid.es.js +0 -18
- package/dist/node_modules/.pnpm/langsmith@0.4.6_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.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/async_caller.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/async_caller.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/async_caller.es.js +0 -98
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/async_caller.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/context_vars.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/context_vars.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/context_vars.es.js +0 -17
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/context_vars.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/env.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/env.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/env.es.js +0 -107
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/env.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/error.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/error.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/error.es.js +0 -73
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/error.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fast-safe-stringify/index.cjs.js +0 -4
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/fast-safe-stringify/index.es.js +0 -114
- package/dist/node_modules/.pnpm/langsmith@0.4.6_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.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/is-network-error/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/is-network-error/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/is-network-error/index.es.js +0 -31
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/is-network-error/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/messages.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/messages.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/messages.es.js +0 -15
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/messages.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/p-retry/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/p-retry/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/p-retry/index.es.js +0 -109
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/p-retry/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/project.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/project.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/project.es.js +0 -7
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/project.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts.es.js +0 -20
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts_cache.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts_cache.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts_cache.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts_cache_fs.browser.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts_cache_fs.browser.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts_cache_fs.browser.es.js +0 -11
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/prompts_cache_fs.browser.es.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/warn.cjs.js +0 -2
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/warn.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/warn.es.js +0 -8
- package/dist/node_modules/.pnpm/langsmith@0.4.6_openai@6.16.0_zod@4.3.5_/node_modules/langsmith/dist/utils/warn.es.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/native.cjs.js +0 -2
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/native.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/native.es.js +0 -8
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/native.es.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/parse.cjs.js +0 -2
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/parse.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/parse.es.js +0 -11
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/parse.es.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/regex.cjs.js +0 -2
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/regex.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/regex.es.js +0 -5
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/regex.es.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/rng.cjs.js +0 -2
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/rng.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/rng.es.js +0 -10
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/rng.es.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/sha1.cjs.js +0 -2
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/sha1.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/sha1.es.js +0 -47
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/sha1.es.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/stringify.cjs.js +0 -2
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/stringify.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/stringify.es.js +0 -10
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/stringify.es.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v35.cjs.js +0 -2
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v35.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v35.es.js +0 -35
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v35.es.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v4.cjs.js +0 -2
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v4.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v4.es.js +0 -14
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v4.es.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v5.cjs.js +0 -2
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v5.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v5.es.js +0 -7
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v5.es.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v7.cjs.js +0 -2
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v7.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v7.es.js +0 -12
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/v7.es.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/validate.cjs.js +0 -2
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/validate.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/validate.es.js +0 -8
- package/dist/node_modules/.pnpm/uuid@10.0.0/node_modules/uuid/dist/esm-browser/validate.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/ZodError.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/ZodError.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/ZodError.es.js +0 -88
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/ZodError.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/errors.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/errors.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/errors.es.js +0 -10
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/errors.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/errorUtil.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/errorUtil.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/errorUtil.es.js +0 -8
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/errorUtil.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/parseUtil.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/parseUtil.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/parseUtil.es.js +0 -98
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/parseUtil.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/util.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/util.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/util.es.js +0 -95
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/helpers/util.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/locales/en.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/locales/en.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/locales/en.es.js +0 -62
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/locales/en.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/types.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/types.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/types.es.js +0 -2337
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v3/types.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/api.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/api.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/api.es.js +0 -13
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/api.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/core.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/core.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/core.es.js +0 -50
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/core.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/errors.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/errors.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/errors.es.js +0 -19
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/errors.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/json-schema-processors.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/json-schema-processors.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/json-schema-processors.es.js +0 -346
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/json-schema-processors.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/parse.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/parse.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/parse.es.js +0 -36
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/parse.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/registries.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/registries.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/registries.es.js +0 -41
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/registries.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/schemas.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/schemas.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/schemas.es.js +0 -93
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/schemas.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/to-json-schema.cjs.js +0 -4
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/to-json-schema.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/to-json-schema.es.js +0 -240
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/to-json-schema.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/util.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/util.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/util.es.js +0 -64
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/util.es.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/versions.cjs.js +0 -2
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/versions.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/versions.es.js +0 -9
- package/dist/node_modules/.pnpm/zod@4.3.5/node_modules/zod/v4/core/versions.es.js.map +0 -1
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
- /package/dist/node_modules/.pnpm/{@langchain_core@1.1.13_openai@6.16.0_zod@4.3.5_ → @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 -0
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const S=require("../utils/types/zod.cjs.js"),d=require("../utils/json_schema.cjs.js"),n=require("./base.cjs.js"),c=require("../../../../../../zod@4.3.5/node_modules/zod/v3/types.cjs.js");var l=class extends n.BaseOutputParser{static lc_name(){return"StructuredOutputParser"}lc_namespace=["langchain","output_parsers","structured"];toJSON(){return this.toJSONNotImplemented()}constructor(r){super(r),this.schema=r}static fromZodSchema(r){return new this(r)}static fromNamesAndDescriptions(r){const e=c.object(Object.fromEntries(Object.entries(r).map(([t,s])=>[t,c.string().describe(s)])));return new this(e)}getFormatInstructions(){return`You must format your output as a JSON value that adheres to a given "JSON Schema" instance.
|
|
2
|
-
|
|
3
|
-
"JSON Schema" is a declarative language that allows you to annotate and validate JSON documents.
|
|
4
|
-
|
|
5
|
-
For example, the example "JSON Schema" instance {{"properties": {{"foo": {{"description": "a list of test words", "type": "array", "items": {{"type": "string"}}}}}}, "required": ["foo"]}}
|
|
6
|
-
would match an object with one required property, "foo". The "type" property specifies "foo" must be an "array", and the "description" property semantically describes it as "a list of test words". The items within "foo" must be strings.
|
|
7
|
-
Thus, the object {{"foo": ["bar", "baz"]}} is a well-formatted instance of this example "JSON Schema". The object {{"properties": {{"foo": ["bar", "baz"]}}}} is not well-formatted.
|
|
8
|
-
|
|
9
|
-
Your output will be parsed and type-checked according to the provided schema instance, so make sure all fields in your output match the schema exactly and there are no trailing commas!
|
|
10
|
-
|
|
11
|
-
Here is the JSON Schema instance your output must adhere to. Include the enclosing markdown codeblock:
|
|
12
|
-
\`\`\`json
|
|
13
|
-
${JSON.stringify(d.toJsonSchema(this.schema))}
|
|
14
|
-
\`\`\`
|
|
15
|
-
`}async parse(r){try{const e=r.trim(),s=(e.match(/^```(?:json)?\s*([\s\S]*?)```/)?.[1]||e.match(/```json\s*([\s\S]*?)```/)?.[1]||e).replace(/"([^"\\]*(\\.[^"\\]*)*)"/g,(o,i)=>`"${i.replace(/\n/g,"\\n")}"`).replace(/\n/g,"");return await S.interopParseAsync(this.schema,JSON.parse(s))}catch(e){throw new n.OutputParserException(`Failed to parse. Text: "${r}". Error: ${e}`,r)}}},h=class extends l{static lc_name(){return"JsonMarkdownStructuredOutputParser"}getFormatInstructions(r){const e=r?.interpolationDepth??1;if(e<1)throw new Error("f string interpolation depth must be at least 1");return`Return a markdown code snippet with a JSON object formatted to look like:
|
|
16
|
-
\`\`\`json
|
|
17
|
-
${this._schemaToInstruction(d.toJsonSchema(this.schema)).replaceAll("{","{".repeat(e)).replaceAll("}","}".repeat(e))}
|
|
18
|
-
\`\`\``}_schemaToInstruction(r,e=2){const t=r;if("type"in t){let s=!1,o;if(Array.isArray(t.type)){const a=t.type.findIndex(p=>p==="null");a!==-1&&(s=!0,t.type.splice(a,1)),o=t.type.join(" | ")}else o=t.type;if(t.type==="object"&&t.properties){const a=t.description?` // ${t.description}`:"";return`{
|
|
19
|
-
${Object.entries(t.properties).map(([m,y])=>{const f=t.required?.includes(m)?"":" (optional)";return`${" ".repeat(e)}"${m}": ${this._schemaToInstruction(y,e+2)}${f}`}).join(`
|
|
20
|
-
`)}
|
|
21
|
-
${" ".repeat(e-2)}}${a}`}if(t.type==="array"&&t.items){const a=t.description?` // ${t.description}`:"";return`array[
|
|
22
|
-
${" ".repeat(e)}${this._schemaToInstruction(t.items,e+2)}
|
|
23
|
-
${" ".repeat(e-2)}] ${a}`}const i=s?" (nullable)":"",u=t.description?` // ${t.description}`:"";return`${o}${u}${i}`}if("anyOf"in t)return t.anyOf.map(s=>this._schemaToInstruction(s,e)).join(`
|
|
24
|
-
${" ".repeat(e-2)}`);throw new Error("unsupported schema type")}static fromZodSchema(r){return new this(r)}static fromNamesAndDescriptions(r){const e=c.object(Object.fromEntries(Object.entries(r).map(([t,s])=>[t,c.string().describe(s)])));return new this(e)}},O=class extends n.BaseOutputParser{structuredInputParser;constructor({inputSchema:r}){super(...arguments),this.structuredInputParser=new h(r)}async parse(r){let e;try{e=await this.structuredInputParser.parse(r)}catch(t){throw new n.OutputParserException(`Failed to parse. Text: "${r}". Error: ${t}`,r)}return this.outputProcessor(e)}getFormatInstructions(){return this.structuredInputParser.getFormatInstructions()}};exports.AsymmetricStructuredOutputParser=O;exports.JsonMarkdownStructuredOutputParser=h;exports.StructuredOutputParser=l;
|
|
25
|
-
//# sourceMappingURL=structured.cjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"structured.cjs.js","sources":["../../../../../../../../../node_modules/.pnpm/@langchain+core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/structured.js"],"sourcesContent":["import { interopParseAsync } from \"../utils/types/zod.js\";\nimport { toJsonSchema } from \"../utils/json_schema.js\";\nimport { BaseOutputParser, OutputParserException } from \"./base.js\";\nimport { z } from \"zod/v3\";\n\n//#region src/output_parsers/structured.ts\nvar StructuredOutputParser = class extends BaseOutputParser {\n\tstatic lc_name() {\n\t\treturn \"StructuredOutputParser\";\n\t}\n\tlc_namespace = [\n\t\t\"langchain\",\n\t\t\"output_parsers\",\n\t\t\"structured\"\n\t];\n\ttoJSON() {\n\t\treturn this.toJSONNotImplemented();\n\t}\n\tconstructor(schema) {\n\t\tsuper(schema);\n\t\tthis.schema = schema;\n\t}\n\t/**\n\t* Creates a new StructuredOutputParser from a Zod schema.\n\t* @param schema The Zod schema which the output should match\n\t* @returns A new instance of StructuredOutputParser.\n\t*/\n\tstatic fromZodSchema(schema) {\n\t\treturn new this(schema);\n\t}\n\t/**\n\t* Creates a new StructuredOutputParser from a set of names and\n\t* descriptions.\n\t* @param schemas An object where each key is a name and each value is a description\n\t* @returns A new instance of StructuredOutputParser.\n\t*/\n\tstatic fromNamesAndDescriptions(schemas) {\n\t\tconst zodSchema = z.object(Object.fromEntries(Object.entries(schemas).map(([name, description]) => [name, z.string().describe(description)])));\n\t\treturn new this(zodSchema);\n\t}\n\t/**\n\t* Returns a markdown code snippet with a JSON object formatted according\n\t* to the schema.\n\t* @param options Optional. The options for formatting the instructions\n\t* @returns A markdown code snippet with a JSON object formatted according to the schema.\n\t*/\n\tgetFormatInstructions() {\n\t\treturn `You must format your output as a JSON value that adheres to a given \"JSON Schema\" instance.\n\n\"JSON Schema\" is a declarative language that allows you to annotate and validate JSON documents.\n\nFor example, the example \"JSON Schema\" instance {{\"properties\": {{\"foo\": {{\"description\": \"a list of test words\", \"type\": \"array\", \"items\": {{\"type\": \"string\"}}}}}}, \"required\": [\"foo\"]}}\nwould match an object with one required property, \"foo\". The \"type\" property specifies \"foo\" must be an \"array\", and the \"description\" property semantically describes it as \"a list of test words\". The items within \"foo\" must be strings.\nThus, the object {{\"foo\": [\"bar\", \"baz\"]}} is a well-formatted instance of this example \"JSON Schema\". The object {{\"properties\": {{\"foo\": [\"bar\", \"baz\"]}}}} is not well-formatted.\n\nYour output will be parsed and type-checked according to the provided schema instance, so make sure all fields in your output match the schema exactly and there are no trailing commas!\n\nHere is the JSON Schema instance your output must adhere to. Include the enclosing markdown codeblock:\n\\`\\`\\`json\n${JSON.stringify(toJsonSchema(this.schema))}\n\\`\\`\\`\n`;\n\t}\n\t/**\n\t* Parses the given text according to the schema.\n\t* @param text The text to parse\n\t* @returns The parsed output.\n\t*/\n\tasync parse(text) {\n\t\ttry {\n\t\t\tconst trimmedText = text.trim();\n\t\t\tconst json = trimmedText.match(/^```(?:json)?\\s*([\\s\\S]*?)```/)?.[1] || trimmedText.match(/```json\\s*([\\s\\S]*?)```/)?.[1] || trimmedText;\n\t\t\tconst escapedJson = json.replace(/\"([^\"\\\\]*(\\\\.[^\"\\\\]*)*)\"/g, (_match, capturedGroup) => {\n\t\t\t\tconst escapedInsideQuotes = capturedGroup.replace(/\\n/g, \"\\\\n\");\n\t\t\t\treturn `\"${escapedInsideQuotes}\"`;\n\t\t\t}).replace(/\\n/g, \"\");\n\t\t\treturn await interopParseAsync(this.schema, JSON.parse(escapedJson));\n\t\t} catch (e) {\n\t\t\tthrow new OutputParserException(`Failed to parse. Text: \"${text}\". Error: ${e}`, text);\n\t\t}\n\t}\n};\n/**\n* A specific type of `StructuredOutputParser` that parses JSON data\n* formatted as a markdown code snippet.\n*/\nvar JsonMarkdownStructuredOutputParser = class extends StructuredOutputParser {\n\tstatic lc_name() {\n\t\treturn \"JsonMarkdownStructuredOutputParser\";\n\t}\n\tgetFormatInstructions(options) {\n\t\tconst interpolationDepth = options?.interpolationDepth ?? 1;\n\t\tif (interpolationDepth < 1) throw new Error(\"f string interpolation depth must be at least 1\");\n\t\treturn `Return a markdown code snippet with a JSON object formatted to look like:\\n\\`\\`\\`json\\n${this._schemaToInstruction(toJsonSchema(this.schema)).replaceAll(\"{\", \"{\".repeat(interpolationDepth)).replaceAll(\"}\", \"}\".repeat(interpolationDepth))}\\n\\`\\`\\``;\n\t}\n\t_schemaToInstruction(schemaInput, indent = 2) {\n\t\tconst schema = schemaInput;\n\t\tif (\"type\" in schema) {\n\t\t\tlet nullable = false;\n\t\t\tlet type;\n\t\t\tif (Array.isArray(schema.type)) {\n\t\t\t\tconst nullIdx = schema.type.findIndex((type$1) => type$1 === \"null\");\n\t\t\t\tif (nullIdx !== -1) {\n\t\t\t\t\tnullable = true;\n\t\t\t\t\tschema.type.splice(nullIdx, 1);\n\t\t\t\t}\n\t\t\t\ttype = schema.type.join(\" | \");\n\t\t\t} else type = schema.type;\n\t\t\tif (schema.type === \"object\" && schema.properties) {\n\t\t\t\tconst description$1 = schema.description ? ` // ${schema.description}` : \"\";\n\t\t\t\tconst properties = Object.entries(schema.properties).map(([key, value]) => {\n\t\t\t\t\tconst isOptional = schema.required?.includes(key) ? \"\" : \" (optional)\";\n\t\t\t\t\treturn `${\" \".repeat(indent)}\"${key}\": ${this._schemaToInstruction(value, indent + 2)}${isOptional}`;\n\t\t\t\t}).join(\"\\n\");\n\t\t\t\treturn `{\\n${properties}\\n${\" \".repeat(indent - 2)}}${description$1}`;\n\t\t\t}\n\t\t\tif (schema.type === \"array\" && schema.items) {\n\t\t\t\tconst description$1 = schema.description ? ` // ${schema.description}` : \"\";\n\t\t\t\treturn `array[\\n${\" \".repeat(indent)}${this._schemaToInstruction(schema.items, indent + 2)}\\n${\" \".repeat(indent - 2)}] ${description$1}`;\n\t\t\t}\n\t\t\tconst isNullable = nullable ? \" (nullable)\" : \"\";\n\t\t\tconst description = schema.description ? ` // ${schema.description}` : \"\";\n\t\t\treturn `${type}${description}${isNullable}`;\n\t\t}\n\t\tif (\"anyOf\" in schema) return schema.anyOf.map((s) => this._schemaToInstruction(s, indent)).join(`\\n${\" \".repeat(indent - 2)}`);\n\t\tthrow new Error(\"unsupported schema type\");\n\t}\n\tstatic fromZodSchema(schema) {\n\t\treturn new this(schema);\n\t}\n\tstatic fromNamesAndDescriptions(schemas) {\n\t\tconst zodSchema = z.object(Object.fromEntries(Object.entries(schemas).map(([name, description]) => [name, z.string().describe(description)])));\n\t\treturn new this(zodSchema);\n\t}\n};\n/**\n* A type of `StructuredOutputParser` that handles asymmetric input and\n* output schemas.\n*/\nvar AsymmetricStructuredOutputParser = class extends BaseOutputParser {\n\tstructuredInputParser;\n\tconstructor({ inputSchema }) {\n\t\tsuper(...arguments);\n\t\tthis.structuredInputParser = new JsonMarkdownStructuredOutputParser(inputSchema);\n\t}\n\tasync parse(text) {\n\t\tlet parsedInput;\n\t\ttry {\n\t\t\tparsedInput = await this.structuredInputParser.parse(text);\n\t\t} catch (e) {\n\t\t\tthrow new OutputParserException(`Failed to parse. Text: \"${text}\". Error: ${e}`, text);\n\t\t}\n\t\treturn this.outputProcessor(parsedInput);\n\t}\n\tgetFormatInstructions() {\n\t\treturn this.structuredInputParser.getFormatInstructions();\n\t}\n};\n\n//#endregion\nexport { AsymmetricStructuredOutputParser, JsonMarkdownStructuredOutputParser, StructuredOutputParser };\n//# sourceMappingURL=structured.js.map"],"names":["StructuredOutputParser","BaseOutputParser","schema","schemas","zodSchema","z.object","name","description","z.string","toJsonSchema","text","trimmedText","escapedJson","_match","capturedGroup","interopParseAsync","OutputParserException","JsonMarkdownStructuredOutputParser","options","interpolationDepth","schemaInput","indent","nullable","type","nullIdx","type$1","description$1","key","value","isOptional","isNullable","AsymmetricStructuredOutputParser","inputSchema","parsedInput","e"],"mappings":"2QAMG,IAACA,EAAyB,cAAcC,EAAAA,gBAAiB,CAC3D,OAAO,SAAU,CAChB,MAAO,wBACR,CACA,aAAe,CACd,YACA,iBACA,YACF,EACC,QAAS,CACR,OAAO,KAAK,qBAAoB,CACjC,CACA,YAAYC,EAAQ,CACnB,MAAMA,CAAM,EACZ,KAAK,OAASA,CACf,CAMA,OAAO,cAAcA,EAAQ,CAC5B,OAAO,IAAI,KAAKA,CAAM,CACvB,CAOA,OAAO,yBAAyBC,EAAS,CACxC,MAAMC,EAAYC,EAAAA,OAAS,OAAO,YAAY,OAAO,QAAQF,CAAO,EAAE,IAAI,CAAC,CAACG,EAAMC,CAAW,IAAM,CAACD,EAAME,EAAAA,OAAQ,EAAG,SAASD,CAAW,CAAC,CAAC,CAAC,CAAC,EAC7I,OAAO,IAAI,KAAKH,CAAS,CAC1B,CAOA,uBAAwB,CACvB,MAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAYP,KAAK,UAAUK,EAAAA,aAAa,KAAK,MAAM,CAAC,CAAC;AAAA;AAAA,CAG1C,CAMA,MAAM,MAAMC,EAAM,CACjB,GAAI,CACH,MAAMC,EAAcD,EAAK,KAAI,EAEvBE,GADOD,EAAY,MAAM,+BAA+B,IAAI,CAAC,GAAKA,EAAY,MAAM,yBAAyB,IAAI,CAAC,GAAKA,GACpG,QAAQ,4BAA6B,CAACE,EAAQC,IAE/D,IADqBA,EAAc,QAAQ,MAAO,KAAK,CAChC,GAC9B,EAAE,QAAQ,MAAO,EAAE,EACpB,OAAO,MAAMC,EAAAA,kBAAkB,KAAK,OAAQ,KAAK,MAAMH,CAAW,CAAC,CACpE,OAAS,EAAG,CACX,MAAM,IAAII,EAAAA,sBAAsB,2BAA2BN,CAAI,aAAa,CAAC,GAAIA,CAAI,CACtF,CACD,CACD,EAKIO,EAAqC,cAAcjB,CAAuB,CAC7E,OAAO,SAAU,CAChB,MAAO,oCACR,CACA,sBAAsBkB,EAAS,CAC9B,MAAMC,EAAqBD,GAAS,oBAAsB,EAC1D,GAAIC,EAAqB,EAAG,MAAM,IAAI,MAAM,iDAAiD,EAC7F,MAAO;AAAA;AAAA,EAA0F,KAAK,qBAAqBV,EAAAA,aAAa,KAAK,MAAM,CAAC,EAAE,WAAW,IAAK,IAAI,OAAOU,CAAkB,CAAC,EAAE,WAAW,IAAK,IAAI,OAAOA,CAAkB,CAAC,CAAC;AAAA,OACtP,CACA,qBAAqBC,EAAaC,EAAS,EAAG,CAC7C,MAAMnB,EAASkB,EACf,GAAI,SAAUlB,EAAQ,CACrB,IAAIoB,EAAW,GACXC,EACJ,GAAI,MAAM,QAAQrB,EAAO,IAAI,EAAG,CAC/B,MAAMsB,EAAUtB,EAAO,KAAK,UAAWuB,GAAWA,IAAW,MAAM,EAC/DD,IAAY,KACfF,EAAW,GACXpB,EAAO,KAAK,OAAOsB,EAAS,CAAC,GAE9BD,EAAOrB,EAAO,KAAK,KAAK,KAAK,CAC9B,MAAOqB,EAAOrB,EAAO,KACrB,GAAIA,EAAO,OAAS,UAAYA,EAAO,WAAY,CAClD,MAAMwB,EAAgBxB,EAAO,YAAc,OAAOA,EAAO,WAAW,GAAK,GAKzE,MAAO;AAAA,EAJY,OAAO,QAAQA,EAAO,UAAU,EAAE,IAAI,CAAC,CAACyB,EAAKC,CAAK,IAAM,CAC1E,MAAMC,EAAa3B,EAAO,UAAU,SAASyB,CAAG,EAAI,GAAK,cACzD,MAAO,GAAG,IAAI,OAAON,CAAM,CAAC,IAAIM,CAAG,MAAM,KAAK,qBAAqBC,EAAOP,EAAS,CAAC,CAAC,GAAGQ,CAAU,EACnG,CAAC,EAAE,KAAK;AAAA,CAAI,CACW;AAAA,EAAK,IAAI,OAAOR,EAAS,CAAC,CAAC,IAAIK,CAAa,EACpE,CACA,GAAIxB,EAAO,OAAS,SAAWA,EAAO,MAAO,CAC5C,MAAMwB,EAAgBxB,EAAO,YAAc,OAAOA,EAAO,WAAW,GAAK,GACzE,MAAO;AAAA,EAAW,IAAI,OAAOmB,CAAM,CAAC,GAAG,KAAK,qBAAqBnB,EAAO,MAAOmB,EAAS,CAAC,CAAC;AAAA,EAAK,IAAI,OAAOA,EAAS,CAAC,CAAC,KAAKK,CAAa,EACxI,CACA,MAAMI,EAAaR,EAAW,cAAgB,GACxCf,EAAcL,EAAO,YAAc,OAAOA,EAAO,WAAW,GAAK,GACvE,MAAO,GAAGqB,CAAI,GAAGhB,CAAW,GAAGuB,CAAU,EAC1C,CACA,GAAI,UAAW5B,EAAQ,OAAOA,EAAO,MAAM,IAAK,GAAM,KAAK,qBAAqB,EAAGmB,CAAM,CAAC,EAAE,KAAK;AAAA,EAAK,IAAI,OAAOA,EAAS,CAAC,CAAC,EAAE,EAC9H,MAAM,IAAI,MAAM,yBAAyB,CAC1C,CACA,OAAO,cAAcnB,EAAQ,CAC5B,OAAO,IAAI,KAAKA,CAAM,CACvB,CACA,OAAO,yBAAyBC,EAAS,CACxC,MAAMC,EAAYC,EAAAA,OAAS,OAAO,YAAY,OAAO,QAAQF,CAAO,EAAE,IAAI,CAAC,CAACG,EAAMC,CAAW,IAAM,CAACD,EAAME,EAAAA,OAAQ,EAAG,SAASD,CAAW,CAAC,CAAC,CAAC,CAAC,EAC7I,OAAO,IAAI,KAAKH,CAAS,CAC1B,CACD,EAKI2B,EAAmC,cAAc9B,EAAAA,gBAAiB,CACrE,sBACA,YAAY,CAAE,YAAA+B,GAAe,CAC5B,MAAM,GAAG,SAAS,EAClB,KAAK,sBAAwB,IAAIf,EAAmCe,CAAW,CAChF,CACA,MAAM,MAAMtB,EAAM,CACjB,IAAIuB,EACJ,GAAI,CACHA,EAAc,MAAM,KAAK,sBAAsB,MAAMvB,CAAI,CAC1D,OAASwB,EAAG,CACX,MAAM,IAAIlB,EAAAA,sBAAsB,2BAA2BN,CAAI,aAAawB,CAAC,GAAIxB,CAAI,CACtF,CACA,OAAO,KAAK,gBAAgBuB,CAAW,CACxC,CACA,uBAAwB,CACvB,OAAO,KAAK,sBAAsB,sBAAqB,CACxD,CACD","x_google_ignoreList":[0]}
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
import { interopParseAsync as w } from "../utils/types/zod.es.js";
|
|
2
|
-
import { toJsonSchema as u } from "../utils/json_schema.es.js";
|
|
3
|
-
import { BaseOutputParser as m, OutputParserException as h } from "./base.es.js";
|
|
4
|
-
import { object as l, string as d } from "../../../../../../zod@4.3.5/node_modules/zod/v3/types.es.js";
|
|
5
|
-
var S = class extends m {
|
|
6
|
-
static lc_name() {
|
|
7
|
-
return "StructuredOutputParser";
|
|
8
|
-
}
|
|
9
|
-
lc_namespace = [
|
|
10
|
-
"langchain",
|
|
11
|
-
"output_parsers",
|
|
12
|
-
"structured"
|
|
13
|
-
];
|
|
14
|
-
toJSON() {
|
|
15
|
-
return this.toJSONNotImplemented();
|
|
16
|
-
}
|
|
17
|
-
constructor(r) {
|
|
18
|
-
super(r), this.schema = r;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Creates a new StructuredOutputParser from a Zod schema.
|
|
22
|
-
* @param schema The Zod schema which the output should match
|
|
23
|
-
* @returns A new instance of StructuredOutputParser.
|
|
24
|
-
*/
|
|
25
|
-
static fromZodSchema(r) {
|
|
26
|
-
return new this(r);
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Creates a new StructuredOutputParser from a set of names and
|
|
30
|
-
* descriptions.
|
|
31
|
-
* @param schemas An object where each key is a name and each value is a description
|
|
32
|
-
* @returns A new instance of StructuredOutputParser.
|
|
33
|
-
*/
|
|
34
|
-
static fromNamesAndDescriptions(r) {
|
|
35
|
-
const e = l(Object.fromEntries(Object.entries(r).map(([t, s]) => [t, d().describe(s)])));
|
|
36
|
-
return new this(e);
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Returns a markdown code snippet with a JSON object formatted according
|
|
40
|
-
* to the schema.
|
|
41
|
-
* @param options Optional. The options for formatting the instructions
|
|
42
|
-
* @returns A markdown code snippet with a JSON object formatted according to the schema.
|
|
43
|
-
*/
|
|
44
|
-
getFormatInstructions() {
|
|
45
|
-
return `You must format your output as a JSON value that adheres to a given "JSON Schema" instance.
|
|
46
|
-
|
|
47
|
-
"JSON Schema" is a declarative language that allows you to annotate and validate JSON documents.
|
|
48
|
-
|
|
49
|
-
For example, the example "JSON Schema" instance {{"properties": {{"foo": {{"description": "a list of test words", "type": "array", "items": {{"type": "string"}}}}}}, "required": ["foo"]}}
|
|
50
|
-
would match an object with one required property, "foo". The "type" property specifies "foo" must be an "array", and the "description" property semantically describes it as "a list of test words". The items within "foo" must be strings.
|
|
51
|
-
Thus, the object {{"foo": ["bar", "baz"]}} is a well-formatted instance of this example "JSON Schema". The object {{"properties": {{"foo": ["bar", "baz"]}}}} is not well-formatted.
|
|
52
|
-
|
|
53
|
-
Your output will be parsed and type-checked according to the provided schema instance, so make sure all fields in your output match the schema exactly and there are no trailing commas!
|
|
54
|
-
|
|
55
|
-
Here is the JSON Schema instance your output must adhere to. Include the enclosing markdown codeblock:
|
|
56
|
-
\`\`\`json
|
|
57
|
-
${JSON.stringify(u(this.schema))}
|
|
58
|
-
\`\`\`
|
|
59
|
-
`;
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* Parses the given text according to the schema.
|
|
63
|
-
* @param text The text to parse
|
|
64
|
-
* @returns The parsed output.
|
|
65
|
-
*/
|
|
66
|
-
async parse(r) {
|
|
67
|
-
try {
|
|
68
|
-
const e = r.trim(), s = (e.match(/^```(?:json)?\s*([\s\S]*?)```/)?.[1] || e.match(/```json\s*([\s\S]*?)```/)?.[1] || e).replace(/"([^"\\]*(\\.[^"\\]*)*)"/g, (a, n) => `"${n.replace(/\n/g, "\\n")}"`).replace(/\n/g, "");
|
|
69
|
-
return await w(this.schema, JSON.parse(s));
|
|
70
|
-
} catch (e) {
|
|
71
|
-
throw new h(`Failed to parse. Text: "${r}". Error: ${e}`, r);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}, b = class extends S {
|
|
75
|
-
static lc_name() {
|
|
76
|
-
return "JsonMarkdownStructuredOutputParser";
|
|
77
|
-
}
|
|
78
|
-
getFormatInstructions(r) {
|
|
79
|
-
const e = r?.interpolationDepth ?? 1;
|
|
80
|
-
if (e < 1) throw new Error("f string interpolation depth must be at least 1");
|
|
81
|
-
return `Return a markdown code snippet with a JSON object formatted to look like:
|
|
82
|
-
\`\`\`json
|
|
83
|
-
${this._schemaToInstruction(u(this.schema)).replaceAll("{", "{".repeat(e)).replaceAll("}", "}".repeat(e))}
|
|
84
|
-
\`\`\``;
|
|
85
|
-
}
|
|
86
|
-
_schemaToInstruction(r, e = 2) {
|
|
87
|
-
const t = r;
|
|
88
|
-
if ("type" in t) {
|
|
89
|
-
let s = !1, a;
|
|
90
|
-
if (Array.isArray(t.type)) {
|
|
91
|
-
const o = t.type.findIndex((c) => c === "null");
|
|
92
|
-
o !== -1 && (s = !0, t.type.splice(o, 1)), a = t.type.join(" | ");
|
|
93
|
-
} else a = t.type;
|
|
94
|
-
if (t.type === "object" && t.properties) {
|
|
95
|
-
const o = t.description ? ` // ${t.description}` : "";
|
|
96
|
-
return `{
|
|
97
|
-
${Object.entries(t.properties).map(([p, f]) => {
|
|
98
|
-
const y = t.required?.includes(p) ? "" : " (optional)";
|
|
99
|
-
return `${" ".repeat(e)}"${p}": ${this._schemaToInstruction(f, e + 2)}${y}`;
|
|
100
|
-
}).join(`
|
|
101
|
-
`)}
|
|
102
|
-
${" ".repeat(e - 2)}}${o}`;
|
|
103
|
-
}
|
|
104
|
-
if (t.type === "array" && t.items) {
|
|
105
|
-
const o = t.description ? ` // ${t.description}` : "";
|
|
106
|
-
return `array[
|
|
107
|
-
${" ".repeat(e)}${this._schemaToInstruction(t.items, e + 2)}
|
|
108
|
-
${" ".repeat(e - 2)}] ${o}`;
|
|
109
|
-
}
|
|
110
|
-
const n = s ? " (nullable)" : "", i = t.description ? ` // ${t.description}` : "";
|
|
111
|
-
return `${a}${i}${n}`;
|
|
112
|
-
}
|
|
113
|
-
if ("anyOf" in t) return t.anyOf.map((s) => this._schemaToInstruction(s, e)).join(`
|
|
114
|
-
${" ".repeat(e - 2)}`);
|
|
115
|
-
throw new Error("unsupported schema type");
|
|
116
|
-
}
|
|
117
|
-
static fromZodSchema(r) {
|
|
118
|
-
return new this(r);
|
|
119
|
-
}
|
|
120
|
-
static fromNamesAndDescriptions(r) {
|
|
121
|
-
const e = l(Object.fromEntries(Object.entries(r).map(([t, s]) => [t, d().describe(s)])));
|
|
122
|
-
return new this(e);
|
|
123
|
-
}
|
|
124
|
-
}, I = class extends m {
|
|
125
|
-
structuredInputParser;
|
|
126
|
-
constructor({ inputSchema: r }) {
|
|
127
|
-
super(...arguments), this.structuredInputParser = new b(r);
|
|
128
|
-
}
|
|
129
|
-
async parse(r) {
|
|
130
|
-
let e;
|
|
131
|
-
try {
|
|
132
|
-
e = await this.structuredInputParser.parse(r);
|
|
133
|
-
} catch (t) {
|
|
134
|
-
throw new h(`Failed to parse. Text: "${r}". Error: ${t}`, r);
|
|
135
|
-
}
|
|
136
|
-
return this.outputProcessor(e);
|
|
137
|
-
}
|
|
138
|
-
getFormatInstructions() {
|
|
139
|
-
return this.structuredInputParser.getFormatInstructions();
|
|
140
|
-
}
|
|
141
|
-
};
|
|
142
|
-
export {
|
|
143
|
-
I as AsymmetricStructuredOutputParser,
|
|
144
|
-
b as JsonMarkdownStructuredOutputParser,
|
|
145
|
-
S as StructuredOutputParser
|
|
146
|
-
};
|
|
147
|
-
//# sourceMappingURL=structured.es.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"structured.es.js","sources":["../../../../../../../../../node_modules/.pnpm/@langchain+core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/structured.js"],"sourcesContent":["import { interopParseAsync } from \"../utils/types/zod.js\";\nimport { toJsonSchema } from \"../utils/json_schema.js\";\nimport { BaseOutputParser, OutputParserException } from \"./base.js\";\nimport { z } from \"zod/v3\";\n\n//#region src/output_parsers/structured.ts\nvar StructuredOutputParser = class extends BaseOutputParser {\n\tstatic lc_name() {\n\t\treturn \"StructuredOutputParser\";\n\t}\n\tlc_namespace = [\n\t\t\"langchain\",\n\t\t\"output_parsers\",\n\t\t\"structured\"\n\t];\n\ttoJSON() {\n\t\treturn this.toJSONNotImplemented();\n\t}\n\tconstructor(schema) {\n\t\tsuper(schema);\n\t\tthis.schema = schema;\n\t}\n\t/**\n\t* Creates a new StructuredOutputParser from a Zod schema.\n\t* @param schema The Zod schema which the output should match\n\t* @returns A new instance of StructuredOutputParser.\n\t*/\n\tstatic fromZodSchema(schema) {\n\t\treturn new this(schema);\n\t}\n\t/**\n\t* Creates a new StructuredOutputParser from a set of names and\n\t* descriptions.\n\t* @param schemas An object where each key is a name and each value is a description\n\t* @returns A new instance of StructuredOutputParser.\n\t*/\n\tstatic fromNamesAndDescriptions(schemas) {\n\t\tconst zodSchema = z.object(Object.fromEntries(Object.entries(schemas).map(([name, description]) => [name, z.string().describe(description)])));\n\t\treturn new this(zodSchema);\n\t}\n\t/**\n\t* Returns a markdown code snippet with a JSON object formatted according\n\t* to the schema.\n\t* @param options Optional. The options for formatting the instructions\n\t* @returns A markdown code snippet with a JSON object formatted according to the schema.\n\t*/\n\tgetFormatInstructions() {\n\t\treturn `You must format your output as a JSON value that adheres to a given \"JSON Schema\" instance.\n\n\"JSON Schema\" is a declarative language that allows you to annotate and validate JSON documents.\n\nFor example, the example \"JSON Schema\" instance {{\"properties\": {{\"foo\": {{\"description\": \"a list of test words\", \"type\": \"array\", \"items\": {{\"type\": \"string\"}}}}}}, \"required\": [\"foo\"]}}\nwould match an object with one required property, \"foo\". The \"type\" property specifies \"foo\" must be an \"array\", and the \"description\" property semantically describes it as \"a list of test words\". The items within \"foo\" must be strings.\nThus, the object {{\"foo\": [\"bar\", \"baz\"]}} is a well-formatted instance of this example \"JSON Schema\". The object {{\"properties\": {{\"foo\": [\"bar\", \"baz\"]}}}} is not well-formatted.\n\nYour output will be parsed and type-checked according to the provided schema instance, so make sure all fields in your output match the schema exactly and there are no trailing commas!\n\nHere is the JSON Schema instance your output must adhere to. Include the enclosing markdown codeblock:\n\\`\\`\\`json\n${JSON.stringify(toJsonSchema(this.schema))}\n\\`\\`\\`\n`;\n\t}\n\t/**\n\t* Parses the given text according to the schema.\n\t* @param text The text to parse\n\t* @returns The parsed output.\n\t*/\n\tasync parse(text) {\n\t\ttry {\n\t\t\tconst trimmedText = text.trim();\n\t\t\tconst json = trimmedText.match(/^```(?:json)?\\s*([\\s\\S]*?)```/)?.[1] || trimmedText.match(/```json\\s*([\\s\\S]*?)```/)?.[1] || trimmedText;\n\t\t\tconst escapedJson = json.replace(/\"([^\"\\\\]*(\\\\.[^\"\\\\]*)*)\"/g, (_match, capturedGroup) => {\n\t\t\t\tconst escapedInsideQuotes = capturedGroup.replace(/\\n/g, \"\\\\n\");\n\t\t\t\treturn `\"${escapedInsideQuotes}\"`;\n\t\t\t}).replace(/\\n/g, \"\");\n\t\t\treturn await interopParseAsync(this.schema, JSON.parse(escapedJson));\n\t\t} catch (e) {\n\t\t\tthrow new OutputParserException(`Failed to parse. Text: \"${text}\". Error: ${e}`, text);\n\t\t}\n\t}\n};\n/**\n* A specific type of `StructuredOutputParser` that parses JSON data\n* formatted as a markdown code snippet.\n*/\nvar JsonMarkdownStructuredOutputParser = class extends StructuredOutputParser {\n\tstatic lc_name() {\n\t\treturn \"JsonMarkdownStructuredOutputParser\";\n\t}\n\tgetFormatInstructions(options) {\n\t\tconst interpolationDepth = options?.interpolationDepth ?? 1;\n\t\tif (interpolationDepth < 1) throw new Error(\"f string interpolation depth must be at least 1\");\n\t\treturn `Return a markdown code snippet with a JSON object formatted to look like:\\n\\`\\`\\`json\\n${this._schemaToInstruction(toJsonSchema(this.schema)).replaceAll(\"{\", \"{\".repeat(interpolationDepth)).replaceAll(\"}\", \"}\".repeat(interpolationDepth))}\\n\\`\\`\\``;\n\t}\n\t_schemaToInstruction(schemaInput, indent = 2) {\n\t\tconst schema = schemaInput;\n\t\tif (\"type\" in schema) {\n\t\t\tlet nullable = false;\n\t\t\tlet type;\n\t\t\tif (Array.isArray(schema.type)) {\n\t\t\t\tconst nullIdx = schema.type.findIndex((type$1) => type$1 === \"null\");\n\t\t\t\tif (nullIdx !== -1) {\n\t\t\t\t\tnullable = true;\n\t\t\t\t\tschema.type.splice(nullIdx, 1);\n\t\t\t\t}\n\t\t\t\ttype = schema.type.join(\" | \");\n\t\t\t} else type = schema.type;\n\t\t\tif (schema.type === \"object\" && schema.properties) {\n\t\t\t\tconst description$1 = schema.description ? ` // ${schema.description}` : \"\";\n\t\t\t\tconst properties = Object.entries(schema.properties).map(([key, value]) => {\n\t\t\t\t\tconst isOptional = schema.required?.includes(key) ? \"\" : \" (optional)\";\n\t\t\t\t\treturn `${\" \".repeat(indent)}\"${key}\": ${this._schemaToInstruction(value, indent + 2)}${isOptional}`;\n\t\t\t\t}).join(\"\\n\");\n\t\t\t\treturn `{\\n${properties}\\n${\" \".repeat(indent - 2)}}${description$1}`;\n\t\t\t}\n\t\t\tif (schema.type === \"array\" && schema.items) {\n\t\t\t\tconst description$1 = schema.description ? ` // ${schema.description}` : \"\";\n\t\t\t\treturn `array[\\n${\" \".repeat(indent)}${this._schemaToInstruction(schema.items, indent + 2)}\\n${\" \".repeat(indent - 2)}] ${description$1}`;\n\t\t\t}\n\t\t\tconst isNullable = nullable ? \" (nullable)\" : \"\";\n\t\t\tconst description = schema.description ? ` // ${schema.description}` : \"\";\n\t\t\treturn `${type}${description}${isNullable}`;\n\t\t}\n\t\tif (\"anyOf\" in schema) return schema.anyOf.map((s) => this._schemaToInstruction(s, indent)).join(`\\n${\" \".repeat(indent - 2)}`);\n\t\tthrow new Error(\"unsupported schema type\");\n\t}\n\tstatic fromZodSchema(schema) {\n\t\treturn new this(schema);\n\t}\n\tstatic fromNamesAndDescriptions(schemas) {\n\t\tconst zodSchema = z.object(Object.fromEntries(Object.entries(schemas).map(([name, description]) => [name, z.string().describe(description)])));\n\t\treturn new this(zodSchema);\n\t}\n};\n/**\n* A type of `StructuredOutputParser` that handles asymmetric input and\n* output schemas.\n*/\nvar AsymmetricStructuredOutputParser = class extends BaseOutputParser {\n\tstructuredInputParser;\n\tconstructor({ inputSchema }) {\n\t\tsuper(...arguments);\n\t\tthis.structuredInputParser = new JsonMarkdownStructuredOutputParser(inputSchema);\n\t}\n\tasync parse(text) {\n\t\tlet parsedInput;\n\t\ttry {\n\t\t\tparsedInput = await this.structuredInputParser.parse(text);\n\t\t} catch (e) {\n\t\t\tthrow new OutputParserException(`Failed to parse. Text: \"${text}\". Error: ${e}`, text);\n\t\t}\n\t\treturn this.outputProcessor(parsedInput);\n\t}\n\tgetFormatInstructions() {\n\t\treturn this.structuredInputParser.getFormatInstructions();\n\t}\n};\n\n//#endregion\nexport { AsymmetricStructuredOutputParser, JsonMarkdownStructuredOutputParser, StructuredOutputParser };\n//# sourceMappingURL=structured.js.map"],"names":["StructuredOutputParser","BaseOutputParser","schema","schemas","zodSchema","z.object","name","description","z.string","toJsonSchema","text","trimmedText","escapedJson","_match","capturedGroup","interopParseAsync","OutputParserException","JsonMarkdownStructuredOutputParser","options","interpolationDepth","schemaInput","indent","nullable","type","nullIdx","type$1","description$1","key","value","isOptional","isNullable","AsymmetricStructuredOutputParser","inputSchema","parsedInput","e"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../messages/base.cjs.js"),f=require("../messages/utils.cjs.js"),i=require("../outputs.cjs.js"),c=require("./base.cjs.js"),l=require("../../../../../../@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/deep-compare-strict.cjs.js");var u=class extends c.BaseOutputParser{async*_transform(s){for await(const t of s)typeof t=="string"?yield this.parseResult([{text:t}]):yield this.parseResult([{message:t,text:this._baseMessageToString(t)}])}async*transform(s,t){yield*this._transformStreamWithConfig(s,this._transform.bind(this),{...t,runType:"parser"})}},h=class extends u{diff=!1;constructor(s){super(s),this.diff=s?.diff??this.diff}async*_transform(s){let t,n;for await(const e of s){if(typeof e!="string"&&typeof e.content!="string")throw new Error("Cannot handle non-string output.");let a;if(o.isBaseMessageChunk(e)){if(typeof e.content!="string")throw new Error("Cannot handle non-string message output.");a=new i.ChatGenerationChunk({message:e,text:e.content})}else if(o.isBaseMessage(e)){if(typeof e.content!="string")throw new Error("Cannot handle non-string message output.");a=new i.ChatGenerationChunk({message:f.convertToChunk(e),text:e.content})}else a=new i.GenerationChunk({text:e});n===void 0?n=a:n=n.concat(a);const r=await this.parsePartialResult([n]);r!=null&&!l.deepCompareStrict(r,t)&&(this.diff?yield this._diff(t,r):yield r,t=r)}}getFormatInstructions(){return""}};exports.BaseCumulativeTransformOutputParser=h;exports.BaseTransformOutputParser=u;
|
|
2
|
-
//# sourceMappingURL=transform.cjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"transform.cjs.js","sources":["../../../../../../../../../node_modules/.pnpm/@langchain+core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/transform.js"],"sourcesContent":["import { isBaseMessage, isBaseMessageChunk } from \"../messages/base.js\";\nimport { convertToChunk } from \"../messages/utils.js\";\nimport { ChatGenerationChunk, GenerationChunk } from \"../outputs.js\";\nimport { BaseOutputParser } from \"./base.js\";\nimport { deepCompareStrict } from \"@cfworker/json-schema\";\n\n//#region src/output_parsers/transform.ts\n/**\n* Class to parse the output of an LLM call that also allows streaming inputs.\n*/\nvar BaseTransformOutputParser = class extends BaseOutputParser {\n\tasync *_transform(inputGenerator) {\n\t\tfor await (const chunk of inputGenerator) if (typeof chunk === \"string\") yield this.parseResult([{ text: chunk }]);\n\t\telse yield this.parseResult([{\n\t\t\tmessage: chunk,\n\t\t\ttext: this._baseMessageToString(chunk)\n\t\t}]);\n\t}\n\t/**\n\t* Transforms an asynchronous generator of input into an asynchronous\n\t* generator of parsed output.\n\t* @param inputGenerator An asynchronous generator of input.\n\t* @param options A configuration object.\n\t* @returns An asynchronous generator of parsed output.\n\t*/\n\tasync *transform(inputGenerator, options) {\n\t\tyield* this._transformStreamWithConfig(inputGenerator, this._transform.bind(this), {\n\t\t\t...options,\n\t\t\trunType: \"parser\"\n\t\t});\n\t}\n};\n/**\n* A base class for output parsers that can handle streaming input. It\n* extends the `BaseTransformOutputParser` class and provides a method for\n* converting parsed outputs into a diff format.\n*/\nvar BaseCumulativeTransformOutputParser = class extends BaseTransformOutputParser {\n\tdiff = false;\n\tconstructor(fields) {\n\t\tsuper(fields);\n\t\tthis.diff = fields?.diff ?? this.diff;\n\t}\n\tasync *_transform(inputGenerator) {\n\t\tlet prevParsed;\n\t\tlet accGen;\n\t\tfor await (const chunk of inputGenerator) {\n\t\t\tif (typeof chunk !== \"string\" && typeof chunk.content !== \"string\") throw new Error(\"Cannot handle non-string output.\");\n\t\t\tlet chunkGen;\n\t\t\tif (isBaseMessageChunk(chunk)) {\n\t\t\t\tif (typeof chunk.content !== \"string\") throw new Error(\"Cannot handle non-string message output.\");\n\t\t\t\tchunkGen = new ChatGenerationChunk({\n\t\t\t\t\tmessage: chunk,\n\t\t\t\t\ttext: chunk.content\n\t\t\t\t});\n\t\t\t} else if (isBaseMessage(chunk)) {\n\t\t\t\tif (typeof chunk.content !== \"string\") throw new Error(\"Cannot handle non-string message output.\");\n\t\t\t\tchunkGen = new ChatGenerationChunk({\n\t\t\t\t\tmessage: convertToChunk(chunk),\n\t\t\t\t\ttext: chunk.content\n\t\t\t\t});\n\t\t\t} else chunkGen = new GenerationChunk({ text: chunk });\n\t\t\tif (accGen === void 0) accGen = chunkGen;\n\t\t\telse accGen = accGen.concat(chunkGen);\n\t\t\tconst parsed = await this.parsePartialResult([accGen]);\n\t\t\tif (parsed !== void 0 && parsed !== null && !deepCompareStrict(parsed, prevParsed)) {\n\t\t\t\tif (this.diff) yield this._diff(prevParsed, parsed);\n\t\t\t\telse yield parsed;\n\t\t\t\tprevParsed = parsed;\n\t\t\t}\n\t\t}\n\t}\n\tgetFormatInstructions() {\n\t\treturn \"\";\n\t}\n};\n\n//#endregion\nexport { BaseCumulativeTransformOutputParser, BaseTransformOutputParser };\n//# sourceMappingURL=transform.js.map"],"names":["BaseTransformOutputParser","BaseOutputParser","inputGenerator","chunk","options","BaseCumulativeTransformOutputParser","fields","prevParsed","accGen","chunkGen","isBaseMessageChunk","ChatGenerationChunk","isBaseMessage","convertToChunk","GenerationChunk","parsed","deepCompareStrict"],"mappings":"6VAUG,IAACA,EAA4B,cAAcC,EAAAA,gBAAiB,CAC9D,MAAO,WAAWC,EAAgB,CACjC,gBAAiBC,KAASD,EAAoB,OAAOC,GAAU,SAAU,MAAM,KAAK,YAAY,CAAC,CAAE,KAAMA,CAAK,CAAE,CAAC,EAC5G,MAAM,KAAK,YAAY,CAAC,CAC5B,QAASA,EACT,KAAM,KAAK,qBAAqBA,CAAK,CACxC,CAAG,CAAC,CACH,CAQA,MAAO,UAAUD,EAAgBE,EAAS,CACzC,MAAO,KAAK,2BAA2BF,EAAgB,KAAK,WAAW,KAAK,IAAI,EAAG,CAClF,GAAGE,EACH,QAAS,QACZ,CAAG,CACF,CACD,EAMIC,EAAsC,cAAcL,CAA0B,CACjF,KAAO,GACP,YAAYM,EAAQ,CACnB,MAAMA,CAAM,EACZ,KAAK,KAAOA,GAAQ,MAAQ,KAAK,IAClC,CACA,MAAO,WAAWJ,EAAgB,CACjC,IAAIK,EACAC,EACJ,gBAAiBL,KAASD,EAAgB,CACzC,GAAI,OAAOC,GAAU,UAAY,OAAOA,EAAM,SAAY,SAAU,MAAM,IAAI,MAAM,kCAAkC,EACtH,IAAIM,EACJ,GAAIC,EAAAA,mBAAmBP,CAAK,EAAG,CAC9B,GAAI,OAAOA,EAAM,SAAY,SAAU,MAAM,IAAI,MAAM,0CAA0C,EACjGM,EAAW,IAAIE,EAAAA,oBAAoB,CAClC,QAASR,EACT,KAAMA,EAAM,OACjB,CAAK,CACF,SAAWS,gBAAcT,CAAK,EAAG,CAChC,GAAI,OAAOA,EAAM,SAAY,SAAU,MAAM,IAAI,MAAM,0CAA0C,EACjGM,EAAW,IAAIE,EAAAA,oBAAoB,CAClC,QAASE,EAAAA,eAAeV,CAAK,EAC7B,KAAMA,EAAM,OACjB,CAAK,CACF,MAAOM,EAAW,IAAIK,EAAAA,gBAAgB,CAAE,KAAMX,CAAK,CAAE,EACjDK,IAAW,OAAQA,EAASC,EAC3BD,EAASA,EAAO,OAAOC,CAAQ,EACpC,MAAMM,EAAS,MAAM,KAAK,mBAAmB,CAACP,CAAM,CAAC,EAC5BO,GAAW,MAAQ,CAACC,oBAAkBD,EAAQR,CAAU,IAC5E,KAAK,KAAM,MAAM,KAAK,MAAMA,EAAYQ,CAAM,EAC7C,MAAMA,EACXR,EAAaQ,EAEf,CACD,CACA,uBAAwB,CACvB,MAAO,EACR,CACD","x_google_ignoreList":[0]}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { isBaseMessageChunk as i, isBaseMessage as f } from "../messages/base.es.js";
|
|
2
|
-
import { convertToChunk as u } from "../messages/utils.es.js";
|
|
3
|
-
import { ChatGenerationChunk as a, GenerationChunk as p } from "../outputs.es.js";
|
|
4
|
-
import { BaseOutputParser as h } from "./base.es.js";
|
|
5
|
-
import { deepCompareStrict as m } from "../../../../../../@cfworker_json-schema@4.1.1/node_modules/@cfworker/json-schema/dist/esm/deep-compare-strict.es.js";
|
|
6
|
-
var c = class extends h {
|
|
7
|
-
async *_transform(s) {
|
|
8
|
-
for await (const e of s) typeof e == "string" ? yield this.parseResult([{ text: e }]) : yield this.parseResult([{
|
|
9
|
-
message: e,
|
|
10
|
-
text: this._baseMessageToString(e)
|
|
11
|
-
}]);
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Transforms an asynchronous generator of input into an asynchronous
|
|
15
|
-
* generator of parsed output.
|
|
16
|
-
* @param inputGenerator An asynchronous generator of input.
|
|
17
|
-
* @param options A configuration object.
|
|
18
|
-
* @returns An asynchronous generator of parsed output.
|
|
19
|
-
*/
|
|
20
|
-
async *transform(s, e) {
|
|
21
|
-
yield* this._transformStreamWithConfig(s, this._transform.bind(this), {
|
|
22
|
-
...e,
|
|
23
|
-
runType: "parser"
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
}, C = class extends c {
|
|
27
|
-
diff = !1;
|
|
28
|
-
constructor(s) {
|
|
29
|
-
super(s), this.diff = s?.diff ?? this.diff;
|
|
30
|
-
}
|
|
31
|
-
async *_transform(s) {
|
|
32
|
-
let e, n;
|
|
33
|
-
for await (const t of s) {
|
|
34
|
-
if (typeof t != "string" && typeof t.content != "string") throw new Error("Cannot handle non-string output.");
|
|
35
|
-
let o;
|
|
36
|
-
if (i(t)) {
|
|
37
|
-
if (typeof t.content != "string") throw new Error("Cannot handle non-string message output.");
|
|
38
|
-
o = new a({
|
|
39
|
-
message: t,
|
|
40
|
-
text: t.content
|
|
41
|
-
});
|
|
42
|
-
} else if (f(t)) {
|
|
43
|
-
if (typeof t.content != "string") throw new Error("Cannot handle non-string message output.");
|
|
44
|
-
o = new a({
|
|
45
|
-
message: u(t),
|
|
46
|
-
text: t.content
|
|
47
|
-
});
|
|
48
|
-
} else o = new p({ text: t });
|
|
49
|
-
n === void 0 ? n = o : n = n.concat(o);
|
|
50
|
-
const r = await this.parsePartialResult([n]);
|
|
51
|
-
r != null && !m(r, e) && (this.diff ? yield this._diff(e, r) : yield r, e = r);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
getFormatInstructions() {
|
|
55
|
-
return "";
|
|
56
|
-
}
|
|
57
|
-
};
|
|
58
|
-
export {
|
|
59
|
-
C as BaseCumulativeTransformOutputParser,
|
|
60
|
-
c as BaseTransformOutputParser
|
|
61
|
-
};
|
|
62
|
-
//# sourceMappingURL=transform.es.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"transform.es.js","sources":["../../../../../../../../../node_modules/.pnpm/@langchain+core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/transform.js"],"sourcesContent":["import { isBaseMessage, isBaseMessageChunk } from \"../messages/base.js\";\nimport { convertToChunk } from \"../messages/utils.js\";\nimport { ChatGenerationChunk, GenerationChunk } from \"../outputs.js\";\nimport { BaseOutputParser } from \"./base.js\";\nimport { deepCompareStrict } from \"@cfworker/json-schema\";\n\n//#region src/output_parsers/transform.ts\n/**\n* Class to parse the output of an LLM call that also allows streaming inputs.\n*/\nvar BaseTransformOutputParser = class extends BaseOutputParser {\n\tasync *_transform(inputGenerator) {\n\t\tfor await (const chunk of inputGenerator) if (typeof chunk === \"string\") yield this.parseResult([{ text: chunk }]);\n\t\telse yield this.parseResult([{\n\t\t\tmessage: chunk,\n\t\t\ttext: this._baseMessageToString(chunk)\n\t\t}]);\n\t}\n\t/**\n\t* Transforms an asynchronous generator of input into an asynchronous\n\t* generator of parsed output.\n\t* @param inputGenerator An asynchronous generator of input.\n\t* @param options A configuration object.\n\t* @returns An asynchronous generator of parsed output.\n\t*/\n\tasync *transform(inputGenerator, options) {\n\t\tyield* this._transformStreamWithConfig(inputGenerator, this._transform.bind(this), {\n\t\t\t...options,\n\t\t\trunType: \"parser\"\n\t\t});\n\t}\n};\n/**\n* A base class for output parsers that can handle streaming input. It\n* extends the `BaseTransformOutputParser` class and provides a method for\n* converting parsed outputs into a diff format.\n*/\nvar BaseCumulativeTransformOutputParser = class extends BaseTransformOutputParser {\n\tdiff = false;\n\tconstructor(fields) {\n\t\tsuper(fields);\n\t\tthis.diff = fields?.diff ?? this.diff;\n\t}\n\tasync *_transform(inputGenerator) {\n\t\tlet prevParsed;\n\t\tlet accGen;\n\t\tfor await (const chunk of inputGenerator) {\n\t\t\tif (typeof chunk !== \"string\" && typeof chunk.content !== \"string\") throw new Error(\"Cannot handle non-string output.\");\n\t\t\tlet chunkGen;\n\t\t\tif (isBaseMessageChunk(chunk)) {\n\t\t\t\tif (typeof chunk.content !== \"string\") throw new Error(\"Cannot handle non-string message output.\");\n\t\t\t\tchunkGen = new ChatGenerationChunk({\n\t\t\t\t\tmessage: chunk,\n\t\t\t\t\ttext: chunk.content\n\t\t\t\t});\n\t\t\t} else if (isBaseMessage(chunk)) {\n\t\t\t\tif (typeof chunk.content !== \"string\") throw new Error(\"Cannot handle non-string message output.\");\n\t\t\t\tchunkGen = new ChatGenerationChunk({\n\t\t\t\t\tmessage: convertToChunk(chunk),\n\t\t\t\t\ttext: chunk.content\n\t\t\t\t});\n\t\t\t} else chunkGen = new GenerationChunk({ text: chunk });\n\t\t\tif (accGen === void 0) accGen = chunkGen;\n\t\t\telse accGen = accGen.concat(chunkGen);\n\t\t\tconst parsed = await this.parsePartialResult([accGen]);\n\t\t\tif (parsed !== void 0 && parsed !== null && !deepCompareStrict(parsed, prevParsed)) {\n\t\t\t\tif (this.diff) yield this._diff(prevParsed, parsed);\n\t\t\t\telse yield parsed;\n\t\t\t\tprevParsed = parsed;\n\t\t\t}\n\t\t}\n\t}\n\tgetFormatInstructions() {\n\t\treturn \"\";\n\t}\n};\n\n//#endregion\nexport { BaseCumulativeTransformOutputParser, BaseTransformOutputParser };\n//# sourceMappingURL=transform.js.map"],"names":["BaseTransformOutputParser","BaseOutputParser","inputGenerator","chunk","options","BaseCumulativeTransformOutputParser","fields","prevParsed","accGen","chunkGen","isBaseMessageChunk","ChatGenerationChunk","isBaseMessage","convertToChunk","GenerationChunk","parsed","deepCompareStrict"],"mappings":";;;;;AAUG,IAACA,IAA4B,cAAcC,EAAiB;AAAA,EAC9D,OAAO,WAAWC,GAAgB;AACjC,qBAAiBC,KAASD,EAAgB,CAAI,OAAOC,KAAU,WAAU,MAAM,KAAK,YAAY,CAAC,EAAE,MAAMA,EAAK,CAAE,CAAC,IAC5G,MAAM,KAAK,YAAY,CAAC;AAAA,MAC5B,SAASA;AAAA,MACT,MAAM,KAAK,qBAAqBA,CAAK;AAAA,IACxC,CAAG,CAAC;AAAA,EACH;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQA,OAAO,UAAUD,GAAgBE,GAAS;AACzC,WAAO,KAAK,2BAA2BF,GAAgB,KAAK,WAAW,KAAK,IAAI,GAAG;AAAA,MAClF,GAAGE;AAAA,MACH,SAAS;AAAA,IACZ,CAAG;AAAA,EACF;AACD,GAMIC,IAAsC,cAAcL,EAA0B;AAAA,EACjF,OAAO;AAAA,EACP,YAAYM,GAAQ;AACnB,UAAMA,CAAM,GACZ,KAAK,OAAOA,GAAQ,QAAQ,KAAK;AAAA,EAClC;AAAA,EACA,OAAO,WAAWJ,GAAgB;AACjC,QAAIK,GACAC;AACJ,qBAAiBL,KAASD,GAAgB;AACzC,UAAI,OAAOC,KAAU,YAAY,OAAOA,EAAM,WAAY,SAAU,OAAM,IAAI,MAAM,kCAAkC;AACtH,UAAIM;AACJ,UAAIC,EAAmBP,CAAK,GAAG;AAC9B,YAAI,OAAOA,EAAM,WAAY,SAAU,OAAM,IAAI,MAAM,0CAA0C;AACjG,QAAAM,IAAW,IAAIE,EAAoB;AAAA,UAClC,SAASR;AAAA,UACT,MAAMA,EAAM;AAAA,QACjB,CAAK;AAAA,MACF,WAAWS,EAAcT,CAAK,GAAG;AAChC,YAAI,OAAOA,EAAM,WAAY,SAAU,OAAM,IAAI,MAAM,0CAA0C;AACjG,QAAAM,IAAW,IAAIE,EAAoB;AAAA,UAClC,SAASE,EAAeV,CAAK;AAAA,UAC7B,MAAMA,EAAM;AAAA,QACjB,CAAK;AAAA,MACF,MAAO,CAAAM,IAAW,IAAIK,EAAgB,EAAE,MAAMX,EAAK,CAAE;AACrD,MAAIK,MAAW,SAAQA,IAASC,IAC3BD,IAASA,EAAO,OAAOC,CAAQ;AACpC,YAAMM,IAAS,MAAM,KAAK,mBAAmB,CAACP,CAAM,CAAC;AACrD,MAAyBO,KAAW,QAAQ,CAACC,EAAkBD,GAAQR,CAAU,MAC5E,KAAK,OAAM,MAAM,KAAK,MAAMA,GAAYQ,CAAM,IAC7C,MAAMA,GACXR,IAAaQ;AAAA,IAEf;AAAA,EACD;AAAA,EACA,wBAAwB;AACvB,WAAO;AAAA,EACR;AACD;","x_google_ignoreList":[0]}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("../utils/fast-json-patch/src/duplex.cjs.js"),h=require("./transform.cjs.js");require("../utils/json_patch.cjs.js");const f=require("../utils/sax-js/sax.cjs.js"),l=`The output should be formatted as a XML file.
|
|
2
|
-
1. Output should conform to the tags below.
|
|
3
|
-
2. If tags are not given, make them on your own.
|
|
4
|
-
3. Remember to always open and close all the tags.
|
|
5
|
-
|
|
6
|
-
As an example, for the tags ["foo", "bar", "baz"]:
|
|
7
|
-
1. String "<foo>
|
|
8
|
-
<bar>
|
|
9
|
-
<baz></baz>
|
|
10
|
-
</bar>
|
|
11
|
-
</foo>" is a well-formatted instance of the schema.
|
|
12
|
-
2. String "<foo>
|
|
13
|
-
<bar>
|
|
14
|
-
</foo>" is a badly-formatted instance.
|
|
15
|
-
3. String "<foo>
|
|
16
|
-
<tag>
|
|
17
|
-
</tag>
|
|
18
|
-
</foo>" is a badly-formatted instance.
|
|
19
|
-
|
|
20
|
-
Here are the output tags:
|
|
21
|
-
\`\`\`
|
|
22
|
-
{tags}
|
|
23
|
-
\`\`\``;var p=class extends h.BaseCumulativeTransformOutputParser{tags;constructor(t){super(t),this.tags=t?.tags}static lc_name(){return"XMLOutputParser"}lc_namespace=["langchain_core","output_parsers"];lc_serializable=!0;_diff(t,e){if(e)return t?m.compare(t,e):[{op:"replace",path:"",value:e}]}async parsePartialResult(t){return i(t[0].text)}async parse(t){return i(t)}getFormatInstructions(){return!!(this.tags&&this.tags.length>0)?l.replace("{tags}",this.tags?.join(", ")??""):l}};const d=t=>t.split(`
|
|
24
|
-
`).map(e=>e.replace(/^\s+/,"")).join(`
|
|
25
|
-
`).trim(),u=t=>{if(Object.keys(t).length===0)return{};const e={};return t.children.length>0?(e[t.name]=t.children.map(u),e):(e[t.name]=t.text??void 0,e)};function i(t){const e=d(t),o=f.sax.parser(!0);let n={};const a=[];o.onopentag=r=>{const s={name:r.name,attributes:r.attributes,children:[],text:"",isSelfClosing:r.isSelfClosing};a.length>0?a[a.length-1].children.push(s):n=s,r.isSelfClosing||a.push(s)},o.onclosetag=()=>{if(a.length>0){const r=a.pop();a.length===0&&r&&(n=r)}},o.ontext=r=>{if(a.length>0){const s=a[a.length-1];s.text+=r}},o.onattribute=r=>{if(a.length>0){const s=a[a.length-1];s.attributes[r.name]=r.value}};const c=/```(xml)?(.*)```/s.exec(e),g=c?c[2]:e;return o.write(g).close(),n&&n.name==="?xml"&&(n=n.children[0]),u(n)}exports.XMLOutputParser=p;exports.XML_FORMAT_INSTRUCTIONS=l;exports.parseXMLMarkdown=i;
|
|
26
|
-
//# sourceMappingURL=xml.cjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"xml.cjs.js","sources":["../../../../../../../../../node_modules/.pnpm/@langchain+core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/xml.js"],"sourcesContent":["import { compare } from \"../utils/fast-json-patch/src/duplex.js\";\nimport { BaseCumulativeTransformOutputParser } from \"./transform.js\";\nimport \"../utils/json_patch.js\";\nimport { sax } from \"../utils/sax-js/sax.js\";\n\n//#region src/output_parsers/xml.ts\nconst XML_FORMAT_INSTRUCTIONS = `The output should be formatted as a XML file.\n1. Output should conform to the tags below. \n2. If tags are not given, make them on your own.\n3. Remember to always open and close all the tags.\n\nAs an example, for the tags [\"foo\", \"bar\", \"baz\"]:\n1. String \"<foo>\\n <bar>\\n <baz></baz>\\n </bar>\\n</foo>\" is a well-formatted instance of the schema. \n2. String \"<foo>\\n <bar>\\n </foo>\" is a badly-formatted instance.\n3. String \"<foo>\\n <tag>\\n </tag>\\n</foo>\" is a badly-formatted instance.\n\nHere are the output tags:\n\\`\\`\\`\n{tags}\n\\`\\`\\``;\nvar XMLOutputParser = class extends BaseCumulativeTransformOutputParser {\n\ttags;\n\tconstructor(fields) {\n\t\tsuper(fields);\n\t\tthis.tags = fields?.tags;\n\t}\n\tstatic lc_name() {\n\t\treturn \"XMLOutputParser\";\n\t}\n\tlc_namespace = [\"langchain_core\", \"output_parsers\"];\n\tlc_serializable = true;\n\t_diff(prev, next) {\n\t\tif (!next) return void 0;\n\t\tif (!prev) return [{\n\t\t\top: \"replace\",\n\t\t\tpath: \"\",\n\t\t\tvalue: next\n\t\t}];\n\t\treturn compare(prev, next);\n\t}\n\tasync parsePartialResult(generations) {\n\t\treturn parseXMLMarkdown(generations[0].text);\n\t}\n\tasync parse(text) {\n\t\treturn parseXMLMarkdown(text);\n\t}\n\tgetFormatInstructions() {\n\t\tconst withTags = !!(this.tags && this.tags.length > 0);\n\t\treturn withTags ? XML_FORMAT_INSTRUCTIONS.replace(\"{tags}\", this.tags?.join(\", \") ?? \"\") : XML_FORMAT_INSTRUCTIONS;\n\t}\n};\nconst strip = (text) => text.split(\"\\n\").map((line) => line.replace(/^\\s+/, \"\")).join(\"\\n\").trim();\nconst parseParsedResult = (input) => {\n\tif (Object.keys(input).length === 0) return {};\n\tconst result = {};\n\tif (input.children.length > 0) {\n\t\tresult[input.name] = input.children.map(parseParsedResult);\n\t\treturn result;\n\t} else {\n\t\tresult[input.name] = input.text ?? void 0;\n\t\treturn result;\n\t}\n};\nfunction parseXMLMarkdown(s) {\n\tconst cleanedString = strip(s);\n\tconst parser = sax.parser(true);\n\tlet parsedResult = {};\n\tconst elementStack = [];\n\tparser.onopentag = (node) => {\n\t\tconst element = {\n\t\t\tname: node.name,\n\t\t\tattributes: node.attributes,\n\t\t\tchildren: [],\n\t\t\ttext: \"\",\n\t\t\tisSelfClosing: node.isSelfClosing\n\t\t};\n\t\tif (elementStack.length > 0) {\n\t\t\tconst parentElement = elementStack[elementStack.length - 1];\n\t\t\tparentElement.children.push(element);\n\t\t} else parsedResult = element;\n\t\tif (!node.isSelfClosing) elementStack.push(element);\n\t};\n\tparser.onclosetag = () => {\n\t\tif (elementStack.length > 0) {\n\t\t\tconst lastElement = elementStack.pop();\n\t\t\tif (elementStack.length === 0 && lastElement) parsedResult = lastElement;\n\t\t}\n\t};\n\tparser.ontext = (text) => {\n\t\tif (elementStack.length > 0) {\n\t\t\tconst currentElement = elementStack[elementStack.length - 1];\n\t\t\tcurrentElement.text += text;\n\t\t}\n\t};\n\tparser.onattribute = (attr) => {\n\t\tif (elementStack.length > 0) {\n\t\t\tconst currentElement = elementStack[elementStack.length - 1];\n\t\t\tcurrentElement.attributes[attr.name] = attr.value;\n\t\t}\n\t};\n\tconst match = /```(xml)?(.*)```/s.exec(cleanedString);\n\tconst xmlString = match ? match[2] : cleanedString;\n\tparser.write(xmlString).close();\n\tif (parsedResult && parsedResult.name === \"?xml\") parsedResult = parsedResult.children[0];\n\treturn parseParsedResult(parsedResult);\n}\n\n//#endregion\nexport { XMLOutputParser, XML_FORMAT_INSTRUCTIONS, parseXMLMarkdown };\n//# sourceMappingURL=xml.js.map"],"names":["XML_FORMAT_INSTRUCTIONS","XMLOutputParser","BaseCumulativeTransformOutputParser","fields","prev","next","compare","generations","parseXMLMarkdown","text","strip","line","parseParsedResult","input","result","s","cleanedString","parser","sax","parsedResult","elementStack","node","element","lastElement","currentElement","attr","match","xmlString"],"mappings":"kQAMMA,EAA0B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAc7B,IAACC,EAAkB,cAAcC,EAAAA,mCAAoC,CACvE,KACA,YAAYC,EAAQ,CACnB,MAAMA,CAAM,EACZ,KAAK,KAAOA,GAAQ,IACrB,CACA,OAAO,SAAU,CAChB,MAAO,iBACR,CACA,aAAe,CAAC,iBAAkB,gBAAgB,EAClD,gBAAkB,GAClB,MAAMC,EAAMC,EAAM,CACjB,GAAKA,EACL,OAAKD,EAKEE,EAAAA,QAAQF,EAAMC,CAAI,EALP,CAAC,CAClB,GAAI,UACJ,KAAM,GACN,MAAOA,CACV,CAAG,CAEF,CACA,MAAM,mBAAmBE,EAAa,CACrC,OAAOC,EAAiBD,EAAY,CAAC,EAAE,IAAI,CAC5C,CACA,MAAM,MAAME,EAAM,CACjB,OAAOD,EAAiBC,CAAI,CAC7B,CACA,uBAAwB,CAEvB,MADiB,CAAC,EAAE,KAAK,MAAQ,KAAK,KAAK,OAAS,GAClCT,EAAwB,QAAQ,SAAU,KAAK,MAAM,KAAK,IAAI,GAAK,EAAE,EAAIA,CAC5F,CACD,EACA,MAAMU,EAASD,GAASA,EAAK,MAAM;AAAA,CAAI,EAAE,IAAKE,GAASA,EAAK,QAAQ,OAAQ,EAAE,CAAC,EAAE,KAAK;AAAA,CAAI,EAAE,KAAI,EAC1FC,EAAqBC,GAAU,CACpC,GAAI,OAAO,KAAKA,CAAK,EAAE,SAAW,EAAG,MAAO,CAAA,EAC5C,MAAMC,EAAS,CAAA,EACf,OAAID,EAAM,SAAS,OAAS,GAC3BC,EAAOD,EAAM,IAAI,EAAIA,EAAM,SAAS,IAAID,CAAiB,EAClDE,IAEPA,EAAOD,EAAM,IAAI,EAAIA,EAAM,MAAQ,OAC5BC,EAET,EACA,SAASN,EAAiBO,EAAG,CAC5B,MAAMC,EAAgBN,EAAMK,CAAC,EACvBE,EAASC,EAAAA,IAAI,OAAO,EAAI,EAC9B,IAAIC,EAAe,CAAA,EACnB,MAAMC,EAAe,CAAA,EACrBH,EAAO,UAAaI,GAAS,CAC5B,MAAMC,EAAU,CACf,KAAMD,EAAK,KACX,WAAYA,EAAK,WACjB,SAAU,CAAA,EACV,KAAM,GACN,cAAeA,EAAK,aACvB,EACMD,EAAa,OAAS,EACHA,EAAaA,EAAa,OAAS,CAAC,EAC5C,SAAS,KAAKE,CAAO,EAC7BH,EAAeG,EACjBD,EAAK,eAAeD,EAAa,KAAKE,CAAO,CACnD,EACAL,EAAO,WAAa,IAAM,CACzB,GAAIG,EAAa,OAAS,EAAG,CAC5B,MAAMG,EAAcH,EAAa,IAAG,EAChCA,EAAa,SAAW,GAAKG,IAAaJ,EAAeI,EAC9D,CACD,EACAN,EAAO,OAAUR,GAAS,CACzB,GAAIW,EAAa,OAAS,EAAG,CAC5B,MAAMI,EAAiBJ,EAAaA,EAAa,OAAS,CAAC,EAC3DI,EAAe,MAAQf,CACxB,CACD,EACAQ,EAAO,YAAeQ,GAAS,CAC9B,GAAIL,EAAa,OAAS,EAAG,CAC5B,MAAMI,EAAiBJ,EAAaA,EAAa,OAAS,CAAC,EAC3DI,EAAe,WAAWC,EAAK,IAAI,EAAIA,EAAK,KAC7C,CACD,EACA,MAAMC,EAAQ,oBAAoB,KAAKV,CAAa,EAC9CW,EAAYD,EAAQA,EAAM,CAAC,EAAIV,EACrC,OAAAC,EAAO,MAAMU,CAAS,EAAE,MAAK,EACzBR,GAAgBA,EAAa,OAAS,SAAQA,EAAeA,EAAa,SAAS,CAAC,GACjFP,EAAkBO,CAAY,CACtC","x_google_ignoreList":[0]}
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import { compare as g } from "../utils/fast-json-patch/src/duplex.es.js";
|
|
2
|
-
import { BaseCumulativeTransformOutputParser as h } from "./transform.es.js";
|
|
3
|
-
import "../utils/json_patch.es.js";
|
|
4
|
-
import { sax as f } from "../utils/sax-js/sax.es.js";
|
|
5
|
-
const i = `The output should be formatted as a XML file.
|
|
6
|
-
1. Output should conform to the tags below.
|
|
7
|
-
2. If tags are not given, make them on your own.
|
|
8
|
-
3. Remember to always open and close all the tags.
|
|
9
|
-
|
|
10
|
-
As an example, for the tags ["foo", "bar", "baz"]:
|
|
11
|
-
1. String "<foo>
|
|
12
|
-
<bar>
|
|
13
|
-
<baz></baz>
|
|
14
|
-
</bar>
|
|
15
|
-
</foo>" is a well-formatted instance of the schema.
|
|
16
|
-
2. String "<foo>
|
|
17
|
-
<bar>
|
|
18
|
-
</foo>" is a badly-formatted instance.
|
|
19
|
-
3. String "<foo>
|
|
20
|
-
<tag>
|
|
21
|
-
</tag>
|
|
22
|
-
</foo>" is a badly-formatted instance.
|
|
23
|
-
|
|
24
|
-
Here are the output tags:
|
|
25
|
-
\`\`\`
|
|
26
|
-
{tags}
|
|
27
|
-
\`\`\``;
|
|
28
|
-
var _ = class extends h {
|
|
29
|
-
tags;
|
|
30
|
-
constructor(t) {
|
|
31
|
-
super(t), this.tags = t?.tags;
|
|
32
|
-
}
|
|
33
|
-
static lc_name() {
|
|
34
|
-
return "XMLOutputParser";
|
|
35
|
-
}
|
|
36
|
-
lc_namespace = ["langchain_core", "output_parsers"];
|
|
37
|
-
lc_serializable = !0;
|
|
38
|
-
_diff(t, e) {
|
|
39
|
-
if (e)
|
|
40
|
-
return t ? g(t, e) : [{
|
|
41
|
-
op: "replace",
|
|
42
|
-
path: "",
|
|
43
|
-
value: e
|
|
44
|
-
}];
|
|
45
|
-
}
|
|
46
|
-
async parsePartialResult(t) {
|
|
47
|
-
return c(t[0].text);
|
|
48
|
-
}
|
|
49
|
-
async parse(t) {
|
|
50
|
-
return c(t);
|
|
51
|
-
}
|
|
52
|
-
getFormatInstructions() {
|
|
53
|
-
return !!(this.tags && this.tags.length > 0) ? i.replace("{tags}", this.tags?.join(", ") ?? "") : i;
|
|
54
|
-
}
|
|
55
|
-
};
|
|
56
|
-
const p = (t) => t.split(`
|
|
57
|
-
`).map((e) => e.replace(/^\s+/, "")).join(`
|
|
58
|
-
`).trim(), u = (t) => {
|
|
59
|
-
if (Object.keys(t).length === 0) return {};
|
|
60
|
-
const e = {};
|
|
61
|
-
return t.children.length > 0 ? (e[t.name] = t.children.map(u), e) : (e[t.name] = t.text ?? void 0, e);
|
|
62
|
-
};
|
|
63
|
-
function c(t) {
|
|
64
|
-
const e = p(t), o = f.parser(!0);
|
|
65
|
-
let r = {};
|
|
66
|
-
const a = [];
|
|
67
|
-
o.onopentag = (n) => {
|
|
68
|
-
const s = {
|
|
69
|
-
name: n.name,
|
|
70
|
-
attributes: n.attributes,
|
|
71
|
-
children: [],
|
|
72
|
-
text: "",
|
|
73
|
-
isSelfClosing: n.isSelfClosing
|
|
74
|
-
};
|
|
75
|
-
a.length > 0 ? a[a.length - 1].children.push(s) : r = s, n.isSelfClosing || a.push(s);
|
|
76
|
-
}, o.onclosetag = () => {
|
|
77
|
-
if (a.length > 0) {
|
|
78
|
-
const n = a.pop();
|
|
79
|
-
a.length === 0 && n && (r = n);
|
|
80
|
-
}
|
|
81
|
-
}, o.ontext = (n) => {
|
|
82
|
-
if (a.length > 0) {
|
|
83
|
-
const s = a[a.length - 1];
|
|
84
|
-
s.text += n;
|
|
85
|
-
}
|
|
86
|
-
}, o.onattribute = (n) => {
|
|
87
|
-
if (a.length > 0) {
|
|
88
|
-
const s = a[a.length - 1];
|
|
89
|
-
s.attributes[n.name] = n.value;
|
|
90
|
-
}
|
|
91
|
-
};
|
|
92
|
-
const l = /```(xml)?(.*)```/s.exec(e), m = l ? l[2] : e;
|
|
93
|
-
return o.write(m).close(), r && r.name === "?xml" && (r = r.children[0]), u(r);
|
|
94
|
-
}
|
|
95
|
-
export {
|
|
96
|
-
_ as XMLOutputParser,
|
|
97
|
-
i as XML_FORMAT_INSTRUCTIONS,
|
|
98
|
-
c as parseXMLMarkdown
|
|
99
|
-
};
|
|
100
|
-
//# sourceMappingURL=xml.es.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"xml.es.js","sources":["../../../../../../../../../node_modules/.pnpm/@langchain+core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/output_parsers/xml.js"],"sourcesContent":["import { compare } from \"../utils/fast-json-patch/src/duplex.js\";\nimport { BaseCumulativeTransformOutputParser } from \"./transform.js\";\nimport \"../utils/json_patch.js\";\nimport { sax } from \"../utils/sax-js/sax.js\";\n\n//#region src/output_parsers/xml.ts\nconst XML_FORMAT_INSTRUCTIONS = `The output should be formatted as a XML file.\n1. Output should conform to the tags below. \n2. If tags are not given, make them on your own.\n3. Remember to always open and close all the tags.\n\nAs an example, for the tags [\"foo\", \"bar\", \"baz\"]:\n1. String \"<foo>\\n <bar>\\n <baz></baz>\\n </bar>\\n</foo>\" is a well-formatted instance of the schema. \n2. String \"<foo>\\n <bar>\\n </foo>\" is a badly-formatted instance.\n3. String \"<foo>\\n <tag>\\n </tag>\\n</foo>\" is a badly-formatted instance.\n\nHere are the output tags:\n\\`\\`\\`\n{tags}\n\\`\\`\\``;\nvar XMLOutputParser = class extends BaseCumulativeTransformOutputParser {\n\ttags;\n\tconstructor(fields) {\n\t\tsuper(fields);\n\t\tthis.tags = fields?.tags;\n\t}\n\tstatic lc_name() {\n\t\treturn \"XMLOutputParser\";\n\t}\n\tlc_namespace = [\"langchain_core\", \"output_parsers\"];\n\tlc_serializable = true;\n\t_diff(prev, next) {\n\t\tif (!next) return void 0;\n\t\tif (!prev) return [{\n\t\t\top: \"replace\",\n\t\t\tpath: \"\",\n\t\t\tvalue: next\n\t\t}];\n\t\treturn compare(prev, next);\n\t}\n\tasync parsePartialResult(generations) {\n\t\treturn parseXMLMarkdown(generations[0].text);\n\t}\n\tasync parse(text) {\n\t\treturn parseXMLMarkdown(text);\n\t}\n\tgetFormatInstructions() {\n\t\tconst withTags = !!(this.tags && this.tags.length > 0);\n\t\treturn withTags ? XML_FORMAT_INSTRUCTIONS.replace(\"{tags}\", this.tags?.join(\", \") ?? \"\") : XML_FORMAT_INSTRUCTIONS;\n\t}\n};\nconst strip = (text) => text.split(\"\\n\").map((line) => line.replace(/^\\s+/, \"\")).join(\"\\n\").trim();\nconst parseParsedResult = (input) => {\n\tif (Object.keys(input).length === 0) return {};\n\tconst result = {};\n\tif (input.children.length > 0) {\n\t\tresult[input.name] = input.children.map(parseParsedResult);\n\t\treturn result;\n\t} else {\n\t\tresult[input.name] = input.text ?? void 0;\n\t\treturn result;\n\t}\n};\nfunction parseXMLMarkdown(s) {\n\tconst cleanedString = strip(s);\n\tconst parser = sax.parser(true);\n\tlet parsedResult = {};\n\tconst elementStack = [];\n\tparser.onopentag = (node) => {\n\t\tconst element = {\n\t\t\tname: node.name,\n\t\t\tattributes: node.attributes,\n\t\t\tchildren: [],\n\t\t\ttext: \"\",\n\t\t\tisSelfClosing: node.isSelfClosing\n\t\t};\n\t\tif (elementStack.length > 0) {\n\t\t\tconst parentElement = elementStack[elementStack.length - 1];\n\t\t\tparentElement.children.push(element);\n\t\t} else parsedResult = element;\n\t\tif (!node.isSelfClosing) elementStack.push(element);\n\t};\n\tparser.onclosetag = () => {\n\t\tif (elementStack.length > 0) {\n\t\t\tconst lastElement = elementStack.pop();\n\t\t\tif (elementStack.length === 0 && lastElement) parsedResult = lastElement;\n\t\t}\n\t};\n\tparser.ontext = (text) => {\n\t\tif (elementStack.length > 0) {\n\t\t\tconst currentElement = elementStack[elementStack.length - 1];\n\t\t\tcurrentElement.text += text;\n\t\t}\n\t};\n\tparser.onattribute = (attr) => {\n\t\tif (elementStack.length > 0) {\n\t\t\tconst currentElement = elementStack[elementStack.length - 1];\n\t\t\tcurrentElement.attributes[attr.name] = attr.value;\n\t\t}\n\t};\n\tconst match = /```(xml)?(.*)```/s.exec(cleanedString);\n\tconst xmlString = match ? match[2] : cleanedString;\n\tparser.write(xmlString).close();\n\tif (parsedResult && parsedResult.name === \"?xml\") parsedResult = parsedResult.children[0];\n\treturn parseParsedResult(parsedResult);\n}\n\n//#endregion\nexport { XMLOutputParser, XML_FORMAT_INSTRUCTIONS, parseXMLMarkdown };\n//# sourceMappingURL=xml.js.map"],"names":["XML_FORMAT_INSTRUCTIONS","XMLOutputParser","BaseCumulativeTransformOutputParser","fields","prev","next","compare","generations","parseXMLMarkdown","text","strip","line","parseParsedResult","input","result","s","cleanedString","parser","sax","parsedResult","elementStack","node","element","lastElement","currentElement","attr","match","xmlString"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./_virtual/rolldown_runtime.cjs.js");var n={};i.__export(n,{ChatGenerationChunk:()=>a,GenerationChunk:()=>t,RUN_KEY:()=>o});const o="__run";var t=class r{text;generationInfo;constructor(e){this.text=e.text,this.generationInfo=e.generationInfo}concat(e){return new r({text:this.text+e.text,generationInfo:{...this.generationInfo,...e.generationInfo}})}},a=class s extends t{message;constructor(e){super(e),this.message=e.message}concat(e){return new s({text:this.text+e.text,generationInfo:{...this.generationInfo,...e.generationInfo},message:this.message.concat(e.message)})}};exports.ChatGenerationChunk=a;exports.GenerationChunk=t;exports.RUN_KEY=o;exports.outputs_exports=n;
|
|
2
|
-
//# sourceMappingURL=outputs.cjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"outputs.cjs.js","sources":["../../../../../../../../node_modules/.pnpm/@langchain+core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/outputs.js"],"sourcesContent":["import { __export } from \"./_virtual/rolldown_runtime.js\";\n\n//#region src/outputs.ts\nvar outputs_exports = {};\n__export(outputs_exports, {\n\tChatGenerationChunk: () => ChatGenerationChunk,\n\tGenerationChunk: () => GenerationChunk,\n\tRUN_KEY: () => RUN_KEY\n});\nconst RUN_KEY = \"__run\";\n/**\n* Chunk of a single generation. Used for streaming.\n*/\nvar GenerationChunk = class GenerationChunk {\n\ttext;\n\tgenerationInfo;\n\tconstructor(fields) {\n\t\tthis.text = fields.text;\n\t\tthis.generationInfo = fields.generationInfo;\n\t}\n\tconcat(chunk) {\n\t\treturn new GenerationChunk({\n\t\t\ttext: this.text + chunk.text,\n\t\t\tgenerationInfo: {\n\t\t\t\t...this.generationInfo,\n\t\t\t\t...chunk.generationInfo\n\t\t\t}\n\t\t});\n\t}\n};\nvar ChatGenerationChunk = class ChatGenerationChunk extends GenerationChunk {\n\tmessage;\n\tconstructor(fields) {\n\t\tsuper(fields);\n\t\tthis.message = fields.message;\n\t}\n\tconcat(chunk) {\n\t\treturn new ChatGenerationChunk({\n\t\t\ttext: this.text + chunk.text,\n\t\t\tgenerationInfo: {\n\t\t\t\t...this.generationInfo,\n\t\t\t\t...chunk.generationInfo\n\t\t\t},\n\t\t\tmessage: this.message.concat(chunk.message)\n\t\t});\n\t}\n};\n\n//#endregion\nexport { ChatGenerationChunk, GenerationChunk, RUN_KEY, outputs_exports };\n//# sourceMappingURL=outputs.js.map"],"names":["outputs_exports","__export","ChatGenerationChunk","GenerationChunk","RUN_KEY","fields","chunk"],"mappings":"sIAGG,IAACA,EAAkB,CAAA,EACtBC,EAAAA,SAASD,EAAiB,CACzB,oBAAqB,IAAME,EAC3B,gBAAiB,IAAMC,EACvB,QAAS,IAAMC,CAChB,CAAC,EACI,MAACA,EAAU,QAIb,IAACD,EAAkB,MAAMA,CAAgB,CAC3C,KACA,eACA,YAAYE,EAAQ,CACnB,KAAK,KAAOA,EAAO,KACnB,KAAK,eAAiBA,EAAO,cAC9B,CACA,OAAOC,EAAO,CACb,OAAO,IAAIH,EAAgB,CAC1B,KAAM,KAAK,KAAOG,EAAM,KACxB,eAAgB,CACf,GAAG,KAAK,eACR,GAAGA,EAAM,cACb,CACA,CAAG,CACF,CACD,EACIJ,EAAsB,MAAMA,UAA4BC,CAAgB,CAC3E,QACA,YAAYE,EAAQ,CACnB,MAAMA,CAAM,EACZ,KAAK,QAAUA,EAAO,OACvB,CACA,OAAOC,EAAO,CACb,OAAO,IAAIJ,EAAoB,CAC9B,KAAM,KAAK,KAAOI,EAAM,KACxB,eAAgB,CACf,GAAG,KAAK,eACR,GAAGA,EAAM,cACb,EACG,QAAS,KAAK,QAAQ,OAAOA,EAAM,OAAO,CAC7C,CAAG,CACF,CACD","x_google_ignoreList":[0]}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { __export as r } from "./_virtual/rolldown_runtime.es.js";
|
|
2
|
-
var a = {};
|
|
3
|
-
r(a, {
|
|
4
|
-
ChatGenerationChunk: () => i,
|
|
5
|
-
GenerationChunk: () => e,
|
|
6
|
-
RUN_KEY: () => s
|
|
7
|
-
});
|
|
8
|
-
const s = "__run";
|
|
9
|
-
var e = class n {
|
|
10
|
-
text;
|
|
11
|
-
generationInfo;
|
|
12
|
-
constructor(t) {
|
|
13
|
-
this.text = t.text, this.generationInfo = t.generationInfo;
|
|
14
|
-
}
|
|
15
|
-
concat(t) {
|
|
16
|
-
return new n({
|
|
17
|
-
text: this.text + t.text,
|
|
18
|
-
generationInfo: {
|
|
19
|
-
...this.generationInfo,
|
|
20
|
-
...t.generationInfo
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
}
|
|
24
|
-
}, i = class o extends e {
|
|
25
|
-
message;
|
|
26
|
-
constructor(t) {
|
|
27
|
-
super(t), this.message = t.message;
|
|
28
|
-
}
|
|
29
|
-
concat(t) {
|
|
30
|
-
return new o({
|
|
31
|
-
text: this.text + t.text,
|
|
32
|
-
generationInfo: {
|
|
33
|
-
...this.generationInfo,
|
|
34
|
-
...t.generationInfo
|
|
35
|
-
},
|
|
36
|
-
message: this.message.concat(t.message)
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
};
|
|
40
|
-
export {
|
|
41
|
-
i as ChatGenerationChunk,
|
|
42
|
-
e as GenerationChunk,
|
|
43
|
-
s as RUN_KEY,
|
|
44
|
-
a as outputs_exports
|
|
45
|
-
};
|
|
46
|
-
//# sourceMappingURL=outputs.es.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"outputs.es.js","sources":["../../../../../../../../node_modules/.pnpm/@langchain+core@1.1.13_openai@6.16.0_zod@4.3.5_/node_modules/@langchain/core/dist/outputs.js"],"sourcesContent":["import { __export } from \"./_virtual/rolldown_runtime.js\";\n\n//#region src/outputs.ts\nvar outputs_exports = {};\n__export(outputs_exports, {\n\tChatGenerationChunk: () => ChatGenerationChunk,\n\tGenerationChunk: () => GenerationChunk,\n\tRUN_KEY: () => RUN_KEY\n});\nconst RUN_KEY = \"__run\";\n/**\n* Chunk of a single generation. Used for streaming.\n*/\nvar GenerationChunk = class GenerationChunk {\n\ttext;\n\tgenerationInfo;\n\tconstructor(fields) {\n\t\tthis.text = fields.text;\n\t\tthis.generationInfo = fields.generationInfo;\n\t}\n\tconcat(chunk) {\n\t\treturn new GenerationChunk({\n\t\t\ttext: this.text + chunk.text,\n\t\t\tgenerationInfo: {\n\t\t\t\t...this.generationInfo,\n\t\t\t\t...chunk.generationInfo\n\t\t\t}\n\t\t});\n\t}\n};\nvar ChatGenerationChunk = class ChatGenerationChunk extends GenerationChunk {\n\tmessage;\n\tconstructor(fields) {\n\t\tsuper(fields);\n\t\tthis.message = fields.message;\n\t}\n\tconcat(chunk) {\n\t\treturn new ChatGenerationChunk({\n\t\t\ttext: this.text + chunk.text,\n\t\t\tgenerationInfo: {\n\t\t\t\t...this.generationInfo,\n\t\t\t\t...chunk.generationInfo\n\t\t\t},\n\t\t\tmessage: this.message.concat(chunk.message)\n\t\t});\n\t}\n};\n\n//#endregion\nexport { ChatGenerationChunk, GenerationChunk, RUN_KEY, outputs_exports };\n//# sourceMappingURL=outputs.js.map"],"names":["outputs_exports","__export","ChatGenerationChunk","GenerationChunk","RUN_KEY","fields","chunk"],"mappings":";AAGG,IAACA,IAAkB,CAAA;AACtBC,EAASD,GAAiB;AAAA,EACzB,qBAAqB,MAAME;AAAA,EAC3B,iBAAiB,MAAMC;AAAA,EACvB,SAAS,MAAMC;AAChB,CAAC;AACI,MAACA,IAAU;AAIb,IAACD,IAAkB,MAAMA,EAAgB;AAAA,EAC3C;AAAA,EACA;AAAA,EACA,YAAYE,GAAQ;AACnB,SAAK,OAAOA,EAAO,MACnB,KAAK,iBAAiBA,EAAO;AAAA,EAC9B;AAAA,EACA,OAAOC,GAAO;AACb,WAAO,IAAIH,EAAgB;AAAA,MAC1B,MAAM,KAAK,OAAOG,EAAM;AAAA,MACxB,gBAAgB;AAAA,QACf,GAAG,KAAK;AAAA,QACR,GAAGA,EAAM;AAAA,MACb;AAAA,IACA,CAAG;AAAA,EACF;AACD,GACIJ,IAAsB,MAAMA,UAA4BC,EAAgB;AAAA,EAC3E;AAAA,EACA,YAAYE,GAAQ;AACnB,UAAMA,CAAM,GACZ,KAAK,UAAUA,EAAO;AAAA,EACvB;AAAA,EACA,OAAOC,GAAO;AACb,WAAO,IAAIJ,EAAoB;AAAA,MAC9B,MAAM,KAAK,OAAOI,EAAM;AAAA,MACxB,gBAAgB;AAAA,QACf,GAAG,KAAK;AAAA,QACR,GAAGA,EAAM;AAAA,MACb;AAAA,MACG,SAAS,KAAK,QAAQ,OAAOA,EAAM,OAAO;AAAA,IAC7C,CAAG;AAAA,EACF;AACD;","x_google_ignoreList":[0]}
|