PollyReach/pollyreach-dsh-plugin3

dsh-pollyreach

DeepSeek Harness 的 PollyReach 电话呼叫工具和技能插件。

AI 分析

核心用途是为 DSH 智能体赋予拨打和管理电话呼叫的能力。适合需要通过 AI 自动执行电话通知、状态查询等外呼任务的用户。

套件
dsh-pollyreach
版本
1.0.3
授權
MIT
最近更新
2026年8月18日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PollyReach/pollyreach-dsh-plugin

Configuration

Override defaults in the profile's cordis.patch.yml. Patch rows replace the whole config object, so include every value you want to preserve:

- id: pollyreach-tools
  name: dsh-pollyreach
  config:
    apiBaseUrl: https://api.pollyreach.ai
    credentialsPath: ~/.config/PollyReach/key.json
    source: openclaw
    requestTimeoutMs: 30000
    pollIntervalMs: 2000
    activationMaxAttempts: 60
    queryMaxAttempts: 300
    inboundMaxAttempts: 10

source defaults to openclaw because that is the current PollyReach device-registration API contract, even though the client runtime is DeepSeek Harness.