2026-07-05 01:25:58 +08:00
<!-- Generated by scripts/gen-doc-graphs.ts - do not edit by hand.
Run `pnpm run gen-doc-graphs` to regenerate. -->
2026-07-24 01:40:25 +08:00
# ACP Automation App Composition
2026-07-05 01:25:58 +08:00
2026-07-24 22:36:06 +08:00
The ACP demo exposes fresh baseline-prompt agent sessions to programmatic clients over JSON-RPC stdio, with no stdout logger, human UI, or pre-created agent.
2026-07-05 01:25:58 +08:00
``` mermaid
flowchart LR
cfg["examples/acp-agent<br/>cordis.yml"]
plugin_acp_llm_deepseek["llm-deepseek<br/>@deepseek-ai/dsh-llm-deepseek"]
cfg --> plugin_acp_llm_deepseek
2026-07-14 01:09:44 +08:00
plugin_acp_sandbox["sandbox<br/>@deepseek-ai/dsh-sandbox-local"]
cfg --> plugin_acp_sandbox
2026-07-14 20:05:57 +08:00
plugin_acp_sandbox_policy["sandbox-policy<br/>@deepseek-ai/dsh-sandbox-policy"]
cfg --> plugin_acp_sandbox_policy
2026-07-26 12:43:14 +08:00
plugin_acp_subprocess["subprocess<br/>@deepseek-ai/dsh-subprocess-local"]
cfg --> plugin_acp_subprocess
2026-07-14 01:09:44 +08:00
plugin_acp_bash["bash<br/>@deepseek-ai/dsh-bash-sandbox"]
2026-07-05 01:25:58 +08:00
cfg --> plugin_acp_bash
2026-07-14 01:09:44 +08:00
plugin_acp_approval["approval<br/>@deepseek-ai/dsh-user-approval"]
cfg --> plugin_acp_approval
2026-07-15 15:57:57 +08:00
plugin_acp_acp_agent["acp-agent<br/>@deepseek-ai/dsh-acp-demo"]
2026-07-05 01:25:58 +08:00
cfg --> plugin_acp_acp_agent
2026-07-15 15:57:57 +08:00
plugin_acp_acp_agent --> bundle_agent_core["@deepseek-ai/dsh-agent-spine-demo"]
2026-07-05 01:25:58 +08:00
plugin_acp_acp_agent --> bundle_jsonl["@deepseek-ai/dsh-session-persistence-jsonl"]
2026-07-22 15:13:12 +08:00
plugin_acp_acp_agent --> entrypoint_acp["@deepseek-ai/dsh-acp<br/>automation-only JSON-RPC stdio<br/>fresh sessions created by client"]
2026-07-05 01:25:58 +08:00
bundle_agent_core --> spine_llm["ctx.llm"]
bundle_agent_core --> spine_sessions["ctx.sessions"]
bundle_agent_core --> spine_tools["ctx.tools + tool-bash"]
bundle_agent_core --> spine_loop["ctx.agents + ctx.agentLoop"]
2026-07-20 11:47:17 +08:00
plugin_acp_token_meter["token-meter<br/>@deepseek-ai/dsh-token-meter"]
cfg --> plugin_acp_token_meter
2026-08-13 00:36:22 +08:00
plugin_acp_compaction_basic["compaction-basic<br/>@deepseek-ai/dsh-compaction-basic"]
cfg --> plugin_acp_compaction_basic
2026-08-06 21:17:23 +08:00
plugin_acp_session_projection["session-projection<br/>@deepseek-ai/dsh-session-projection"]
cfg --> plugin_acp_session_projection
2026-07-05 01:25:58 +08:00
plugin_acp_subagent["subagent<br/>@deepseek-ai/dsh-subagent"]
cfg --> plugin_acp_subagent
2026-08-13 00:36:22 +08:00
plugin_acp_subagent_spawn_in_process["subagent-spawn-in-process<br/>@deepseek-ai/dsh-subagent-spawn-in-process"]
cfg --> plugin_acp_subagent_spawn_in_process
plugin_acp_subagent_fork_in_process["subagent-fork-in-process<br/>@deepseek-ai/dsh-subagent-fork-in-process"]
cfg --> plugin_acp_subagent_fork_in_process
2026-07-23 17:07:38 +08:00
plugin_acp_tool_subagent_control["tool-subagent-control<br/>@deepseek-ai/dsh-tool-subagent-control"]
cfg --> plugin_acp_tool_subagent_control
2026-07-26 02:32:34 +08:00
plugin_acp_tool_subagent_list_agents["tool-subagent-list-agents<br/>@deepseek-ai/dsh-tool-subagent-control/list-agents"]
cfg --> plugin_acp_tool_subagent_list_agents
2026-07-31 22:45:21 +08:00
plugin_acp_tool_subagent_report["tool-subagent-report<br/>@deepseek-ai/dsh-tool-subagent-report"]
cfg --> plugin_acp_tool_subagent_report
2026-07-05 01:25:58 +08:00
plugin_acp_tool_subagent["tool-subagent<br/>@deepseek-ai/dsh-tool-subagent"]
cfg --> plugin_acp_tool_subagent
plugin_acp_tool_subagent_fork["tool-subagent-fork<br/>@deepseek-ai/dsh-tool-subagent"]
cfg --> plugin_acp_tool_subagent_fork
2026-08-13 00:36:22 +08:00
plugin_acp_workflow_worker_thread["workflow-worker-thread<br/>@deepseek-ai/dsh-workflow-worker-thread"]
cfg --> plugin_acp_workflow_worker_thread
2026-07-06 03:14:07 +08:00
plugin_acp_tool_workflow["tool-workflow<br/>@deepseek-ai/dsh-tool-workflow"]
cfg --> plugin_acp_tool_workflow
2026-07-20 00:51:19 +08:00
plugin_acp_tool_ralph["tool-ralph<br/>@deepseek-ai/dsh-tool-ralph"]
cfg --> plugin_acp_tool_ralph
2026-07-05 01:25:58 +08:00
plugin_acp_tool_todo["tool-todo<br/>@deepseek-ai/dsh-tool-todo"]
cfg --> plugin_acp_tool_todo
2026-08-13 00:36:22 +08:00
plugin_acp_repeat_tool_reminder["repeat-tool-reminder<br/>@deepseek-ai/dsh-repeat-tool-reminder"]
cfg --> plugin_acp_repeat_tool_reminder
2026-07-14 20:05:57 +08:00
plugin_acp_fs_sandbox["fs-sandbox<br/>@deepseek-ai/dsh-fs-sandbox"]
cfg --> plugin_acp_fs_sandbox
2026-08-13 00:36:22 +08:00
plugin_acp_fs_observation_policy["fs-observation-policy<br/>@deepseek-ai/dsh-fs-observation-policy"]
cfg --> plugin_acp_fs_observation_policy
2026-07-05 01:25:58 +08:00
plugin_acp_tool_fs["tool-fs<br/>@deepseek-ai/dsh-tool-fs"]
cfg --> plugin_acp_tool_fs
2026-08-13 00:36:22 +08:00
plugin_acp_hooks_claude_code["hooks-claude-code<br/>@deepseek-ai/dsh-hooks-claude-code"]
cfg --> plugin_acp_hooks_claude_code
2026-07-05 01:25:58 +08:00
plugin_acp_hooks_codex["hooks-codex<br/>@deepseek-ai/dsh-hooks-codex"]
cfg --> plugin_acp_hooks_codex
```
| Plugin id | Package / module |
| --- | --- |
| `llm-deepseek` | `@deepseek-ai/dsh-llm-deepseek` |
2026-07-14 01:09:44 +08:00
| `sandbox` | `@deepseek-ai/dsh-sandbox-local` |
2026-07-14 20:05:57 +08:00
| `sandbox-policy` | `@deepseek-ai/dsh-sandbox-policy` |
2026-07-26 12:43:14 +08:00
| `subprocess` | `@deepseek-ai/dsh-subprocess-local` |
2026-07-14 01:09:44 +08:00
| `bash` | `@deepseek-ai/dsh-bash-sandbox` |
| `approval` | `@deepseek-ai/dsh-user-approval` |
2026-07-15 15:57:57 +08:00
| `acp-agent` | `@deepseek-ai/dsh-acp-demo` |
2026-07-20 11:47:17 +08:00
| `token-meter` | `@deepseek-ai/dsh-token-meter` |
2026-08-13 00:36:22 +08:00
| `compaction-basic` | `@deepseek-ai/dsh-compaction-basic` |
2026-08-06 21:17:23 +08:00
| `session-projection` | `@deepseek-ai/dsh-session-projection` |
2026-07-05 01:25:58 +08:00
| `subagent` | `@deepseek-ai/dsh-subagent` |
2026-08-13 00:36:22 +08:00
| `subagent-spawn-in-process` | `@deepseek-ai/dsh-subagent-spawn-in-process` |
| `subagent-fork-in-process` | `@deepseek-ai/dsh-subagent-fork-in-process` |
2026-07-23 17:07:38 +08:00
| `tool-subagent-control` | `@deepseek-ai/dsh-tool-subagent-control` |
2026-07-26 02:32:34 +08:00
| `tool-subagent-list-agents` | `@deepseek-ai/dsh-tool-subagent-control/list-agents` |
2026-07-31 22:45:21 +08:00
| `tool-subagent-report` | `@deepseek-ai/dsh-tool-subagent-report` |
2026-07-05 01:25:58 +08:00
| `tool-subagent` | `@deepseek-ai/dsh-tool-subagent` |
| `tool-subagent-fork` | `@deepseek-ai/dsh-tool-subagent` |
2026-08-13 00:36:22 +08:00
| `workflow-worker-thread` | `@deepseek-ai/dsh-workflow-worker-thread` |
2026-07-06 03:14:07 +08:00
| `tool-workflow` | `@deepseek-ai/dsh-tool-workflow` |
2026-07-20 00:51:19 +08:00
| `tool-ralph` | `@deepseek-ai/dsh-tool-ralph` |
2026-07-05 01:25:58 +08:00
| `tool-todo` | `@deepseek-ai/dsh-tool-todo` |
2026-08-13 00:36:22 +08:00
| `repeat-tool-reminder` | `@deepseek-ai/dsh-repeat-tool-reminder` |
2026-07-14 20:05:57 +08:00
| `fs-sandbox` | `@deepseek-ai/dsh-fs-sandbox` |
2026-08-13 00:36:22 +08:00
| `fs-observation-policy` | `@deepseek-ai/dsh-fs-observation-policy` |
2026-07-05 01:25:58 +08:00
| `tool-fs` | `@deepseek-ai/dsh-tool-fs` |
2026-08-13 00:36:22 +08:00
| `hooks-claude-code` | `@deepseek-ai/dsh-hooks-claude-code` |
2026-07-05 01:25:58 +08:00
| `hooks-codex` | `@deepseek-ai/dsh-hooks-codex` |
2026-07-05 02:54:01 +08:00
Source config: [`examples/acp-agent/cordis.yml` ](cordis.yml ).
Maintenance mode: hybrid: the leaf plugin list is parsed from its `cordis.yml` ; app package expansion is curated from package source.