fix: 成交口径固定 t+1 + 挖掘内存/日内默认 + thinking 非流式 - #190
Open
rookiewu417 wants to merge 1 commit into
Open
rookiewu417 wants to merge 1 commit into
rookiewu417 wants to merge 1 commit into
Conversation
删除 exec_lag 逃生口,护栏/holdout/lift 统一可实现 t+1 成交;agent/team 大帧 f32 压缩与库面板 corr→consume residual 错峰;ashare 挖掘默认开 intraday_leaves@1min;thinking 默认非流式并增强 reasoning JSON 抽取。
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
exec_lag逃生口,IC/holdout/lift/CLI 统一固定 t+1 可实现成交(仅保留--exec-price-col)。mine search/agent/team与pool-prebuild默认intraday_leaves=true、intraday_freq=1min(可用--set/--no-intraday-leaves关)。FACTORZEN_LLM_STREAM);增强 reasoning_content 抽取与 JSON 兜底;默认max_tokens提到 8000。Test plan
pixi run pytest tests/daily/test_ic_pit_returns.py tests/validation/test_exec_convention_suite.py tests/discovery/test_mem_budget.py tests/llm/test_llm_clients.py -qpixi run pytest tests/agents/ tests/cli/test_mining_cli.py tests/pipelines/test_daily_single.py -qfz mine agent --dry-run确认默认intraday_leaves/intraday_freq与不再暴露--exec-lag