Implement Ollama pull, remove, and create workflows #9

Open
opened 2026-06-16 21:39:51 +02:00 by vince · 0 comments
Owner

Context:\nOllama models require runtime-aware operations. The manager should call Ollama operations instead of moving files by hand.\n\nRequirements:\n- Run ollama pull model:tag with streaming progress/log output.\n- Run ollama rm model:tag with confirmation.\n- Run ollama create name -f Modelfile.\n- Capture stdout/stderr per job.\n- Handle service not reachable, binary missing, and permission errors.\n\nAcceptance criteria:\n- Pull job status is visible until completion.\n- Remove uses ollama rm, never direct blob deletion.\n- Create workflow accepts an existing Modelfile path.

Context:\nOllama models require runtime-aware operations. The manager should call Ollama operations instead of moving files by hand.\n\nRequirements:\n- Run ollama pull model:tag with streaming progress/log output.\n- Run ollama rm model:tag with confirmation.\n- Run ollama create name -f Modelfile.\n- Capture stdout/stderr per job.\n- Handle service not reachable, binary missing, and permission errors.\n\nAcceptance criteria:\n- Pull job status is visible until completion.\n- Remove uses ollama rm, never direct blob deletion.\n- Create workflow accepts an existing Modelfile path.
vince added the
mvp
ollama
labels 2026-06-16 21:42:29 +02:00
vince added this to the v0.1 MVP milestone 2026-06-16 21:42:29 +02:00
Sign in to join this conversation.
No description provided.