
Recovery Workflows
Fixing problems automatically.
Recovery Workflows
Sometimes a failure is fixable.
- JSON Error: If the LLM output malformed JSON, don't crash. Route to a
FixJsonNode(feeds the error back to the LLM to correct it). - Missing Data: If user didn't provide an ID, Route to
AskUserNode.
These are "Self-Healing" loops. The graph detects the damage and routes to a repair station before continuing.