no healthy endpoint available | No server reachable → ollama-agent endpoints shows details |
model "x" is not available on any healthy endpoint | Model not pulled anywhere → run ollama pull x on a server; the error message lists what is available |
model "x" only exists on unavailable endpoint(s) | The only server that has the model is down |
| First response very slow | Ollama is still loading the model into memory; fast afterwards. Increase request_timeout_sec if needed |
bind: address already in use on serve | Port already taken → change api.addr or serve -addr |
| Response contains raw tool-call syntax | Should not happen (salvage parser) — please report as a bug with model name and output |
| Classification picks the wrong category | Choose a smaller/better router model, or pass the category explicitly (--category) |