hungryb's picture
Deploy Offer Catcher final public demo
c974f5d verified
Raw
History Blame Contribute Delete
717 Bytes
"""
Agents package β€” 倚 Agent LLM ζ±‚θŒε†³η­–η³»η»Ÿγ€‚
Agent 桁水线:
CareerIntent β†’ JobScout β†’ JDAnalyst β†’ ResumeEvidence β†’ MatchReasoning β†’ Counterfactual β†’ ResumeCoach β†’ InterviewCoach β†’ StrategyPlanner
"""
from .career_intent_agent import CareerIntentAgent
from .job_scout_agent import JobScoutAgent
from .jd_analyst_agent import JDAnalystAgent
from .resume_evidence_agent import ResumeEvidenceAgent
from .match_reasoning_agent import MatchReasoningAgent
from .counterfactual_planning_agent import CounterfactualPlanningAgent
from .resume_coach_agent import ResumeCoachAgent
from .interview_coach_agent import InterviewCoachAgent
from .strategy_planner_agent import StrategyPlannerAgent