peregrine/scripts
pyr0ball d00d74d994
Some checks failed
CI / test (push) Failing after 19s
feat(scheduler): read CF_ORCH_URL env var for coordinator address
Threads coordinator_url from CF_ORCH_URL env var (default localhost:7700)
into the cfcore TaskScheduler so Docker instances can point at
host.docker.internal:7700 instead of the container's own loopback.

Also adds CF_ORCH_URL to compose.test-cfcore.yml and mounts persistent
patched configs (llm.docker.yaml, user.docker.yaml) for the test instance.
2026-04-01 11:06:38 -07:00
..
classifier_service feat: add job-seeker-classifiers conda env for HF classifier benchmark 2026-02-26 23:43:41 -08:00
custom_boards chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
integrations feat: push interview events to connected calendar integrations (#19) 2026-03-16 21:31:22 -07:00
vision_service feat: add vision service to compose stack and fine-tune wizard tab to Settings 2026-02-24 19:37:55 -08:00
__init__.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
backup.py feat(cloud): fix backup/restore for cloud mode — SQLCipher encrypt/decrypt 2026-03-09 22:41:44 -07:00
benchmark_classifier.py feat: benchmark_classifier — MODEL_REGISTRY, --list-models, --score, --compare modes 2026-02-27 06:19:32 -08:00
byok_guard.py test: add missing base_url edge case + clarify 0.0.0.0 marker intent 2026-03-06 14:43:45 -08:00
calendar_push.py feat: push interview events to connected calendar integrations (#19) 2026-03-16 21:31:22 -07:00
classifier_adapters.py fix: RerankerAdapter falls back to label name when no LABEL_DESCRIPTIONS entry 2026-02-27 14:54:31 -08:00
company_research.py fix: resume CID glyphs, resume YAML path, PyJWT dep, candidate voice & mission UI 2026-02-26 12:32:28 -08:00
credential_store.py feat(api): add job ranker and credential store scripts 2026-04-01 07:10:46 -07:00
db.py feat(merge): merge feature/vue-spa into main 2026-04-01 07:11:14 -07:00
discover.py feat(settings): Search Prefs tab — store, view, API endpoints, remote preference filter 2026-03-21 03:09:51 -07:00
enrich_descriptions.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
feedback_api.py fix: llm_backend reads fallback_order, logs tee'd to data/.streamlit.log in Docker 2026-03-03 15:04:18 -08:00
finetune_local.py feat: containerize fine-tune pipeline (Dockerfile.finetune + make finetune) 2026-02-25 16:22:48 -08:00
generate_cover_letter.py Merge pull request 'feat: LLM queue optimizer — resource-aware batch scheduler (closes #2)' (#15) from feature/llm-queue-optimizer into main 2026-03-15 16:48:37 -07:00
generate_llm_config.py feat: auto-generate llm.yaml base_url values from user profile services config 2026-02-24 19:10:54 -08:00
imap_sync.py fix: prefer HTML body in imap_sync, strip head/style/script, remove 4000-char truncation 2026-03-20 13:35:30 -07:00
job_ranker.py feat(api): add job ranker and credential store scripts 2026-04-01 07:10:46 -07:00
license.py fix: add /v1 prefix to all license server API paths 2026-02-25 23:35:58 -08:00
license_public_key.pem feat: license.py client — verify_local, effective_tier, activate, refresh, report_usage 2026-02-25 22:53:11 -08:00
linkedin_parser.py feat(linkedin): add staging file parser with re-parse support 2026-03-13 10:18:01 -07:00
linkedin_scraper.py fix(linkedin): improve scraper error handling, current-job date range, add missing tests 2026-03-13 06:02:03 -07:00
linkedin_utils.py fix(linkedin): update selectors for 2025 public DOM; surface login-wall limitation in UI 2026-03-13 19:47:21 -07:00
llm_router.py feat: migrate to circuitforge-core for db, llm router, and tiers 2026-03-25 11:44:19 -07:00
manage-ui.sh feat: startup preflight — port collision avoidance + resource checks 2026-02-24 20:36:16 -08:00
manage-vision.sh chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
manage-vllm.sh feat: LGBTQIA+ focus + Phase 2/3 audit fixes 2026-02-24 20:02:03 -08:00
match.py feat: extract hard-coded personal references from all scripts via UserProfile 2026-02-24 18:45:39 -08:00
migrate.py fix(cloud): use per-user config dir for wizard gate; redirect on invalid session 2026-03-13 11:24:42 -07:00
preflight.py feat: add DUAL_GPU_MODE default, VRAM warning, and download size report to preflight 2026-02-27 00:17:00 -08:00
prepare_training_data.py feat: wire fine-tune UI end-to-end + harden setup.sh 2026-02-25 16:31:53 -08:00
resume_optimizer.py feat(apply): ATS resume optimizer backend — gap report + LLM rewrite 2026-04-01 07:09:46 -07:00
resume_parser.py fix: resume CID glyphs, resume YAML path, PyJWT dep, candidate voice & mission UI 2026-02-26 12:32:28 -08:00
scrape_url.py feat: add Jobgether URL detection and scraper to scrape_url.py 2026-03-15 09:45:50 -07:00
skills_utils.py feat: bundled skills suggestion list and content filter utility 2026-02-26 13:09:32 -08:00
suggest_helpers.py feat: add suggest_resume_keywords for skills/domains/keywords gap analysis 2026-03-05 15:00:53 -08:00
sync.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
task_runner.py refactor(scheduler): shim to circuitforge_core.tasks.scheduler 2026-03-31 09:27:43 -07:00
task_scheduler.py feat(scheduler): read CF_ORCH_URL env var for coordinator address 2026-04-01 11:06:38 -07:00
test_email_classify.py chore: seed Peregrine from personal job-seeker (pre-generalization) 2026-02-24 18:25:39 -08:00
user_profile.py chore(merge): merge main into feature/vue-spa — resolve ApplyWorkspace conflict 2026-03-31 21:25:15 -07:00