langchain/docs/modules/agents/examples
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_vectorstore.ipynb Update agent_vectorstore.ipynb (#1318) 2023-02-26 23:22:35 -08:00
async_agent.ipynb Add a SQL agent for interacting with SQL Databases and JSON Agent for interacting with large JSON blobs (#1150) 2023-02-28 19:44:39 -08:00
custom_agent.ipynb Make Tools own model, add ToolKit Concept (#1095) 2023-02-18 13:40:43 -08:00
custom_tools.ipynb Make Tools own model, add ToolKit Concept (#1095) 2023-02-18 13:40:43 -08:00
intermediate_steps.ipynb Make Tools own model, add ToolKit Concept (#1095) 2023-02-18 13:40:43 -08:00
load_from_hub.ipynb Add Qdrant named arguments (#1386) 2023-03-02 07:05:14 -08:00
max_iterations.ipynb Make Tools own model, add ToolKit Concept (#1095) 2023-02-18 13:40:43 -08:00
multi_input_tool.ipynb Make Tools own model, add ToolKit Concept (#1095) 2023-02-18 13:40:43 -08:00
search_tools.ipynb searx: add install instructions, update doc and notebooks (#1420) 2023-03-03 20:57:50 -08:00
serialization.ipynb Make Tools own model, add ToolKit Concept (#1095) 2023-02-18 13:40:43 -08:00
sharedmemory_for_tools.ipynb Add read only shared memory (#1491) 2023-03-12 09:34:36 -07:00