ReAct: Synergizing Reasoning and Acting in Language Models, Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao, 2023ICLRDOI: 10.48550/arXiv.2210.03629 - Introduces the ReAct framework, which combines reasoning and acting to enable LLMs to perform complex tasks by generating verbal reasoning traces and task-specific actions. This framework directly relates to the agent loop described.
LangChain Agents Documentation, LangChain, 2024 - Official guide to building and using agents within the LangChain framework, including concepts, components like tools and executors, and integration examples.
Tools (Function calling), OpenAI, 2024 (OpenAI) - Provides guidance on how to enable large language models like GPT-4o to interact with external tools by defining functions the model can call, directly relevant to the agent's action generation.