按官方 V4 minimal 配置接入 DeepSeek Harness 数据代理 - #8
Open
HaochengLu wants to merge 3 commits into
Open
HaochengLu wants to merge 3 commits into
HaochengLu wants to merge 3 commits into
Conversation
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.
做了什么
deepseek-harness-sdk==0.1.0rc6,新增DATA_AGENT_HARNESS=deepseek-harness数据代理路径。TARGET_MODEL=Qwen/Qwen3.5-35B-A3B-Base保持不变。DEEPSEEK_BASE_URL/DEEPSEEK_API_KEY,也支持OPENAI_BASE_URL/OPENAI_API_KEY兼容网关;两组同时存在时优先使用DEEPSEEK_*。Harness 配置
DATA_AGENT_MODEL:持久 foregroundbash和str_replace_editor。thinking=enabled、reasoningEffort=max、1M context、384K output cap;同一 runtime、同一 session id、JSONL 持久化。token-meter+compaction-basic:80% context pressure 触发,保留最近 16%,compact 摘要上限 8192,压力仍超限时重试 1 次。sessions.compression: none只影响 JSONL 存储,不会关闭 context compaction。run_attempt.sh的实验约束。保持不变
DATA_AGENT_ROLL_BASE_URL、DATA_AGENT_ROLL_API_KEY、DATA_AGENT_ROLL_MODEL,不会把 DSH key 当成 rollout key。验证
git diff --check通过。finish_reason=completed,模型为deepseek-v4-pro;真实 driver smoke 返回rc=0,未启动训练、rollout 或正式评测。compaction/start、compaction/summary、compaction/end,随后同一 session 以completed返回DONE。47f9438/0.1.0rc6。