How to make tools store custom variables in Agent's state when using create_deep_agent()?
#2649
Unanswered
Sai Akhilesh Ande (akhil189)
asked this question in
Q&A
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.
-
I have a workflow with 3 tools (SQL tool, Retriever Tool, Report Tool).
Retriever Tool - retrieves context from a
vectorstore(List[Document])SQL Tool - creates a valid SQL query
Report Tool - accepts a SQL query and creates a csv report
Based on user query, the agent has to call one or more tools. The workflow is specified in skills. I need my tools to
ToolMessageto the main agentI need them in agent's state because:
How to achieve the same with
create_deep_agent()?Beta Was this translation helpful? Give feedback.
All reactions