forked from Archives/langchain
acd86d33bc
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. |
||
---|---|---|
.. | ||
__init__.py | ||
test_api.py | ||
test_base.py | ||
test_combine_documents.py | ||
test_constitutional_ai.py | ||
test_conversation.py | ||
test_hyde.py | ||
test_llm_bash.py | ||
test_llm_checker.py | ||
test_llm_math.py | ||
test_llm_summarization_checker.py | ||
test_llm.py | ||
test_memory.py | ||
test_natbot.py | ||
test_sequential.py | ||
test_transform.py |