Types
types.TModel
Abstract model tier; each backend maps it to a provider-specific model name.
types.TModel=Literal["small", "medium", "large"]
types.TSpecialty
Task specialty; LlmBackends.for_specialty maps each to its registered backend.
types.TSpecialty=Literal["debugging", "review", "general"]