Files
langchain-python/langchain
yakigac acd86d33bc Add read only shared memory (#1491)
Provide shared memory capability for the Agent.
Inspired by #1293 .

## Problem

If both Agent and Tools (i.e., LLMChain) use the same memory, both of
them will save the context. It can be annoying in some cases.


## Solution

Create a memory wrapper that ignores the save and clear, thereby
preventing updates from Agent or Tools.
2023-03-12 09:34:36 -07:00
..
2023-03-10 12:40:37 -08:00
2023-02-20 22:54:15 -08:00
2023-03-11 16:41:03 -08:00
2023-01-15 16:45:16 -08:00
2023-03-08 21:24:18 -08:00
2023-03-11 16:41:03 -08:00
2023-02-20 21:43:02 -08:00
2023-03-10 15:05:06 -08:00
2023-03-08 21:24:27 -08:00
2023-03-11 16:41:03 -08:00
2022-10-24 14:51:15 -07:00
2022-11-12 11:22:32 -08:00
2023-03-07 07:59:37 -08:00
2023-02-20 21:15:45 -08:00
2023-01-19 14:48:30 -08:00