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

12 lines
588 B
Markdown
Raw Normal View History

# acp/ — Agent Client Protocol automation
2026-07-26 05:03:53 +08:00
English | [中文](README.zh.md)
The ACP group exposes harness agents to programmatic clients over the Agent Client Protocol. It is an interoperability transport, not a presentation or human-interaction layer; the matching out-of-process subagent *client* lives in [`subagent/subagent-acp`](../subagent/subagent-acp/README.md) because it implements the subagent provider interface.
| Package | Role |
|---|---|
2026-08-04 00:54:19 +08:00
| [`acp/`](acp/README.md) | Automation-only ACP server. |
The server contract is documented in [`acp/README.md`](acp/README.md).