Repair and run a flow
flow://host/repair/command/run
{
"goal": "check all sites and email me the failures"
}
AI connector
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`.
python>=3.10flow://host/repair/command/run
{
"goal": "check all sites and email me the failures"
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=flow-repair' | bash
{
"id": "flow-repair",
"name": "Flow Repair",
"status": "available",
"uriSchemes": [
"flow"
],
"routes": [
"flow://host/repair/command/run"
],
"install": {
"mode": "urirun-extra",
"pipSpec": "urirun-connector-flow-repair @ git+https://github.com/if-uri/urirun-connector-flow-repair.git@v0.1.0"
},
"hubUrl": "https://connect.ifuri.com/connectors/flow-repair"
}