avocet/tests
2026-05-07 09:03:37 -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 feat: plans benchmark harness — model scoring for CF planning prompts 2026-05-02 23:36:04 -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 fix: narrow exception types in get_models, fix patch targets in tests, add type annotation 2026-05-07 09:03:37 -07:00
test_finetune.py fix(avocet): move TorchDataset import to top; split sample_count into total+train 2026-03-15 16:02:43 -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_models.py feat: plans benchmark harness — model scoring for CF planning prompts 2026-05-02 23:36:04 -07:00
test_nodes.py feat: add Ollama list/pull-SSE/delete endpoints 2026-05-05 20:41:29 -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