Replies: 2 comments 4 replies
-
I couldn't find specific examples or documentation in LangChain version 0.3 that demonstrate combining SQL and chart generation agents. However, you can consider using the To combine your SQL agent and chart generation agent, you might want to:
For more advanced orchestration, you might explore using classes like |
Beta Was this translation helpful? Give feedback.
-
By interconnected, do you mean the agents communicate with each other or that you want a single agent that performs both tasks? If it’s the latter, you could try using this |
Beta Was this translation helpful? Give feedback.
-
I have 2 agent there are sql agent and chart generation agent, how to combine both agents into one that interconnected with each other?
Beta Was this translation helpful? Give feedback.
All reactions