Implement Ollama pull, remove, and create workflows #9
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 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.