feat(backends): add retry/backoff controls for external CLI execution
This commit is contained in:
@@ -330,6 +330,8 @@ backends:
|
||||
gemini: { enabled: false, path: /usr/local/bin/gemini, args: [], timeout_ms: 120000 }
|
||||
```
|
||||
|
||||
Each external backend also supports `retries` and `retry_delay_ms` for transient CLI failures.
|
||||
|
||||
When `args` is non-empty:
|
||||
- use `{prompt}` in an argument to inject the full generated prompt directly into argv.
|
||||
- if `{prompt}` is not present, Flynn writes the prompt to stdin.
|
||||
|
||||
Reference in New Issue
Block a user