LoopCraft
Sign In

2026-08-05

LoopCraft adds retry-with-backoff pattern to visual loop builder

A new retry node with exponential backoff is available in the visual loop builder for handling transient LLM API failures.

Back to News
Starting 2026-08-05, LoopCraft includes a retry-with-backoff node in the visual loop builder. The node wraps any LLM call and automatically retries on transient failures (429, 500, 503) with exponential backoff. Configure max retries (1-5), base delay (100ms-2s), and max delay (1s-30s). The node emits a retry-count metric for monitoring. This is an organizational aid for building resilient loops; it does not guarantee API availability. Contact: sapsap@qq.com.