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 - Introduces the ReAct framework, which is foundational for agent action sequences involving Thought-Action-Observation loops discussed in the section.
LangSmith Documentation, LangChain, 2024 (LangChain) - Official documentation for a leading platform designed for logging, tracing, and debugging agent action sequences in real-world LLM applications.
Large Language Models (CS324) - Lecture 10: Agents, Percy Liang, Tatsunori Hashimoto, Christopher Ré, 2023 (Stanford University) - A university lecture that offers a comprehensive academic overview of LLM agents, their design, capabilities, and challenges, providing a broader context for understanding agent workflows and debugging.