nat.plugins.agno.llm#

Attributes#

Functions#

_patch_llm_based_on_config(→ ModelType)

nim_agno(llm_config, _builder)

openai_agno(llm_config, _builder)

litellm_agno(llm_config, _builder)

Module Contents#

ModelType#
_patch_llm_based_on_config(
client: ModelType,
llm_config: nat.data_models.llm.LLMBaseConfig,
) ModelType#
async nim_agno(
llm_config: nat.llm.nim_llm.NIMModelConfig,
_builder: nat.builder.builder.Builder,
)#
async openai_agno(
llm_config: nat.llm.openai_llm.OpenAIModelConfig,
_builder: nat.builder.builder.Builder,
)#
async litellm_agno(
llm_config: nat.llm.litellm_llm.LiteLlmModelConfig,
_builder: nat.builder.builder.Builder,
)#