Agents, LangChain, 2024 (LangChain) - Provides comprehensive guidance on building and understanding autonomous agents using LangChain, including various agent types and their underlying mechanisms.
Tools, LangChain, 2025 (LangChain) - Official documentation detailing how to utilize pre-built tools within LangChain agents to interact with external services and data sources.
ReAct: Synergizing Reasoning and Acting in Language Models, Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao, 2023International Conference on Learning Representations (ICLR)DOI: 10.48550/arXiv.2210.03629 - Foundational research paper introducing the ReAct framework, which combines reasoning and acting to enhance agent capabilities, directly relevant to AgentType.ZERO_SHOT_REACT_DESCRIPTION.