wave-av/wave-runtime-registry--packages-dsh-plugin-wave-dispatch0

@wave-av/dsh-plugin-wave-dispatch

WAVE dispatch plugin for DeepSeek Harness (dsh)

AI Analysis

通过 POST 请求将子智能体任务委托给 WAVE 本地池。适合需要利用外部 WAVE 算力池或特定模型(如 deepcoder)进行子任务分发协作的系统集成任务。

Package
@wave-av/dsh-plugin-wave-dispatch
Version
0.1.0
License
Apache-2.0
Last updated
Aug 19, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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

VariableRequiredDefaultNotes
WAVE_POOL_URLnohttp://jakes-mac-studio.tail2cd79a.ts.net:8800Pool frontdoor URL
WAVE_POOL_MODELnodeepcoder:14bModel 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.