LICENSE
README.md
pyproject.toml
agent/__init__.py
agent/batch.py
agent/cv_builder.py
agent/evaluator.py
agent/ollama_client.py
agent/portals_config.py
agent/scan_history.py
agent/scanner.py
agent/scraper.py
agent/url_utils.py
agent/prompts/apply_form.md
agent/prompts/compare_offers.md
agent/prompts/cover_letter.md
agent/prompts/deep_research.md
agent/prompts/evaluate.md
agent/prompts/outreach.md
agent/prompts/scan_query.md
agent/prompts/tailor_cv.md
agent/templates/cv.html
cli/__init__.py
cli/main.py
cli/pipeline_queue.py
cli/tracker_store.py
cli/ui.py
cli/assets/config.example.yml
cli/assets/portals.example.yml
cli/commands/__init__.py
cli/commands/apply.py
cli/commands/batch.py
cli/commands/compare.py
cli/commands/doctor.py
cli/commands/learn.py
cli/commands/outreach.py
cli/commands/pipeline.py
cli/commands/portal.py
cli/commands/research.py
cli/commands/reset.py
cli/commands/scan.py
cli/commands/setup.py
cli/commands/tracker.py
cli/commands/update.py
cli/flows/offer_pipeline.py
cli/tui/tracker_app.py
memory/db.py
opengrasp.egg-info/PKG-INFO
opengrasp.egg-info/SOURCES.txt
opengrasp.egg-info/dependency_links.txt
opengrasp.egg-info/entry_points.txt
opengrasp.egg-info/requires.txt
opengrasp.egg-info/top_level.txt
tests/test_pipeline_queue.py
tests/test_scan_history.py
tests/test_url_utils.py