Nodes as Tools #4170
jamesheavey
started this conversation in
Ideas
Nodes as Tools
#4170
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the agentic systems I have been designing I often use tool calling as more of a router to run node logic loops than function execution.
I know you can create tools with injected state and return command objects to update the state and route, however I think a more intuitive approach would be the ability to invoke node routing directly as a tool and just auto run the logic with said node. From a developer experience perspective, I think this would be easier and more intuitive than injected tool states and command objects to update the graph, all while still requiring a tool executor node
Beta Was this translation helpful? Give feedback.
All reactions