# dsh-mail-bridge bundle patch. # 安装方式: dsh plugin --profile web add link:/home/program/agentmail/plugins/dsh-mail-bridge - insert: - id: dsh-mail-bridge name: dsh-mail-bridge config: gateway: url: !!js process.env.AGENTMAIL_GATEWAY_URL ?? 'http://127.0.0.1:8180' agentName: !!js process.env.AGENTMAIL_AGENT_NAME ?? 'dsh' agentKey: !!js process.env.AGENTMAIL_AGENT_KEY agentSecret: !!js process.env.AGENTMAIL_AGENT_SECRET reply: provider: !!js process.env.AGENTMAIL_REPLY_PROVIDER model: !!js process.env.AGENTMAIL_REPLY_MODEL