SmartDocAI / intelligence /__init__.py
TilanB's picture
Initial commit for Hugging Face Space
50fcf88
from .knowledge_synthesizer import ResearchAgent
from .accuracy_verifier import VerificationAgent
from .orchestrator import AgentWorkflow
__all__ = ["ResearchAgent", "VerificationAgent", "AgentWorkflow"]