colibri
experimentalplatformsovereign frontier (MoE) text generation via a local colibri server (github.com/JustVugg/colibri)
pip install chp-adapter-colibriAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
chatv1.0.0chp.adapters.colibri.chatgeneratev1.0.0chp.adapters.colibri.generategenerate_statusv1.0.0Poll a background generate job (from generate background=True) by job_id — returns
chp.adapters.colibri.generate_statusinstallv1.0.0Download + extract the prebuilt `coli` binary for this platform from GitHub
chp.adapters.colibri.installlist_modelsv1.0.0List models served by the local colibri server (OpenAI /v1/models), via chp.adapters.http.
chp.adapters.colibri.list_modelspull_modelv1.0.0Fetch a pre-converted colibri model from a HuggingFace repo into the models dir, by
chp.adapters.colibri.pull_modelpull_statusv1.0.0Report background model pulls started by pull_model(background=True): pidfile
chp.adapters.colibri.pull_statusserver_statusv1.0.0Report tracked `coli serve` processes (pidfile + liveness) per port.
chp.adapters.colibri.server_statusstart_serverv1.0.0Start `coli serve` for a model (a local dir, or a HF repo id — pulled first if not
chp.adapters.colibri.start_serverstop_pullv1.0.0Stop a background model pull started by pull_model(background=True) — SIGTERM the
chp.adapters.colibri.stop_pullstop_serverv1.0.0Stop a tracked `coli serve` by port (SIGTERM + clear the pidfile).
chp.adapters.colibri.stop_server