What's the correct way adding thread memory into a supervisor agent? How to also reduce number of messages in the conversation? #4110
Unanswered
arielbeckjit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically - i don't need the checkpoint mechanism, it saves too much data and can cause overload on the DB.
the main problem is that the checkpointer saves tons of checkpoints data, it will get expensive and i dont need checkpoints, just message history (human / AI - that's it)

The other issue is that items start to build up - an item can suddenly have 100 messages (it doesn't save individual messages per checkpoint)
Do i need to build it on my own? load it and save it at the end of the graph?
how to address this?
Beta Was this translation helpful? Give feedback.
All reactions