[Bug] 多个子任务结束后主任务返回 HTTP 400 / HTTP 400 after multi-agent reports #422
Unanswered
evangelineak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
中文
问题
当主任务启动多个子任务(subagents)进行并行检查时,子任务完成并把报告返回给主任务后,主任务无法继续生成最终总结,反复出现:
复现过程
deepseek-official。deepseek-v4-flash。观察到的情况
期望结果
主任务应该能够:
请问这是已知的上下文长度、消息拼接、缓存,或多代理报告汇总问题吗?
English
Issue
When the main task starts multiple subagents for parallel codebase reviews, the main task fails after the subagents finish and send their reports back. The main task cannot generate the final summary and repeatedly returns:
Reproduction steps
deepseek-official.deepseek-v4-flash.Observations
Expected behavior
The main task should either:
Could this be a known issue related to context length, message assembly, caching, or multi-agent report aggregation?
dsh-session-sanitized-89d64ca4.zip
All reactions