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
Instance methods
describe(page : PageContent) : BookmarkDescription
Asks the loaded model for a {title, tags, summary} description of page.