MANIFEST.in
README.md
setup.py
michael_agent/__init__.py
michael_agent/main.py
michael_agent/monitor.py
michael_agent.egg-info/PKG-INFO
michael_agent.egg-info/SOURCES.txt
michael_agent.egg-info/dependency_links.txt
michael_agent.egg-info/requires.txt
michael_agent.egg-info/top_level.txt
michael_agent/config/__init__.py
michael_agent/config/settings.py
michael_agent/dashboard/__init__.py
michael_agent/dashboard/app.py
michael_agent/dashboard/static/__init__.py
michael_agent/dashboard/static/styles.css
michael_agent/dashboard/templates/__init__.py
michael_agent/dashboard/templates/career_portal.html
michael_agent/dashboard/templates/dashboard.html
michael_agent/dashboard/templates/jd_creation.html
michael_agent/dashboard/templates/resume_scoring.html
michael_agent/dashboard/templates/upload_resume.html
michael_agent/langgraph_workflow/__init__.py
michael_agent/langgraph_workflow/graph_builder.py
michael_agent/langgraph_workflow/nodes/__init__.py
michael_agent/langgraph_workflow/nodes/assessment_handler.py
michael_agent/langgraph_workflow/nodes/jd_generator.py
michael_agent/langgraph_workflow/nodes/jd_poster.py
michael_agent/langgraph_workflow/nodes/question_generator.py
michael_agent/langgraph_workflow/nodes/recruiter_notifier.py
michael_agent/langgraph_workflow/nodes/resume_analyzer.py
michael_agent/langgraph_workflow/nodes/resume_ingestor.py
michael_agent/langgraph_workflow/nodes/sentiment_analysis.py
michael_agent/utils/__init__.py
michael_agent/utils/email_utils.py
michael_agent/utils/id_mapper.py
michael_agent/utils/jd_utils.py
michael_agent/utils/lms_api.py
michael_agent/utils/logging_utils.py
michael_agent/utils/monitor_utils.py
michael_agent/utils/node_tracer.py