Skip to content

yggdrasil.databricks.ai.loki

loki

Loki skill for the AI / model-serving service (dbc.ai).

Databricks serving endpoints host Foundation Models and custom models. This skill lists the serving endpoints, or queries one with a prompt (through the same OpenAI-compatible client the :class:DatabricksServingEngine reasons on).

DatabricksServingSkill

Bases: DatabricksServiceSkill

List model-serving endpoints, or query one with a prompt.

available

available(agent: 'Loki') -> bool

True when this skill can run in agent's environment.

Default: available everywhere, unless :attr:requires names a backend that isn't detected. Override for finer checks.