Yan-Zero/dsh-std

Yan-Zero★ 2TypeScript最后同步: 2026-08-21

在 GitHub 打开

README 摘要

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 …

在 GitHub 查看完整 README →
终端/TUIdsh-plugintui

分类