Replies: 1 comment 1 reply
-
@lironezra i don't see any conceptual issues with your example. could you please try setting up your graphusing this example https://langchain-ai.github.io/langgraph/#example or a prebuilt ReAct agent and let me know if you're still running into issues? the only difference would be in using prebuilt |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked other resources
Commit to Help
Example Code
Description
Hi all,
I am trying to build an agent with tools using Langgraph with openai_function_agent, I am using the exact code from here: https://github.com/langchain-ai/langgraph/blob/main/examples/agent_executor/base.ipynb
I cannot add memory to the graph and agent. Can anyone help me with this? I am using MongoDBSaver from the documentation, and I see that there are values in MongoDB for every message the agent got, but when I am asking second question the chat_history seems to be empty.
Maybe I cannot add memory in this architecture?
System Info
System Information
Package Information
Packages not installed (Not Necessarily a Problem)
The following packages were not found:
Beta Was this translation helpful? Give feedback.
All reactions