class

Waypoints::LlameroDescriptionModel

Inherits Waypoints::DescriptionModel < Reference < Object

Drives a local llamero model (Qwen3-0.6B-4bit by default) for descriptions.

The runtime and session are built lazily so constructing this model is free for callers that only inspect real?. On a machine without the built MLX dylib, Bridge.auto selects the mock bridge and real? reports false, which the describe flow uses to fall back to a heuristic rather than present mock text as model output.

Constants

DEFAULT_MODEL_ID = "mlx-community/Qwen3-0.6B-4bit"

Constructors

new(model_id : String = DEFAULT_MODEL_ID)

Builds a model bound to model_id without touching the bridge yet.

Source

Instance methods

describe(page : PageContent) : BookmarkDescription

Asks the loaded model for a {title, tags, summary} description of page.

Source
real?

True when the auto-selected bridge performs real Metal inference.

Source