Replies: 1 comment 4 replies
-
@dosu...or if you tell us how I incorporate |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Checked other resources
Commit to Help
Example Code
Description
I am using a simple re-act agent in LangGraph with a few tools. As an experiment, I added a Python REPL so that I can query my DataFrame using pandas functions. However, my re-act node called 'reasoner' lacks the AgentExecutor functionality. As a result, my Python DataFrame queries are not executing correctly, despite having the REPL tool in my toolbox.
When I execute my Python queries via the AgentExecutor (as shown below), everything works great.
But when I attempt to use the LangGraph node concept, the 'reasoner' node fails to return the Python query results, despite having the REPL tool.
My request is as follows: Is it possible to inject the AgentExecutor functionality into the above 'reasoner' node when the question pertains to the Python REPL? Please advise.
System Info
Name: langchain
Version: 0.3.0
Beta Was this translation helpful? Give feedback.
All reactions