mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
TurnEndReasonMap aborted endings no longer map to 'cancelled': the ACP spec reserves StopReason::Cancelled for the client's own session/cancel notification (plus disposal, both settled out of band). A turn aborted by a hook or another agent owner is ordinary quiescence and now settles as end_turn, matching the README/note contract. interrupted keeps 'cancelled' as the crash-orphan marker.
acp/ — Agent Client Protocol automation
English | 中文
The ACP group exposes harness agents to programmatic clients. It is an interoperability transport, not a presentation or human-interaction layer.
| Package | Role |
|---|---|
acp/ |
Automation-only ACP server: fresh text sessions, committed assistant output, machine permission policy, cancellation, and connection-owned teardown. |
The matching out-of-process subagent client remains in subagent/subagent-acp because it implements the subagent provider interface; arbitrary ACP clients may drive the same server contract.