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. |
||
---|---|---|
.. | ||
agent_toolkits | ||
examples | ||
implementations | ||
agents.md | ||
getting_started.ipynb | ||
how_to_guides.rst | ||
key_concepts.md | ||
tools.md |