feat(routing): support per-agent backend selection across native/external
This commit is contained in:
@@ -331,6 +331,15 @@ backends:
|
||||
|
||||
If multiple external backends are enabled, Flynn selects the first in this order: `codex` -> `claude_code` -> `opencode` -> `gemini`.
|
||||
|
||||
You can also route specific named agents to a backend:
|
||||
|
||||
```yaml
|
||||
agent_configs:
|
||||
coder:
|
||||
model_tier: complex
|
||||
backend: codex # native | codex | claude_code | opencode | gemini
|
||||
```
|
||||
|
||||
### Native Audio Support
|
||||
|
||||
Voice messages from channels can be handled in two ways:
|
||||
|
||||
Reference in New Issue
Block a user