Artificial Intelligence: A Modern Approach, Stuart Russell and Peter Norvig, 2020 (Pearson) - Provides a comprehensive overview of intelligent agents, their architectures, perception, reasoning, planning, and learning, forming the theoretical bedrock for AI agents.
ReAct: Synergizing Reasoning and Acting in Language Models, Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik Narasimhan, Yuan Cao, 2022arXiv (arXiv)DOI: 10.48550/arXiv.2210.03629 - Introduces the ReAct framework, a paradigm for LLM agents to interleave verbal reasoning (thought) with actions, crucial for complex task execution and tool use, directly relevant to the 'Planning and Execution Module' and 'Tools'.
Generative Agents: Interactive Simulacra of Human Behavior, Joon Sung Park, Joseph C. O'Brien, Carrie J. Cai, Meredith Ringel Morris, Percy Liang, Michael S. Bernstein, 2023arXiv preprint arXiv:2304.03442DOI: 10.48550/arXiv.2304.03442 - Presents a computational framework for generative agents that use an LLM to simulate human-like behavior, featuring an architecture that integrates long-term memory, planning, and reflection, offering a deeper look into agentic capabilities beyond basic task execution.
Prompt Engineering Guide, Prompt Engineering Guide Contributors, 2024 - A comprehensive, community-maintained resource explaining various prompt engineering techniques, strategies, and best practices essential for effectively guiding Large Language Models and developing robust AI agents.