api gateway · Feishu smart body connector
DeepSeek Harness's open source API Gateway plug-in: Any third-party client (including instant messaging such as Feishu/DingTalk) can interact with your Agent session through the REST + SSE interface.
Project overview
Uninstall: dsh plugin --profile web remove dsh-api-gateway. Manual composition row (no CLI)
The plugin is an ordinary Cordis row; you can also compose it by hand. It publishes a cross-session HTTP surface, so it belongs in the host composition (or the profile's patch layer) — never inside an agent preset:
Windows PowerShell (no extra tools; UTF-8 safe): PowerShell 5.1 sends ANSI/GBK by default → garbled Chinese. Use the UTF-8 byte form above (or declare charset=utf-8); PowerShell 7 is UTF-8 by default. The server honors the request Content-Type charset (default UTF-8, GBK-tolerant). No jq? brew install jq, or use the Python/PowerShell examples.