agentmail-to/dsh-agentmail0

dsh-agentmail

Give a DeepSeek Harness agent its own email inbox, with inbound mail bound to per-thread sessions.

AI 分析

核心用途是让智能体具备收发邮件及基于邮件线程进行对话的能力。适合需要通过电子邮件与 AI 智能体交互、处理自动化邮件任务的用户。

パッケージ
dsh-agentmail
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/18

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:agentmail-to/dsh-agentmail

ドキュメント

README 全文を読む ↗

Configuration

KeyDefaultNotes
apiKeyRequired. Prefer !!js process.env.AGENTMAIL_API_KEY.
inboxIddiscoveredCreated on first use when absent
autoCreateInboxtrue
readOnlyfalse
requireApprovalForSendtrue
allowedRecipients[]Addresses or @domain.com suffixes
maxBodyChars8000Per-message body budget
timeoutMs / maxRetries30000 / 2
inbound.modewebsocketor poll, off
inbound.wakeIdleAgentfalse
inbound.eventTypes['message.received']Same dotted spelling as eventType
threadSessions.enabledtrue
threadSessions.sessionIdPrefixagentmail-Avoid : — see below
threadSessions.idleDisposeMs900000
threadSessions.maxLive50Flood cap
threadSessions.followupSweepMs300000