Loop discovery until no new findings emerge
loop-until-dryworkflowsetup L2★36
xz1220/open-dynamic-workflows ↗What it does
Loop finders until K consecutive rounds produce no new results
Best for
Open-ended discovery when you need to loop until exhaustion + K is user-configurable
Inputs
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
Requires
- · Claude Agent API
Preconditions
Finder agent idempotent; convergence definition clear (K=0 new results means dry)
Failure modes
Finder always finds something (infinite loop); K not set (unbounded loop); convergence never reached
Trust signals
- · Self-paced optional K
- · Dry-run detection explicit