cyberneticlibrary

Find items iteratively until dry

loop-until-dryworkflowsetup L31
robotlearning123/open-dynamic-workflow
What it does

Iterate discovery until no fresh items found

Best for

Exhausting paginated or incremental sources without manual pagination logic.

Inputs
  • · search query string
Outputs
  • · confirmed items
  • · structured JSON result
Requires
  • · agent MCP
  • · parallel execution
  • · workflow phases
Preconditions

Workflow runtime available; agents ready; input schema valid; args provided

Failure modes

Agent timeout or refusal; schema validation fails; empty result set; dedup collision on key

Trust signals
  • · Schema validation enforced
  • · Structured phase logging
  • · Parallel agent orchestration
  • · Deduplication logic
  • · Strict schema requirements