feat(core): Implement partial execution for all tool nodes (#15168)

This commit is contained in:
Benjamin Schroth
2025-05-12 12:31:17 +02:00
committed by GitHub
parent d12c7ee87f
commit 8b467e3f56
39 changed files with 1129 additions and 279 deletions

View File

@@ -133,7 +133,9 @@
"dist/nodes/vector_store/VectorStoreSupabaseLoad/VectorStoreSupabaseLoad.node.js",
"dist/nodes/vector_store/VectorStoreZep/VectorStoreZep.node.js",
"dist/nodes/vector_store/VectorStoreZepInsert/VectorStoreZepInsert.node.js",
"dist/nodes/vector_store/VectorStoreZepLoad/VectorStoreZepLoad.node.js"
"dist/nodes/vector_store/VectorStoreZepLoad/VectorStoreZepLoad.node.js",
"dist/nodes/ToolExecutor/ToolExecutor.node.js"
]
},
"devDependencies": {