pyr0ball
pyr0ball opened issue Circuit-Forge/linnet#10 2026-04-06 13:09:41 -07:00
feat: PWA service worker + offline caching for classifier models
pyr0ball opened issue Circuit-Forge/linnet#9 2026-04-06 13:09:41 -07:00
feat: conversation thread UI — per-speaker annotation stream
pyr0ball opened issue Circuit-Forge/linnet#8 2026-04-06 13:09:40 -07:00
feat: speaker diarization via pyannote.audio (cf_voice.context)
pyr0ball opened issue Circuit-Forge/linnet#6 2026-04-06 13:09:40 -07:00
feat: ToneEvent annotation overlay UI (mobile-first)
pyr0ball opened issue Circuit-Forge/linnet#7 2026-04-06 13:09:40 -07:00
feat: annotation history panel with confidence threshold filter
pyr0ball opened issue Circuit-Forge/linnet#5 2026-04-06 13:05:57 -07:00
feat: tone classifier pipeline — YAMNet AME + wav2vec2 via cf_voice.context
pyr0ball opened issue Circuit-Forge/linnet#3 2026-04-06 13:05:56 -07:00
feat: cf_voice blocking dependency — track circuitforge-core#TBD
pyr0ball opened issue Circuit-Forge/linnet#4 2026-04-06 13:05:56 -07:00
feat: local STT integration via cf_voice.io (whisper.cpp)
pyr0ball opened issue Circuit-Forge/linnet#2 2026-04-06 11:49:17 -07:00
chore: repo scaffold for Notation milestone
pyr0ball opened issue Circuit-Forge/linnet#1 2026-04-06 11:31:29 -07:00
Translation BYOK: assisted setup flow for self-hosters using their own DeepL account
pyr0ball opened issue Circuit-Forge/harrier#4 2026-04-06 10:48:37 -07:00
Voice accessibility: wire falcon phone workflows through linnet
pyr0ball opened issue Circuit-Forge/ibis#3 2026-04-06 10:48:37 -07:00
Voice accessibility: wire ibis phone workflows through linnet
pyr0ball opened issue Circuit-Forge/rufous#4 2026-04-06 10:48:37 -07:00
Voice accessibility: wire harrier phone workflows through linnet
pyr0ball created repository Circuit-Forge/linnet 2026-04-06 10:43:57 -07:00
pyr0ball opened issue Circuit-Forge/roadmap#31 2026-04-06 10:43:57 -07:00
linnet — Real-time tone annotation for ND/autistic users (Elcor mode)
pyr0ball opened issue Circuit-Forge/osprey#21 2026-04-06 10:13:56 -07:00
Announce adaptive service identity when bridging to live human agent
pyr0ball commented on issue Circuit-Forge/peregrine#49 2026-04-06 10:13:17 -07:00
Per-user LLM config: expose in Settings UI + cloud admin tooling

Implemented. Three parts:

  1. company_research.py now accepts config_path and uses the per-user llm.yaml when present (same pattern as cover_letter). Key gotcha: must call scripts/llm_router.py…
pyr0ball closed issue Circuit-Forge/peregrine#49 2026-04-06 10:13:17 -07:00
Per-user LLM config: expose in Settings UI + cloud admin tooling
pyr0ball commented on issue Circuit-Forge/peregrine#58 2026-04-06 10:13:16 -07:00
[Vue] Interview Prep: Practice Q&A (mock interview) and Call Notes missing

Implemented. InterviewPrepView has a new Practice Q&A tab with chat bubble UI. POSTs to existing /api/jobs/{id}/qa/suggest endpoint, seeds from persisted Q&A history on load, appends new exchanges…

pyr0ball closed issue Circuit-Forge/peregrine#56 2026-04-06 10:13:16 -07:00
[Vue] Interviews: rejected jobs analytics section missing