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 (ICLR)DOI: 10.48550/arXiv.2210.03629 - Explains the ReAct framework, which combines reasoning (Thought) and acting (Action) to enhance LLM capabilities, directly relevant to the core agent loop discussed.
Agents, LangChain, 2024 (LangChain) - The official documentation for LangChain's agent module, providing practical details on AgentExecutor, agent types, and configuration, directly referenced in the content.
Agent Executors, LangChain, 2024 (LangChain) - Official LangChain documentation specifically detailing the AgentExecutor component, its function, and configuration parameters like max_iterations and handle_parsing_errors.