Skip to main content

Module pull

Module pull 

Source

Structs§

CliPullProgressReporter
A minimal CLI reporter that writes inline progress to stderr.
TuiPullProgressReporter
For now the TUI reporter delegates to the CLI reporter. This keeps UI and CLI behavior aligned until a dedicated TUI integration is implemented.

Enums§

OllamaPullEvent
Ollama model pull functionality with progress reporting. Adapted from OpenAI Codex’s codex-ollama/src/pull.rs Events emitted while pulling a model from Ollama.

Traits§

OllamaPullProgressReporter
A progress reporter for pull operations. Implementations decide how to render progress (CLI, TUI, logs, etc.).