Known issue (orchestration). fallback_tool_parsing is currently honored only in single-agent mode. In orchestration mode the coordinator and workers are built with fallback parsing
disabled — a bug, not intended behavior, tracked in
#193. Until it’s fixed, a local model that emits tool calls as text instead of native
tool_calls can stall in orchestration (the coordinator never registers a routing decision). Workaround: run such models in single-agent mode (
[orchestration].enabled = false), or use a model with reliable native tool-calling.