You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- libs/llm/: OllamaClient (httpx async, retry), LLMCacheStore (SHA-256 DB cache), prompt registry (event_classifier_v1), LLMParser (cache→prompt→validate→repair) - libs/parser/merger.py: rule+LLM canonical merge with provenance tracking, conflict detection (both confident + disagree), should_queue_for_review() - libs/db/models.py: LLMCallCache, ReviewItem, EventLabel 3개 ORM 모델 추가 - libs/db/migrations/versions/0002_phase3_tables.py: Phase 3 Alembic migration - libs/labeler/: filing_time_bucket→reaction_date, 1D/3D/5D fwd return, MFE/MAE - libs/review/queue.py: create(dedup)/resolve/list ReviewItem - libs/export/snapshot_export.py: temporal split + Parquet + manifest.json - apps/: label_generator, dataset_export, review CLI, gold set evaluator - 42개 신규 테스트 추가 (unit 32 + integration 4 + replay 1) — 152/152 통과 - libs/common/config.py: OLLAMA_URL/MODEL/TIMEOUT 설정 추가 - libs/common/logging.py: bugfix — add_logger_name incompatible with PrintLoggerFactory Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
5 months ago | |
|---|---|---|
| .. | ||
| migrations | 5 months ago | |
| __init__.py | 5 months ago | |
| engine.py | 5 months ago | |
| enums.py | 5 months ago | |
| helpers.py | 5 months ago | |
| models.py | 5 months ago | |
| session.py | 5 months ago | |