atr0p05's picture
Upload 291 files
8a682b5 verified
"""
Application layer agent implementations.
This module contains the application-specific agent implementations
that bridge the domain entities with the infrastructure layer.
"""
from .base_agent import BaseAgent
__all__ = ['BaseAgent']