PhDScout / app.py

Commit History

refactor: centralize prompts, remove model selector, clean README
1309142

HipFil98 Claude Sonnet 4.6 commited on

feat: filter stale jobs and add freshness indicator
62c249d

HipFil98 Claude Sonnet 4.6 commited on

chore: remove DuckDuckGo references from app description
182cf5e

HipFil98 Claude Sonnet 4.6 commited on

fix: remove deprecated Groq models (gemma2-9b-it, mixtral-8x7b-32768)
016653f

HipFil98 Claude Sonnet 4.6 commited on

feat: remove DuckDuckGo scraper and 'any' position type; add docs link to README
6b4035c

HipFil98 Claude Sonnet 4.6 commited on

fix: use public agent API in app.py; update README for new structure and Groq
46cd82f

HipFil98 Claude Sonnet 4.6 commited on

refactor: full OOP redesign of agent architecture
dbf3fc6

HipFil98 Claude Sonnet 4.6 commited on

fix: always show Groq models in dropdown regardless of key presence
ec4da30

HipFil98 Claude Sonnet 4.6 commited on

feat: add Groq backend as primary free inference provider
55df7c0

HipFil98 Claude Sonnet 4.6 commited on

feat: make all scored positions reviewable, not just those above min_score
ce5a5eb

HipFil98 Claude Sonnet 4.6 commited on

refactor: remove dead code, extract shared job helpers
cd035f4

HipFil98 Claude Sonnet 4.6 commited on

chore: rename app to PhdScout
c03a326

HipFil98 Claude Sonnet 4.6 commited on

feat: add predoctoral position type
90ebe68

HipFil98 Claude Sonnet 4.6 commited on

docs: update README and app.py description to reflect current state
3370aed

HipFil98 Claude Sonnet 4.6 commited on

feat: add mlscientist.com scraper; remove map from UI
52f1378

HipFil98 Claude Sonnet 4.6 commited on

feat: location dropdown with interactive Leaflet map (Nominatim reverse geocoding)
b2635fe

HipFil98 commited on

fix: update model list to HF Router-compatible chat models
ec7ec51

HipFil98 commited on

fix: disable API info to workaround gradio_client bool schema bug
36103bf

HipFil98 commited on

fix: launch with server_name=0.0.0.0 for HF Spaces compatibility
6bf3bb2

HipFil98 commited on

feat: remove per-user token input, use shared HF_TOKEN secret from env
0dc21ee

HipFil98 commited on

refactor: OOP redesign — JobAgent orchestrator, shared utils, no global state mutation
7419404

HipFil98 commited on

fix: upgrade gradio to v5 for Python 3.13 compatibility
98a9c16

HipFil98 commited on