Peregrine by Circuit Forge LLC — LLM-powered job discovery and application pipeline
https://circuitforge.tech/software/peregrine
- 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 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| app | ||
| config | ||
| data/survey_screenshots | ||
| docs/plans | ||
| scripts | ||
| tests | ||
| .gitignore | ||
| CLAUDE.md | ||
| environment.yml | ||
| pytest.ini | ||