daveycodez/dsh-llm-agent-bridge0

dsh-llm-agent-bridge

将厂商智能体 SDK 桥接至 DeepSeek Harness 作为可选 LLM 供应商的插件。可在任何 DSH 模式下工作,且 DSH 保留其自身的提示词、工具、沙箱和审批机制。

AI 分析

核心用途是将厂商智能体 SDK 桥接为 DSH 的 LLM 供应商。适合希望在 DSH 框架内使用外部智能体能力,同时保留 DSH 原生控制流、工具和沙箱的用户。使用前需先完成 Claude 认证。

包名
dsh-llm-agent-bridge
版本
0.1.0
许可证
MIT
最近更新
2026年8月27日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:daveycodez/dsh-llm-agent-bridge

Plan usage in the composer

A usage ring sits in the composer's tool row while a Claude row is selected, reporting the subscription limit that matters for the current model and opening a panel of every reported window:

Plan usage limits · Max
  5-hour limit          Resets in 1 hr 8 min    10%
  Weekly · all models   Resets in 19 hr 18 min  81%
  Weekly · Fable        Resets in 19 hr 18 min  100%

The numbers come from the Agent SDK's own usage reporting — the same source as Claude Code's /usage — served to the browser over this plugin's /agent-bridge channel. No credential is read and no other plugin is required.

Reading them costs a Claude Code control session, so the answer is cached on the host and again in the browser, with no idle polling: the ring revalidates when you interact with it or while a turn runs, never on a timer. The underlying SDK method is explicitly experimental, so a failure to read leaves the ring hidden rather than failing anything.