README.md
pyproject.toml
src/applypilot/__init__.py
src/applypilot/__main__.py
src/applypilot/agent.py
src/applypilot/applications.py
src/applypilot/billing.py
src/applypilot/cli.py
src/applypilot/config.py
src/applypilot/dashboard.py
src/applypilot/desktop.py
src/applypilot/form_filler.py
src/applypilot/human.py
src/applypilot/legacy_agent.py
src/applypilot/models.py
src/applypilot/policy.py
src/applypilot/saas_client.py
src/applypilot/saas_store.py
src/applypilot/scoring.py
src/applypilot/server.py
src/applypilot/storage.py
src/applypilot/connectors/__init__.py
src/applypilot/connectors/apply.py
src/applypilot/connectors/legacy_linkedin.py
src/applypilot/connectors/linkedin_browser.py
src/applypilot/connectors/linkedin_search.py
src/applypilot/desktop_web/app.js
src/applypilot/desktop_web/index.html
src/applypilot/desktop_web/styles.css
src/applypilot/mcp/__init__.py
src/applypilot/providers/__init__.py
src/applypilot/providers/base.py
src/applypilot/providers/fallback.py
src/applypilot/providers/gemini_provider.py
src/applypilot/providers/groq_provider.py
src/applypilot/providers/llm.py
src/applypilot/providers/ollama.py
src/applypilot/providers/openai_compatible.py
src/applypilot/providers/rules.py
src/applypilot/working_agent/__init__.py
src/applypilot/working_agent/auto_apply_chrome.py
src/applypilot/working_agent/auto_apply_naukri.py
src/applypilot/working_agent/brain.py
src/applypilot/working_agent/lead_hunter.py
src/applypilot/working_agent/runtime.py
src/applypilot_ai.egg-info/PKG-INFO
src/applypilot_ai.egg-info/SOURCES.txt
src/applypilot_ai.egg-info/dependency_links.txt
src/applypilot_ai.egg-info/entry_points.txt
src/applypilot_ai.egg-info/requires.txt
src/applypilot_ai.egg-info/top_level.txt
tests/test_agent.py
tests/test_applications.py
tests/test_billing.py
tests/test_dashboard.py
tests/test_legacy_agent.py
tests/test_legacy_import.py
tests/test_policy.py
tests/test_rules_provider.py
tests/test_saas_store.py