langchain/docs/modules/agents
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
..
agent_toolkits fix doc names (#1354) 2023-03-01 09:40:31 -08:00
examples Add read only shared memory (#1491) 2023-03-12 09:34:36 -07:00
implementations fix chat agent (#1586) 2023-03-10 12:40:37 -08:00
agents.md Documentation: Minor typo fixes (#1327) 2023-02-27 14:40:43 -08:00
getting_started.ipynb Make Tools own model, add ToolKit Concept (#1095) 2023-02-18 13:40:43 -08:00
how_to_guides.rst pandas and csv agents (#1353) 2023-02-28 22:19:11 -08:00
key_concepts.md improve docs (#1351) 2023-02-28 21:37:18 -08:00
tools.md Add wikipedia tool doc (#1579) 2023-03-10 07:07:27 -08:00