wave-av/wave-runtime-registry--packages-dsh-plugin-wave-dispatch ↗★ 0
@wave-av/dsh-plugin-wave-dispatch
DeepSeek Harness 的 WAVE 分发插件,注册 wave-pool 子智能体提供者
AI 分析
通过 POST 请求将子智能体任务委托给 WAVE 本地池。适合需要利用外部 WAVE 算力池或特定模型(如 deepcoder)进行子任务分发协作的系统集成任务。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗@wave-av/dsh-plugin-wave-dispatch
Registers a wave-pool subagent provider that delegates to the WAVE local pool via POST /v1/subagent.
Inject
Requires the subagents service from the Cordis context.
Env contract
| Variable | Required | Default | Notes |
|---|---|---|---|
WAVE_POOL_URL | no | http://jakes-mac-studio.tail2cd79a.ts.net:8800 | Pool frontdoor URL |
WAVE_POOL_MODEL | no | deepcoder:14b | Model identifier sent to the pool |
Inert by design
This plugin is a client of the pool's subagent endpoint. It does not perform model hosting, inference, or billing — those are pool-side concerns.
Roadmap note (rc.7, 2026-08-17)
rc.7 ships ACP (@deepseek-ai/dsh-acp). The upgrade path: replace the HTTP /v1/subagent call
with an ACP child session (session/new + prompt over stdio) — out-of-process children become
trace-enumerable and gain session/request_permission. Blocked only on the vLLM content flake
(root-cause receipts in BRIDGE-FINDINGS.md); the HTTP pool contract remains the working fallback.