PhDScout / agent /__init__.py
HipFil98's picture
refactor: full OOP redesign of agent architecture
dbf3fc6
raw
history blame contribute delete
162 Bytes
"""agent — public API for PhdScout."""
from agent.pipeline import JobAgent
from agent.llm_client import LLMQuotaError
__all__ = ["JobAgent", "LLMQuotaError"]