Crate agcodex_ollama
Source - CliProgressReporter
- A minimal CLI reporter that writes inline progress to stderr.
- OllamaClient
- Client for interacting with a local Ollama instance.
- TuiProgressReporter
- For now the TUI reporter delegates to the CLI reporter. This keeps UI and
CLI behavior aligned until a dedicated TUI integration is implemented.
- PullEvent
- Events emitted while pulling a model from Ollama.
- DEFAULT_OSS_MODEL
- Default OSS model to use when
--oss is passed without an explicit -m.
- PullProgressReporter
- A simple observer for pull progress events. Implementations decide how to
render progress (CLI, TUI, logs, …).
- ensure_oss_ready
- Prepare the local OSS environment when
--oss is selected.