Postgres memory on a MultiAgent #1881
Unanswered
DiegoRamos-SB
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi Diego, this is what is used in LangGraph Cloud! Checkpointers are inherited by default, meaning that graphs run within other graphs would save checkpoints for themselves (namespaced by the node in which they're run) Do you have more code as an example? As an aside - we are working on an imperative API that would be scoped beyond / outside of threads for persisting memory across conversations that you may find useful once we roll it out |
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
Uh oh!
There was an error while loading. Please reload this page.
-
You know if it´s possible to use the Postgress memory on a Multi-Agent System?
I´ve tried to use and the agent itself works, but does´nt sends data to my Postgress database. It´s important to note that I try to implement the same memory on a single agent and it works perfectly.
Beta Was this translation helpful? Give feedback.
All reactions