Files
LivingAgents/llm_connector/__init__.py
2025-08-30 06:20:41 +02:00

5 lines
133 B
Python

from . llm import get_response
from .datatypes import LLMBackend, LLMMessage
__all__ = ['get_response', 'LLMBackend', 'LLMMessage']