Files
langchain/docs
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-02-15 23:07:01 -08:00
2023-02-26 22:35:04 -08:00
2023-03-10 12:53:09 -08:00
2023-03-11 09:18:35 -08:00
2023-01-02 08:24:09 -08:00
2023-03-06 08:34:24 -08:00
2022-10-24 14:51:15 -07:00
2023-01-02 08:24:09 -08:00
2023-01-29 20:49:35 -08:00