Replies: 2 comments 3 replies
-
Adding more tools to an LangChain suggests considering more advanced agents, such as those built with LangGraph, which provide greater flexibility and control. LangGraph replaces the traditional agent executor with a graph that manages the agent's cycles and tracks the state, offering a more robust framework for handling complex interactions and tool integrations. This might be a better approach if your tasks or tools are distinct enough to warrant separate handling [1][2][3][4]. |
Beta Was this translation helpful? Give feedback.
-
@dosu can you provide some langchain agentic examples? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
For my use case I am getting better token usage and performance by adding more tools to agent_executor shown above. As of now tools are like below. How python agent executor work? is there any issue? Do I need to divest to different agents? Please advise.
System Info
Name: langchain
Version: 0.3.2
Beta Was this translation helpful? Give feedback.
All reactions