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.
I Luk Kim cb19afa87b feat: add strategy improvement tracking system (SQS + journal + leaderboard)
Track experiment cycles with SQS scoring (0-100), JSONL journal, and
auto-generated leaderboard to prevent duplicate experiments and enable
data-driven strategy decisions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago
..
backtest feat: add strategy improvement tracking system (SQS + journal + leaderboard) 5 months ago
__init__.py
test_config.py
test_db_models.py
test_event_features.py
test_file_store.py
test_financial_features.py
test_fred_service.py
test_ids.py
test_labeler.py feat: implement Phase 3 -- LLM enrichment, labeler, review queue, dataset export 5 months ago
test_llm_cache.py feat: implement Phase 3 -- LLM enrichment, labeler, review queue, dataset export 5 months ago
test_llm_client.py fix: disable Qwen3.5 thinking mode and switch OllamaClient to sync httpx 5 months ago
test_llm_parser_stub.py
test_logging.py
test_market_features.py
test_merger.py feat: implement Phase 3 -- LLM enrichment, labeler, review queue, dataset export 5 months ago
test_oracle_client.py
test_retries.py
test_review_queue.py feat: implement Phase 3 -- LLM enrichment, labeler, review queue, dataset export 5 months ago
test_rule_parser.py
test_schema_validator.py
test_snapshot_export.py feat: implement Phase 3 -- LLM enrichment, labeler, review queue, dataset export 5 months ago
test_text_normalizer.py
test_time_utils.py