ReMe/reme/schema
jinliyl 2f79977df0
refactor(auto_fin): replace similarity with direction classification for historical events (#395)
- Add AutoFinHistoricalDirectionReference model to classify historical events by direction
- Remove AutoFinHistoricalSimilarity and related similarity score usage
- Update AutoFinMarketSelection to handle same and opposite direction event lists
- Adjust AutoFinMarketStep to calculate forecasts based on equal weights and direction signs
- Change market.yaml instructions to require direction classification instead of similarity scoring
- Modify tests to reflect direction-based classification and verify uniqueness across direction groups
- Improve DingTalkWaitStep to support reconnect on server request with proper disconnect reason handling
2026-07-27 11:52:23 +08:00
..
__init__.py refactor(auto_fin): replace similarity with direction classification for historical events (#395) 2026-07-27 11:52:23 +08:00
application_config.py feat(benchmark): add BEAM & restructure LongMemEval evaluation framework (#375) 2026-07-21 19:09:50 +08:00
auto_fin.py refactor(auto_fin): replace similarity with direction classification for historical events (#395) 2026-07-27 11:52:23 +08:00
daily_paper.py feat: add daily paper cookbook and DingTalk agent integration (#385) 2026-07-22 19:17:01 +08:00
dream.py Refactor logging levels and add dream schema definitions (#291) 2026-06-24 16:44:03 +08:00
emb_node.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
file_chunk.py docs: rename vault_dir to workspace_dir in documentation and examples (#286) 2026-06-22 16:58:57 +08:00
file_front_matter.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
file_link.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
file_node.py docs: rename vault_dir to workspace_dir in documentation and examples (#286) 2026-06-22 16:58:57 +08:00
request.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
response.py fix(proactive): expose topics in primary answer (#380) 2026-07-20 16:05:47 +08:00
stream_chunk.py feat(agent): add Codex agent wrapper and ReMe MCP bridge (#358) 2026-07-17 13:39:18 +08:00