dsh-relay
把 agent 的审批与提问诉求推送到 iMessage / 邮件 / 微信通道,回复 `#编号 批准/拒绝/回答` 即可处理,无需打开网页。
Relay agent approval requests and questions to iMessage / Email / WeChat channels and resolve them by replying with the request number (#N 批准 / 拒绝 / 回答).
怎么安装
dsh plugin add dsh-relay 简介
dsh-relay 🚀 **欢迎贡献!** 本项目把"诉求中转"做成通用框架:**iMessage / Email / 微信 三个通道已端到端验收**,**Telegram / 飞书 / 钉钉 等待你来实现**——按 src/channels/types.js 的通道契约接入即可,详见 CONTRIBUTING.md。所有贡献需通过测试套件(见 TESTING.md)。 DSH(DeepSeek Harness)宿主级插件:**把需要你授权或提供开发建议的诉求,按编号推送到 iMessage / Email / 微信等可配置通道,在通道里直接批准、拒绝或回答;功能开关与启用范围也全部通过通道消息配置。** 跨会话共享(装在 profile 层,所有对话通用)。 架构基于成熟的 dsh-im-bridge(MIT)扩展:通道层与桥接层分离、持久去重、长回复分段、../!! 合并窗口均沿用其实现;编号审批应答参考 dsh-chatnode-wechat。并修正了上游在 web profile 中的两个关键问题: approval/request 监听以 { prepend: true } 注册,排在网页答案器(api-proxy)之前——上游缺 prepend,在有浏览器的 web profile 里实际上拿不到审批; 提问(ask_user_question)走 tools/exe…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-20
- 创建于
- 2026-08-18
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- approval, deepseek-harness, dsh, dsh-plugin, imessage, relay
同类推荐
openpets
alvinunreal/openpets/tree/main/packages/dsh
将 DeepSeek Harness 的生命周期状态、错误与审批请求,桥接到本地运行的 OpenPets 桌面伙伴。
dsh-im
xmanrui/dsh-im
通过二维码或机器人凭据将 IM 机器人接入 DeepSeek Harness(支持飞书、微信、钉钉、企业微信、QQ、Slack、Telegram、Discord 和 WhatsApp 共 9 种渠道)。