agentmail-to/dsh-agentmail ↗★ 0
dsh-agentmail
为 DeepSeek Harness 智能体提供专属邮箱收件箱,并将收到的邮件绑定到特定线程会话中。
AI 分析
核心用途是让智能体具备收发邮件及基于邮件线程进行对话的能力。适合需要通过电子邮件与 AI 智能体交互、处理自动化邮件任务的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:agentmail-to/dsh-agentmail说明文档
阅读完整 README ↗Configuration
| Key | Default | Notes |
|---|---|---|
apiKey | — | Required. Prefer !!js process.env.AGENTMAIL_API_KEY. |
inboxId | discovered | Created on first use when absent |
autoCreateInbox | true | |
readOnly | false | |
requireApprovalForSend | true | |
allowedRecipients | [] | Addresses or @domain.com suffixes |
maxBodyChars | 8000 | Per-message body budget |
timeoutMs / maxRetries | 30000 / 2 | |
inbound.mode | websocket | or poll, off |
inbound.wakeIdleAgent | false | |
inbound.eventTypes | ['message.received'] | Same dotted spelling as eventType |
threadSessions.enabled | true | |
threadSessions.sessionIdPrefix | agentmail- | Avoid : — see below |
threadSessions.idleDisposeMs | 900000 | |
threadSessions.maxLive | 50 | Flood cap |
threadSessions.followupSweepMs | 300000 |