langchain/tests/unit_tests/chains
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
..
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_api.py 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
test_base.py Harrison/memory refactor (#1478) 2023-03-07 07:59:37 -08:00
test_combine_documents.py fix map reduce chain (#550) 2023-01-06 07:15:57 -08:00
test_constitutional_ai.py Added constitutional chain. (#1147) 2023-02-18 19:31:51 -08:00
test_conversation.py Add read only shared memory (#1491) 2023-03-12 09:34:36 -07:00
test_hyde.py Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 2023-02-07 21:21:57 -08:00
test_llm_bash.py update branch name in gha (#274) 2022-12-06 22:28:50 -08:00
test_llm_checker.py Add LLMCheckerChain (#281) 2022-12-09 12:49:05 -08:00
test_llm_math.py initial commit 2022-10-24 14:51:15 -07:00
test_llm_summarization_checker.py Harrison/summarizer chain (#1356) 2023-03-01 20:59:07 -08:00
test_llm.py move output parsing (#1605) 2023-03-11 16:41:03 -08:00
test_memory.py Add read only shared memory (#1491) 2023-03-12 09:34:36 -07:00
test_natbot.py Harrison/cache (#343) 2022-12-15 07:53:32 -08:00
test_sequential.py Harrison/memory refactor (#1478) 2023-03-07 07:59:37 -08:00
test_transform.py Add a Transformation Chain (#257) 2022-12-06 21:58:16 -08:00