catalog_browse
Browse the curated lilbee model catalog and Hugging Face to discover models for any task. Filter by task, size, installed status, and more to find candidates before pulling.
Instructions
Browse the lilbee model catalog (featured entries + Hugging Face).
Lets an agent discover candidates for any model role before pulling.
The catalog is the same one the TUI browses: a curated featured list
augmented with live Hugging Face results when ``featured=false``.
Args:
task: ``"chat"``, ``"embedding"``, ``"vision"``, ``"rerank"``, or
``""`` for all.
search: Substring filter on name / repo / description.
size: ``"small"`` (<3 GB), ``"medium"`` (3-10 GB), or ``"large"``
(>10 GB). Empty = no size filter.
installed: ``true`` shows only installed repos, ``false`` only
uninstalled, ``null`` shows both.
featured: ``true`` restricts to the curated featured list,
``false`` skips it (HF results only), ``null`` includes both.
sort: ``"featured"``, ``"downloads"``, ``"name"``,
``"size_asc"``, or ``"size_desc"``.
limit: Page size (default 20).
offset: Page offset for pagination.
Returns ``{total, limit, offset, has_more, models}`` where each model
is ``{ref, display_name, task, size_gb, min_ram_gb, downloads,
featured, description}``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| search | No | ||
| size | No | ||
| installed | No | ||
| featured | No | ||
| sort | No | featured | |
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||