2026-07-27
LoopCraft Introduces Loop Execution Replay for Export Debugging
Record and replay a single loop execution step-by-step to pinpoint where agent decisions diverge from expectations.
← Back to NewsStarting 2026-07-27, LoopCraft includes a loop execution replay feature that records a single run of your agent loop and lets you step through each node decision after the fact. For each node, the replay shows the input it received, the output it produced, and the model response that drove any branching logic. When a node output diverges from what you expected, you can inspect the exact prompt and response that led there. The replay is stored alongside the workspace and can be exported as a JSON trace for offline review or sharing with teammates. This is a debugging aid; it does not change export targets or loop behavior. Feedback: sapsap@qq.com.