|
|
|
|
|
by amrb
1187 days ago
|
|
There are attempts via langchains [0] depending on how much context is required I could see a summary step where the history to compressed and used to carry forward progress. An alternative could be a vector store, injecting small snippets of relative text as a step. 0 - https://python.langchain.com/en/latest/modules/memory/key_co... |
|