Avocet by Circuit Forge LLC — email classifier training tool: multi-account IMAP fetch, card-stack labeling UI, benchmark harness
Find a file
pyr0ball 30f19711ec feat(avocet): add cancel endpoints for benchmark and finetune jobs
Adds POST /api/benchmark/cancel and POST /api/finetune/cancel endpoints
that terminate the running subprocess (kill on 3s timeout), and updates
the run generators to emit a cancelled SSE event instead of error when
the job was intentionally stopped.
2026-03-15 18:09:20 -07:00
app feat(avocet): add cancel endpoints for benchmark and finetune jobs 2026-03-15 18:09:20 -07:00
config feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00
data feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00
docs feat(avocet): benchmark UI, label fixes, BenchmarkView with charts and SSE run 2026-03-15 09:39:37 -07:00
scripts fix(avocet): use_reentrant=False for gradient checkpointing 2026-03-15 17:23:40 -07:00
tests feat(avocet): add cancel endpoints for benchmark and finetune jobs 2026-03-15 18:09:20 -07:00
web fix(avocet): use startsWith for error class in ft-log (consistent with benchmark log) 2026-03-15 16:14:47 -07:00
.gitignore feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00
CLAUDE.md docs(avocet): document email field schemas and normalization layer 2026-03-03 18:43:41 -08:00
environment.yml chore(avocet): add scikit-learn to classifier env 2026-03-15 09:44:04 -07:00
manage.sh feat(avocet): add restart-api command to manage.sh 2026-03-15 17:04:00 -07:00
PRIVACY.md docs: add privacy policy reference 2026-03-05 20:59:37 -08:00
pytest.ini feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00
requirements.txt fix(avocet): store original item in _last_action; add requirements.txt 2026-03-03 15:16:54 -08:00