nat.builder.framework_enum#

Classes#

LLMFrameworkEnum

Enum where members are also (and must be) strings

Module Contents#

class LLMFrameworkEnum#

Bases: enum.StrEnum

Enum where members are also (and must be) strings

Initialize self. See help(type(self)) for accurate signature.

LANGCHAIN = 'langchain'#
LLAMA_INDEX = 'llama_index'#
CREWAI = 'crewai'#
SEMANTIC_KERNEL = 'semantic_kernel'#
AGNO = 'agno'#
ADK = 'adk'#
STRANDS = 'strands'#
AUTOGEN = 'autogen'#