Files
deepseek-harness/examples/README.zh.md
2026-08-06 15:03:48 +08:00

30 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 示例
[English](README.md) | 中文
展示 DeepSeek Harness 主要接口和扩展点的可运行演示。每个子目录负责自己的配置、前置条件、命令和详细行为。
## mcp-memory
通过通用 MCP 客户端连接受支持第三方记忆服务器的可选 overlay。详见[记忆示例参考](mcp-memory/README.md)。
## headless-agent
非交互式 agent智能体接受一项任务并运行然后以选定的机器可读或人类可读格式输出结果。详见[无头示例参考](headless-agent/README.md)。
## jsonrpc-agent
由 Python SDK 和 JSON-RPC 驱动的无人值守编码 agent。详见 [JSON-RPC 示例参考](jsonrpc-agent/README.md)。
## web-cordis
能够检查并更改内存中 Cordis 插件树的自指 agent。详见 [web-cordis 示例参考](web-cordis/README.md)。
## 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-schedule/README.md)。
## acp-agent
面向程序化客户端的 ACPAgent Client Protocol自动化服务器支持会话、权限和取消操作。详见 [ACP 示例参考](acp-agent/README.md)。