LICENSE
MANIFEST.in
README.md
apply_jobs.py
main.py
pyproject.toml
requirements.txt
setup.py
agents/__init__.py
agents/form_agent.py
agents/fsm_runner.py
agents/job_evaluator.py
automation/__init__.py
automation/pages/__init__.py
automation/pages/base_page.py
automation/pages/easy_apply_modal.py
automation/pages/job_details_page.py
automation/pages/job_search_page.py
automation/pages/login_page.py
automation/pages/naukri_page.py
config/__init__.py
config/candidate_profile.template.json
config/settings.py
jobagent.egg-info/PKG-INFO
jobagent.egg-info/SOURCES.txt
jobagent.egg-info/dependency_links.txt
jobagent.egg-info/entry_points.txt
jobagent.egg-info/requires.txt
jobagent.egg-info/top_level.txt
models/__init__.py
models/application.py
models/evaluation.py
models/form.py
models/job.py
models/profile.py
services/__init__.py
services/chat_agent.py
services/db_service.py
services/llm_service.py
services/memory_service.py
services/profile_loader.py
services/resume_reviewer.py
services/resume_service.py
services/setup_service.py
ui/__init__.py
ui/server.py
ui/static/app.js
ui/static/style.css
ui/templates/index.html