Replying to @yellephen
I pointed it at a local ollama model to have a go at it but my shim was trying to stream back because it's not written right. My shim didn't respect the request for stream false.
Cyber threats have no secrets. Ship fast solving complex problem in a simple way.
@yellephen can you try again? AIRMY sends "stream": false on sync runs and expects plain JSON back, so if your shim always streams to Ollama it’ll break; either honor the stream flag or point Settings at Ollama’s native OpenAI endpoint (localhost:11434/v1) and skip the shim.
Didn't realise Ollama had that. I hired a curriculum mapper agent and then in Agents I clicked run. These were my Ollama logs and nothing else happened.
[GIN] 2026/06/11 - 15:04:27 | 200 | 6.808644912s | 172.17.0.1 | POST "/v1/chat/completions"
[GIN] 2026/06/11 - 15:04:40 | 200 | 3.778450911s | 172.17.0.1 | POST "/v1/chat/completions"
[GIN] 2026/06/11 - 15:04:44 | 200 | 717.798µs | 172.17.0.1 | GET "/"
Not 100% if using the app correctly.