LangChain Agents Documentation, LangChain Contributors, 2024 (LangChain) - Provides comprehensive information on building and configuring agents, including details on AgentExecutor parameters like handle_parsing_errors and max_iterations, and the mechanisms for tool interaction and error reporting within the framework.
Release It!: Design and Deploy Production-Ready Software, Michael T. Nygard, 2018 (The Pragmatic Programmers) - A foundational book on building robust, resilient, and fault-tolerant software systems, covering patterns like retries, timeouts, and circuit breakers, directly relevant to general error handling and recovery strategies.
Building Microservices: Designing Fine-Grained Systems, Sam Newman, 2021 (O'Reilly Media) - Discusses designing services and their interactions, including error handling, resilience patterns, and robust API contracts, applicable when considering tools as components within an agent system.