Discussion about this post

User's avatar
Guna's avatar
Nov 8Edited

Hey instead of making the three agents where every agent have more than one tool. Have you tried a single create react agent which takes the all the tools as comma seperate list along with master signature with max_iter param. Then I hope you can see the same behaviour that how it's selecting the which tool etc. The beauty is that lets say it called a tool and it failed then every time it's adding evrything such that in the next tool call definitely it will come with correct tool call with right query that needs to pass (assume it's a sql tool) . For avoiding lack of observability we can add a parameter verbose with true in langgraph pre built create react agent where we can how its thinking, acting and observing repeat.

Expand full comment

No posts