Replies: 1 comment
-
I noticed this too, although I didn't make the connection that it was related to Process.hierarchical . I was trying to use the filewritetool to write files to a directory. I could trigger it manually no problem, but the agents fumbled with it hopelessly and insisted on passing JSON as arguments to it. It felt impossible to debug because it was happening somewhere in the LLM's black box. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a set of tools that perform different tasks. And i have different agents to handle these tools. My idea was to provide a prompt to the Manger agent and execute the tools based on that. But while using tools with hierarchical process, tools are not being executed. Can I know why this is happening? Thanks for the help in advance.
Beta Was this translation helpful? Give feedback.
All reactions