AI 新闻雷达
返回
github.com

[Bug]: resolve skill bundles times out: full bundle re-downloaded on every task dispatch (no cache), fails on slow links

目标用户 · developer

阅读原文

[Bug]: resolve skill bundles times out: full bundle re-downloaded on every task dispatch (no cache), fails on slow links: ## Summary When an agent has more than a handful of skills bound, **every task dispatched to it fails before the agent even starts**, with: ``` resolve skill bundles: context deadline exceeded (Client.Timeout or context

个性化解读(发生了什么 / 为什么重要 / 影响 / 建议)将在接入 LLM 后按你的角色生成。

痛点信号

  • [bug]: resolve skill bundles times out: full bundle re-downloaded on every task dispatch (no cache), fails on slow links.
  • on a slow or jittery link to `api.multica.ai`, that download cannot finish within the client timeout (~30s), so the task fails — repeatedly, and the failed tasks also tie up the runtime and delay queued tasks.
  • relevant daemon log lines (the same `context deadline exceeded` also intermittently hits unrelated endpoints, confirming it's a body-read/throughput issue, not a skill-specific one): ``` wrn claim task failed ...
  • optionally, surface bundle size and download progress so users can understand why dispatch is slow.
#developer#agent#issues