legalLM / AI_core /agent /__init__.py
Muhammad2003's picture
Upload 45 files
1f891e5 verified
raw
history blame contribute delete
107 Bytes
"""
Agent package initialization.
"""
from .agent_setup import agent_executor
__all__ = ['agent_executor']