AtomerCore/dsh-qq-agent-mail ↗★ 0
dsh-qq-agent-mail
Tencent QQ Agent Mail integration for DeepSeek Harness with a Service, event stream, Web settings, OAuth, and 14 structured tools.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AtomerCore/dsh-qq-agent-mail说明文档
阅读完整 README ↗Configuration
Every option is declared by the exported Config schema. Basic preferences are editable on the Web
settings page; advanced deployment options belong in the profile patch.
| Option | Default | Description |
|---|---|---|
cliPath | agently-cli | Packaged CLI by default; also accepts a command name or absolute path. |
cwd | empty | CLI working directory and base for relative attachment paths. |
defaultDir | inbox | Default folder: inbox, sent, trash, or spam. |
defaultLimit | 10 | Default number of messages returned by list operations. |
loginTimeoutMs | 30000 | Time allowed to capture the OAuth URL. |
loginHardCapMs | 300000 | Maximum login-process lifetime after URL capture; 0 disables the cap. |
watchTimeoutMs | 60000 | Maximum duration of one qq_mail_watch call. |
autoWatch | false | Start a persistent watcher and emit mail events. |
autoConfirm | false | Skip write confirmation; use only in a trusted automation environment. |
extraArgs | empty | Additional CLI arguments, one per line. |
extraEnv | empty | Additional child-process environment entries, one KEY=VALUE per line. |
Example profile override:
- insert:
- id: qq-agent-mail
name: dsh-qq-agent-mail
config:
defaultLimit: 20
autoWatch: false
autoConfirm: false