Files
pepperplus-cb/src/control_backend/agents/llm/__init__.py
2026-01-16 15:35:41 +01:00

6 lines
150 B
Python

"""
Agents that interface with Large Language Models for natural language processing and generation.
"""
from .llm_agent import LLMAgent as LLMAgent