1d4b0e734d
feat: auto-generate llm.yaml base_url values from user profile services config
2026-02-24 19:10:54 -08:00
5970dea4f5
fix: thread searxng URL through research functions via _SEARXNG_URL constant
...
- Add module-level _SEARXNG_URL derived from UserProfile.searxng_url (or default localhost:8888)
- Update all _searxng_running() call sites to pass _SEARXNG_URL explicitly
- Replace hardcoded "http://localhost:8888/ " in _scrape_company() with _SEARXNG_URL + "/"
- Replace hardcoded "http://localhost:8888/search " in _run_search_query() with f"{_SEARXNG_URL}/search"
- Guard _profile.name.split() against empty string in finetune_local.py OLLAMA_NAME
2026-02-24 18:52:10 -08:00
9dc0244546
feat: extract hard-coded personal references from all scripts via UserProfile
...
Replace hard-coded paths (/Library/Documents/JobSearch), names (Alex Rivera),
NDA sets (_NDA_COMPANIES), and the scraper path with UserProfile-driven lookups.
Update tests to be profile-agnostic (no user.yaml in peregrine config dir).
2026-02-24 18:45:39 -08:00
7380deb021
feat: add UserProfile class with service URL generation and NDA helpers
2026-02-24 18:29:45 -08:00
1dc1ca89d7
chore: seed Peregrine from personal job-seeker (pre-generalization)
...
App: Peregrine
Company: Circuit Forge LLC
Source: github.com/pyr0ball/job-seeker (personal fork, not linked)
2026-02-24 18:25:39 -08:00