ReAct: Synergizing Reasoning and Acting in Language Models, Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao, 2022International Conference on Learning Representations (International Conference on Learning Representations)DOI: 10.48550/arXiv.2210.03629 - Introduces the ReAct prompting strategy, which combines reasoning and acting steps, important for how LLM agents select actions and interact with tools.
LangChain Agents Documentation, LangChain, 2024 (LangChain) - Official documentation for implementing agents using the LangChain framework, offering practical examples and details on agent types, tools, and execution.