avocet/tests
pyr0ball 391ebb3cd1 feat(recipe-scan): labeling UI for Kiwi vision training pipeline (closes #65)
- POST /api/recipe-scan/import — bulk ingest from Kiwi scanner pipeline, idempotent by item id
- GET /api/recipe-scan/next — oldest-first pending item for review
- POST /api/recipe-scan/items/{id}/approve|edit|reject — label actions
- GET /api/recipe-scan/stats — counts by status and modality
- GET /api/recipe-scan/export — JSONL training pairs (messages chat format, Option B: correction prompt + extracted draft → corrected ground truth)
- GET /api/recipe-scan/image — path-traversal-safe image serving from /Library/Assets/kiwi/
- SQLite at data/recipe_scan.db with WAL mode; separate from corpus.db lifecycle
- set_db_path() testability seam; 18 tests, all passing
- RecipeScanView.vue: two-column review UI (image left, JSON diff right), keyboard shortcuts A/E/R, toast feedback, stats header, export download
- Route /data/recipe-scan and sidebar nav entry added
2026-05-17 12:22:15 -07:00
..
__init__.py feat: initial avocet repo — email classifier training tool 2026-02-27 14:07:38 -08:00
test_api.py feat: slim api.py to factory-only; all domain routes in dedicated modules 2026-05-02 09:55:58 -07:00
test_benchmark_classifier.py feat(benchmark): wire EmbeddingKNNAdapter into MODEL_REGISTRY; add embed_model config 2026-05-05 14:05:45 -07:00
test_cforch.py fix(tests): resolve 5 pre-existing test failures on main (closes #56) 2026-05-17 11:21:58 -07:00
test_classifier_adapters.py fix(classifier): majority-vote key, partial-load guard, sparse label test 2026-05-05 11:39:24 -07:00
test_dashboard.py feat: add GET /api/dashboard flywheel aggregate endpoint 2026-05-01 23:30:04 -07:00
test_data_corrections.py feat: add POST /ingest endpoint to corrections API with Bearer auth 2026-05-02 09:07:10 -07:00
test_data_fetch.py feat: extract fetch routes and IMAP helpers into app/data/fetch.py 2026-05-01 21:57:31 -07:00
test_data_label.py feat: extract label queue API into app/data/label.py 2026-05-01 18:48:14 -07:00
test_embed_bench.py feat: add embed-bench rate and export endpoints 2026-05-11 08:07:17 -07:00
test_finetune.py fix(tests): resolve 5 pre-existing test failures on main (closes #56) 2026-05-17 11:21:58 -07:00
test_imap_fetch.py feat: extract IMAP logic to app/imap_fetch.py for reuse by API 2026-03-04 11:42:22 -08:00
test_imitate.py feat: move imitate API into app/data/imitate.py 2026-05-01 22:12:19 -07:00
test_label_tool.py refactor: consolidate HTML extraction into app/utils.py 2026-04-08 06:52:15 -07:00
test_log_corpus.py feat(corpus): pipeline log ingest from shared dir (closes #67) 2026-05-17 11:28:33 -07:00
test_models.py fix(tests): resolve 5 pre-existing test failures on main (closes #56) 2026-05-17 11:21:58 -07:00
test_nodes.py feat(fleet): profile editor, assignments tab, node management polish 2026-05-17 11:23:47 -07:00
test_recipe_scan.py feat(recipe-scan): labeling UI for Kiwi vision training pipeline (closes #65) 2026-05-17 12:22:15 -07:00
test_sft.py feat: move SFT corrections API into app/data/corrections.py 2026-05-01 22:02:22 -07:00
test_sft_import.py fix: log warning when sft record is missing id field 2026-04-08 07:30:46 -07:00
test_train.py fix: align train job/results API envelope, config_json key, progress SSE, dashboard model_key 2026-05-02 21:22:18 -07:00