Memory, LangChain Contributors, 2023 (LangChain Inc.) - Official LangChain documentation explaining various memory types, their configuration, and how they manage conversational history within LLM applications.
Agents, LangChain Contributors, 2024 (LangChain) - Official LangChain documentation detailing agents, their design principles, supported types, and how they integrate components like tools and memory for complex, multi-turn interactions.
ReAct: Synergizing Reasoning and Acting in Language Models, Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao, 2022arXiv preprint arXiv:2210.03629DOI: 10.48550/arXiv.2210.03629 - Foundational paper introducing the ReAct paradigm, which combines reasoning and acting steps for language models. This method is crucial for understanding how sophisticated agents, like those in LangChain, use LLMs to make decisions and utilize tools with memory.