Executor
Reliable execution and systematic feedback collection, with structured retry and outcome capture.
- Addresses
- Action reliability — handling failure, retry, and outcome capture.
- When it stabilizes
- When external APIs are flaky, when partial failures must be distinguished from total failures, or when downstream nodes need the result to proceed.
- Example
- A LangGraph node wraps every tool call in a retry loop with exponential backoff, logging the exact response or error into shared state.