← 返回列表
未验证
注册通知提供者,向 Telegram 等通道发送消息
尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/9/15 · 已提供中文文档
Maestro Notifier — 面向 DeepSeek Harness 的可插拔通知服务(优先支持 Telegram;注册表对更多提供方开放)
综合分
30.6
GitHub 分
30.6
用户评分
—
★ Stars
1
周下载量
—
兼容 / 相关生态插件(非 dsh 原生,请按其对应运行时安装)
git clone https://github.com/ddtcorex/dsh-maestro-notifier.git数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
依赖的 DSH / Cordis 模块
@deepseek-ai/cordis用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动
README
@ddtcorex/dsh-maestro-notifier
用于 DeepSeek Harness 的可插拔通知服务:
一个极小的内存级提供者注册表,以 Telegram 作为首个传输通道。投递
永不抛出异常 —— 调用方无需错误处理即可发送通知;未知的提供者和缺失的
目标会解析为 { sent: false, reason }。
属于 Maestro Harness 套件(dsh-maestro-*)。Cordis 补丁行 id:dsh-maestro-notifier
(在 meta 包中的短别名为 maestro-notifier)。
它提供什么
- maestroNotifier 服务:register(provider)、ids()、
send(providerId, target?, message),分发到已注册的提供者。
- Telegram 提供者(单向机器人消息;protect_content、无链接预览、10 秒
超时;凭据永不记录日志)。
- 仅传输 —— 消息文案属于消费方插件;本包从不
编写领域文本。消费方以结构化方式依赖它(augment.d.ts),而非在
编译期依赖。
- 默认目标解析:当调用方省略目标时,可选的 resolveTarget
钩子会从共享设置存储中读取 notify.telegram
(~/.dsh/maestro/settings.json,通过 @ddtcorex/dsh-maestro-config-lib)。显式目标
优先;任何解析器失败都会降级为 { sent: false, reason: 'not-configured' }。
const notifier = ctx.get('maestroNotifier')
await notifier.send('telegram', undefined, { text: 'review finished' }) // target resolved from the store
安装
dsh plugin --profile web add @ddtcorex/dsh-maestro-notifier
or everything at once:
dsh plugin --profile web add @ddtcorex/dsh-maestro-meta
开发
pnpm install
pnpm verify # tsc --noEmit
pnpm test # vitest run
pnpm build # tsc -> lib/
许可证
MIT扫码进群