Skip to main content
Catalog of intrinsics currently known to Mellea,including metadata about where to find LoRA and aLoRA adapters that implement said intrinsics.

Functions

FUNC known_intrinsic_names

known_intrinsic_names() -> list[str]
:returns: List of all known user-visible names for intrinsics.

FUNC fetch_intrinsic_metadata

fetch_intrinsic_metadata(intrinsic_name: str) -> IntriniscsCatalogEntry
Retrieve information about the adapter that backs an intrinsic. :param intrinsic_name: User-visible name of the intrinsic :returns: Metadata about the adapter(s) that implement the intrinsic.

Classes

CLASS AdapterType

Possible types of adapters for a backend.

CLASS IntriniscsCatalogEntry

A single row in the main intrinsics catalog table. We use Pydantic for this dataclass because the rest of Mellea also uses Pydantic.