"""Core agents package.""" from core.agents.base import BaseAgent __all__ = ["BaseAgent"]