Crate agcodex_ollama

Crate agcodex_ollama 

Source

Structs§

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.

Enums§

PullEvent
Events emitted while pulling a model from Ollama.

Constants§

DEFAULT_OSS_MODEL
Default OSS model to use when --oss is passed without an explicit -m.

Traits§

PullProgressReporter
A simple observer for pull progress events. Implementations decide how to render progress (CLI, TUI, logs, …).

Functions§

ensure_oss_ready
Prepare the local OSS environment when --oss is selected.