Files
deepseek-harness/packages/acp/README.zh.md

12 lines
560 B
Markdown
Raw Permalink 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.
# acp/Agent Client Protocol 自动化
[English](README.md) | 中文
ACPAgent Client Protocol组通过该协议将 harness 中的 agent智能体公开给程序化客户端。它是互操作传输层不是展示或人机交互层配对的进程外 subagent *客户端*在 [`subagent/subagent-acp`](../subagent/subagent-acp/README.md),因为它实现的是 subagent 提供方接口。
| 包 | 职责 |
|---|---|
| [`acp/`](acp/README.md) | 仅面向自动化的 ACP 服务器。 |
服务器约定见 [`acp/README.md`](acp/README.md)。