c3ll256/dsh-toy
c3ll256★ 13TypeScript最后同步: 2026-08-14
Toy Control Protocol for DSH
README 摘要
dsh-toy English 简体中文 dsh-toy is a DeepSeek Harness plugin for connecting small toys to DSH. At connection time, the agent first asks for the brand and model, then selects the connection method automatically. If the user genuinely does not know, the agent starts unknown-hardware discovery: - On macOS, unknown hardware first uses read-only raw CoreBluetooth advertisement discovery, without starting Intiface or connecting to devices. - Regular Bluetooth, serial, and USB models use Buttplug / Intiface . The plugin starts local Intiface Engine automatically when needed. - Known sharing-link models from Ankni (安可尼), MizzZee (谜姬), and Zuiqingfeng (醉清风) use MonsterParty . Known dual-output devices expose their channels separately. Users do not need to understand or select an underlying connection method, or manually start Intiface. Brand and model names are not an allowlist. The agent passes any user-reported name through unchanged; unfamiliar names still use local hardware discovery. The plugin also supplies a verified local compatibility mapping for RoomFun devices reporting model RF CANNON PT3 , exposed as RoomFun Cannon with one vibration channel. The implementation follows protocol ob…
在 GitHub 查看完整 README →