Because66666/dsh-desktop-pet--packages-desktop-pet ↗★ 0
@deepseek-ai/dsh-desktop-pet
Forward agent lifecycle moments (thinking, streaming, idle) to a local desktop-pet HTTP service
AI Analysis
核心用途是实现 DSH 与本地桌面宠物的联动,让桌宠根据 AI 的实时状态做出动作反应。适合想要增加 AI 交互趣味性、拥有兼容桌宠软件的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Configuration
All fields except endpoint have defaults and are optional in cordis.yml.
| Field | Type | Default | Meaning |
|---|---|---|---|
endpoint | string | — (required) | Absolute http:/https: base URL of the pet service, e.g. http://127.0.0.1:9999. |
method | POST | GET | POST | HTTP method for every notification. |
token | string | '' | Bearer token; sent only when non-empty. |
timeoutMs | number | 2000 | Per-request timeout; a hung pet service aborts the request and logs a warning. |
actions.thinking | string | deepthink | Pet event sent when an agent starts running. |
actions.typing | string | startwork | Pet event sent on the first chunk of each step. |
actions.idle | string | endwork | Pet 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.