Checkpointer (memory concept in controlled agent) #27070
Replies: 3 comments 2 replies
-
I wasn't able to find specific information on using the checkpointer concept with controlled flow agents that have defined nodes and edges without LLM calls in LangChain. The available documentation primarily covers using checkpointers with memory in scenarios involving LLMs and conversational agents [1][2]. If the checkpointer isn't working as expected in your setup, it might be due to the way the agent is configured or how the checkpointer is integrated with the defined nodes and edges. You may need to ensure that the checkpointer is correctly set up to handle state across the specific flow of your application. If you have further details or specific code snippets, it might help in diagnosing the issue. |
Beta Was this translation helpful? Give feedback.
-
@dosu , checkpointer is totally working fine for llmbind agnets with tools and all, but it doesnt work with controlled agent. configuration everything is perfect there is no issue, when i try to pass thread id in llmbind it works, but for controlled it keeps on running the set of defined graph nodes and edges. |
Beta Was this translation helpful? Give feedback.
-
@akash97715 i don't understand the question. Are you using langgraph checkpointers? What is a controlled agent? |
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
My question is the checkpointer concept available for the controlled flow agents where we have a set of defined nodes and edges. Impoertantly we dont do bind llm calls(basically assistant thing)., there will be just a tools and set of defined nodes and edges. how we can have the checkpointer present there.
because what i have observed, if we pass thread id also it doesnt work it just hit the set of defined steps and then finnish.
please let me know if any ellaboration is required?
System Info
langgraph latest
Beta Was this translation helpful? Give feedback.
All reactions