PhDScout / agent /matching /__init__.py
HipFil98's picture
refactor: reorganize agent/ into functional subfolders + split prompts
a77e42f
raw
history blame contribute delete
231 Bytes
"""agent.matching — job matching against CV profiles."""
from agent.matching.matcher import JobMatcher, MatchResult, _fallback, _phd_status
__all__ = [
"JobMatcher",
"MatchResult",
"_fallback",
"_phd_status",
]