Rename the relocated npm workspace to @deepseek-ai/dsh-sdk-python-runtime and the runnable example to python-sdk-agent, then update every owning English/Chinese document, test, and packaged-runtime reference. Remove the obsolete standalone bin while retaining the carrier entrypoints used to assemble the wheel runtime. This is intentionally a naming and ownership change, not a Python SDK migration. The public deepseek_harness_sdk and deepseek_harness_runtime module, wheel, executable, environment, and wire behavior remain unchanged. Documentation records that this private carrier is the temporary sole non-dsh application exception and will move to profile launch later.
1.8 KiB
示例
English | 中文
展示 DeepSeek Harness 主要接口和扩展点的可运行演示。每个子目录负责自己的配置、前置条件、命令和详细行为。
mcp-memory
通过通用 MCP 客户端连接受支持第三方记忆服务器的可选 overlay。详见记忆示例参考。
headless-agent
非交互式 agent(智能体):接受一项任务并运行,然后以选定的机器可读或人类可读格式输出结果。详见无头示例参考。
python-sdk-agent
由 Python SDK 和 JSON-RPC 驱动的无人值守编码 agent。详见 Python SDK agent 示例参考。
web-cordis
能够检查并更改内存中 Cordis 插件树的自指 agent。详见 web-cordis 示例参考。
web-schedule
用于持久、仅限 Session 内提醒的可选 Web overlay。它通过 schedule_create、schedule_list 和 schedule_delete 支持正整数秒的 after_seconds 延时与绝对 at 目标;活动提醒保存在原 Session 中,该 Session 再次 live 时恢复,而 cold 期间不会运行。使用 dsh web --patch examples/web-schedule/cordis.yml 启动;绝对时间 authority 以及交付与恢复边界详见 web-schedule/README.md。
web-github-review
带有专用签名 GitHub 端点与程序化 pull_request.ready_for_review 规则的可选 Web overlay。匹配交付会在已配置本地 Workspace 下创建只读评审 Session;详见 web-github-review/README.md。
acp-agent
面向程序化客户端的 ACP(Agent Client Protocol)自动化服务器,支持会话、权限和取消操作。详见 ACP 示例参考。