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

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

DeepSeek Harness 的 WAVE 分发插件,注册 wave-pool 子智能体提供者

AI 分析

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

包名
@wave-av/dsh-plugin-wave-dispatch
版本
0.1.0
许可证
Apache-2.0
最近更新
2026年8月19日

安装

此插件尚未提供可验证的 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

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.