Because66666/dsh-desktop-pet--packages-desktop-pet0

@deepseek-ai/dsh-desktop-pet

将 Agent 的生命周期状态(思考中、流式输出中、空闲)转发至本地桌面宠物 HTTP 服务的插件。

AI 分析

核心用途是实现 DSH 与本地桌面宠物的联动,让桌宠根据 AI 的实时状态做出动作反应。适合想要增加 AI 交互趣味性、拥有兼容桌宠软件的用户。

套件
@deepseek-ai/dsh-desktop-pet
版本
0.1.0-rc.5
授權
MIT
最近更新
2026年8月16日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗

Configuration

All fields except endpoint have defaults and are optional in cordis.yml.

FieldTypeDefaultMeaning
endpointstring— (required)Absolute http:/https: base URL of the pet service, e.g. http://127.0.0.1:9999.
methodPOST | GETPOSTHTTP method for every notification.
tokenstring''Bearer token; sent only when non-empty.
timeoutMsnumber2000Per-request timeout; a hung pet service aborts the request and logs a warning.
actions.thinkingstringdeepthinkPet event sent when an agent starts running.
actions.typingstringstartworkPet event sent on the first chunk of each step.
actions.idlestringendworkPet event sent when an agent returns to idle.

Misconfiguration fails loud at load: a missing or non-http(s) endpoint rejects the plugin entry, so a broken pet bridge never boots silently.