@n8n/n8n-nodes-langchain 2.32.3 → 2.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/dist/methods/defined.json +3 -0
  2. package/dist/methods/referenced.json +3 -0
  3. package/dist/node-definitions/.nodes-hash +1 -1
  4. package/dist/node-definitions/nodes/n8n-nodes-langchain/lmChatAwsBedrock/index.ts +3 -1
  5. package/dist/node-definitions/nodes/n8n-nodes-langchain/lmChatAwsBedrock/v12.schema.js +26 -0
  6. package/dist/node-definitions/nodes/n8n-nodes-langchain/lmChatAwsBedrock/v12.ts +85 -0
  7. package/dist/nodes/chains/ChainLLM/methods/chainExecutor.js +2 -0
  8. package/dist/nodes/chains/ChainLLM/methods/chainExecutor.js.map +1 -1
  9. package/dist/nodes/chains/InformationExtractor/processItem.js +6 -1
  10. package/dist/nodes/chains/InformationExtractor/processItem.js.map +1 -1
  11. package/dist/nodes/chains/SentimentAnalysis/SentimentAnalysis.node.js +11 -2
  12. package/dist/nodes/chains/SentimentAnalysis/SentimentAnalysis.node.js.map +1 -1
  13. package/dist/nodes/chains/TextClassifier/processItem.js +6 -1
  14. package/dist/nodes/chains/TextClassifier/processItem.js.map +1 -1
  15. package/dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.d.ts +6 -0
  16. package/dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.js +38 -2
  17. package/dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.js.map +1 -1
  18. package/dist/nodes/llms/LmChatAwsBedrock/methods/listModels.d.ts +2 -0
  19. package/dist/nodes/llms/LmChatAwsBedrock/methods/listModels.js +55 -0
  20. package/dist/nodes/llms/LmChatAwsBedrock/methods/listModels.js.map +1 -0
  21. package/dist/nodes/llms/LmChatCohere/LmChatCohere.node.js +2 -1
  22. package/dist/nodes/llms/LmChatCohere/LmChatCohere.node.js.map +1 -1
  23. package/dist/nodes/llms/LmChatCohere/cohereV2Client.d.ts +4 -0
  24. package/dist/nodes/llms/LmChatCohere/cohereV2Client.js +167 -0
  25. package/dist/nodes/llms/LmChatCohere/cohereV2Client.js.map +1 -0
  26. package/dist/nodes/mcp/shared/McpClientsManager.d.ts +6 -0
  27. package/dist/nodes/mcp/shared/McpClientsManager.js +38 -19
  28. package/dist/nodes/mcp/shared/McpClientsManager.js.map +1 -1
  29. package/dist/nodes/mcp/shared/runtime.js +1 -0
  30. package/dist/nodes/mcp/shared/runtime.js.map +1 -1
  31. package/dist/nodes/mcp/shared/utils.d.ts +1 -1
  32. package/dist/nodes/mcp/shared/utils.js +22 -0
  33. package/dist/nodes/mcp/shared/utils.js.map +1 -1
  34. package/dist/nodes/tools/ToolWikipedia/ToolWikipedia.node.js +16 -1
  35. package/dist/nodes/tools/ToolWikipedia/ToolWikipedia.node.js.map +1 -1
  36. package/dist/nodes/tools/ToolWorkflow/v2/versionDescription.js +1 -0
  37. package/dist/nodes/tools/ToolWorkflow/v2/versionDescription.js.map +1 -1
  38. package/dist/typecheck.tsbuildinfo +1 -1
  39. package/dist/types/nodes.json +2 -2
  40. package/dist/utils/agent-execution/buildSteps.js +11 -3
  41. package/dist/utils/agent-execution/buildSteps.js.map +1 -1
  42. package/dist/utils/agent-execution/createEngineRequests.js +16 -1
  43. package/dist/utils/agent-execution/createEngineRequests.js.map +1 -1
  44. package/dist/utils/agent-execution/types.d.ts +5 -0
  45. package/dist/utils/agent-execution/types.js.map +1 -1
  46. package/dist/utils/output_parsers/parserInput.d.ts +2 -0
  47. package/dist/utils/output_parsers/parserInput.js +7 -0
  48. package/dist/utils/output_parsers/parserInput.js.map +1 -0
  49. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/n8n-nodes-langchain",
3
- "version": "2.32.3",
3
+ "version": "2.33.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -25,8 +25,8 @@
25
25
  },
26
26
  "files": [
27
27
  "dist",
28
- "LICENSE_EE.md",
29
- "LICENSE.md"
28
+ "LICENSE.md",
29
+ "LICENSE_EE.md"
30
30
  ],
31
31
  "n8n": {
32
32
  "n8nNodesApiVersion": 1,
@@ -216,7 +216,7 @@
216
216
  "typescript": "npm:@typescript/typescript6@6.0.2",
217
217
  "vitest": "^4.1.9",
218
218
  "vitest-mock-extended": "^3.1.0",
219
- "@n8n/eslint-plugin-community-nodes": "0.26.0",
219
+ "@n8n/eslint-plugin-community-nodes": "0.27.0",
220
220
  "@n8n/vitest-config": "1.19.0"
221
221
  },
222
222
  "dependencies": {
@@ -304,17 +304,17 @@
304
304
  "weaviate-client": "3.9.0",
305
305
  "zod": "3.25.67",
306
306
  "zod-to-json-schema": "3.23.3",
307
- "@n8n/client-oauth2": "1.14.2",
308
- "@n8n/config": "2.30.0",
309
- "@n8n/ai-utilities": "0.25.2",
307
+ "@n8n/ai-utilities": "0.26.0",
308
+ "@n8n/client-oauth2": "1.15.0",
309
+ "@n8n/config": "2.31.0",
310
310
  "@n8n/di": "0.16.0",
311
- "@n8n/errors": "0.13.0",
312
311
  "@n8n/json-schema-to-zod": "1.15.0",
313
- "@n8n/typescript-config": "1.9.0",
314
- "@n8n/utils": "1.40.0",
315
- "n8n-nodes-base": "2.32.3",
316
- "n8n-core": "2.32.2",
317
- "n8n-workflow": "2.32.1"
312
+ "@n8n/utils": "1.41.0",
313
+ "@n8n/errors": "0.13.0",
314
+ "n8n-workflow": "2.33.0",
315
+ "n8n-nodes-base": "2.33.0",
316
+ "n8n-core": "2.33.0",
317
+ "@n8n/typescript-config": "1.9.0"
318
318
  },
319
319
  "license": "SEE LICENSE IN LICENSE.md",
320
320
  "homepage": "https://n8n.io",