wave-av/wave-runtime-registry--packages-dsh-plugin-wave-dispatch ↗★ 0
@wave-av/dsh-plugin-wave-dispatch
WAVE dispatch plugin for DeepSeek Harness (dsh)
AI 분석
通过 POST 请求将子智能体任务委托给 WAVE 本地池。适合需要利用外部 WAVE 算力池或特定模型(如 deepcoder)进行子任务分发协作的系统集成任务。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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.