litestartup-com/dsh-api-gateway

litestartup-com★ 2TypeScript最后同步: 2026-08-16

在 GitHub 打开

DeepSeek Harness的开源 API Gateway 插件:任何第三方客户端(包括飞书/钉钉等即时通讯)都能通过REST + SSE接口与你的 Agent 会话交互。

README 摘要

dsh-api-gateway English 中文 A plugin for DeepSeek Harness that turns a running Harness into an HTTP API: any third-party client — curl, Python, a browser, an IM bridge — can create agent sessions, stream replies token-by-token over SSE, and continue conversations started in the Web UI, all behind API-key authentication. API sessions drive the same agent machine the GUI drives (inbox + session log), so both worlds stay in sync. Features - REST + SSE : 9 endpoints; token-level streaming ( assistant/chunk ), server closes the stream at turn end - GUI settings card : Settings → Plugins → Configurable → API Gateway (status, soft on/off, key rotation) - Workspace membership : API sessions land in real workspaces and show grouped in the sidebar, never under "ungrouped" - Session discovery & adoption : list all sessions, read any session's full history (read-only), and adopt a GUI session to keep driving it over the API — live co-driving or cold resume with full context - Reasoning split : replies separate text (visible answer) from reasoning (thinking), never concatenated - Extensible : publishes gateway/session-created / gateway/message / gateway/turn-end on the Cordis event bus for other…

在 GitHub 查看完整 README →
Agent/智能体api-gatewaydeepseek-harness-plugindsh-pluginrestful-apiweb uiagent

分类