GodSpeed / agent /__init__.py
AdithyaVardan's picture
Add agent and ingestion modules for Enterprise Knowledge Copilot
159f5a5
"""Enterprise Knowledge Copilot agent package."""
from agent.api import router
from agent.config import settings
__all__ = ["router", "settings"]