AI connector

Flow Repair

Flow Repair is an external urirun connector that turns a natural-language goal into a urirun flow as YAML, validates every step URI against the registry action space, runs the steps under policy, and — when a step fails — feeds the structured error back to an LLM to obtain a corrected flow, then re-runs (up to `tries`). LLM model/provider selection is delegated to the `llm` connector (provider-prefixed models go through litellm; bare models hit Ollama). Steps execute only with `--execute` / `mode=execute`.

dostępny ✓ zweryfikowany

Co robi

  • Generate a urirun flow (YAML) from natural language.
  • Execute a flow and self-repair from failures.
  • Iterate a flow until it passes.

Schematy URI

flow://

Wymagania

  • python>=3.10