Can create_react_agent and supervisor_agent in langgraph be modified?

Can create_react_agent and supervisor_agent in langgraph be modified ? to use Store/Checkpoint for persistent memory - ie Postgre in Langgraph’s backend when grapgs deployed to langgraph platform

I believe the following pages might be helpful to you:

Hi @johnda98 ! When deployed with LangSmith Deployments, we default to using postgres for short term and long term memory today.

1 Like

yes.. was aware of that. ie Postgres for production deploys on langgraphie now langsmith deploys…

SQL Lite use if langgraph deploys to localhost ? i presume.

More importantly my question asks if the create_react_agent and supervisor_agent in langgraph be modified ? as runnable configs so they can use Store and Checkpointer ie to have interthread Long Term memory via sqllite or postgres.

I think those Agent graphs are buried in the langgraph API and currently do not have long term memory capability ??

yes can create my own Agent but was using Langgraph’s Supervisor Agent and subAgent - tools agent.. via those langgraph methods.

I doubt Langchain has code in those lower API graphs that offer methods to create those graphs with compile options to enable Store class and other classes that use long term memory ie hitting their Postgres backend on langsmith deploy(langgraph platform)