DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

Yan-Zero /

Yan-Zero/dsh-std

仅 Topic 仓库

这个插件还没有填写简介。

★ 1 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@3ef11dac

DSH Standard

English | 中文

DSH Standard is a collection of independently versioned protocols that implementations may adopt as needed. It enables DSH plugins, runtimes, and user interfaces to interoperate without requiring one framework or product.

@dsh-std/core is the meta-protocol used to declare and negotiate other protocols. Connection, command, tool, and presentation are discovered through core but define their own semantics. Hosts, TUIs, Web applications, GUIs, and other programs may implement only the relevant subset.

Protocol packages may ship types, validators, negotiation algorithms, state machines, or conformance fixtures as reference implementations. A conforming implementation does not have to use the TypeScript packages or DeepSeek Harness.

Start here

  • Read the architecture for the boundary between the meta-protocol, independent protocols, and product implementations.
  • The current design work is indexed in the Chinese proposal index.
  • See the Endpoint Connection proposal for connection negotiation and attachments.
  • Use the package index to select the smallest implemented package surface.
  • Product integration belongs in adapters such as @dsh-std/adapter-dsh, not in portable protocol packages.

Status

The code and proposals are early drafts. The target boundaries in the proposals may be ahead of the current TypeScript prototypes; existing exports are not stable until that migration is complete.

Each package records protocol, type, validator, and adapter changes in its own CHANGELOG.md. A public contract change must update that package's changelog, which is also included in the published artifact.

Development

Node.js ^22.19 || >=24 and pnpm are required.

pnpm install
pnpm check

License

MIT

—/ 5

暂无评分

需要先验证清单

Commit 3ef11dac51e8

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于