Build Ollama inventory integration #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context:\nOllama should be treated through its API/CLI, not by manually editing blobs or manifests. On this machine the service is active but the default 127.0.0.1:11434 endpoint did not respond during initial discovery.\n\nRequirements:\n- Query ollama list through API or CLI.\n- Query currently loaded models with ollama ps where available.\n- Show service status separately from inventory.\n- Diagnose API connection failures.\n- Avoid direct mutation of the Ollama blob store.\n\nAcceptance criteria:\n- UI shows registered Ollama models when API/CLI is reachable.\n- If unreachable, UI explains whether binary, service, or endpoint is the problem.\n- Implementation includes tests around command/API failure handling.