The readline UI lives inside @deepseek-ai/dsh-stdio-agent as the in-package stdio-chat module; the packages/support/ui-stdio package is gone. The app's front-door cluster always includes this UI and nothing else composes it, so the boundary bought manifest/tsconfig/module-graph/ README/publint surface for a helper that is not independently swappable — and a product app no longer depends on a support package documented as not-product-surface. createStdioChat, the StdioRuntime test seam, and both unit suites moved verbatim (imports rewired to the module path); the named name/inject/Config/apply export shape stays, being the contract the app's ctx.plugin mount consumes. Coverage stays per-file 100%; the built-bin smoke under plain node and both keyless Loader-path smokes prove the published artifact and the demos end-to-end. Implements docs/rfc/implemented/simplification/2026-07-04-fold-stdio-ui-helper.md (moved from proposed/ and amended to the shipped shape).
175 lines
5.4 KiB
Markdown
175 lines
5.4 KiB
Markdown
<!-- Generated by scripts/gen-module-graph.ts — do not edit by hand.
|
|
Run `pnpm run gen-module-graph` to regenerate. -->
|
|
|
|
# Module dependency graph
|
|
|
|
Inter-package dependencies among the `@deepseek-ai/dsh-*` harness packages, derived from each package's `peerDependencies` (the canonical runtime-dependency signal). An edge `a --> b` means package `a` depends on package `b`. Names have the `@deepseek-ai/dsh-` prefix stripped.
|
|
|
|
```mermaid
|
|
graph TD
|
|
bash --> brand
|
|
llm --> brand
|
|
bash-local --> bash
|
|
fs --> brand
|
|
fs --> llm
|
|
llm-deepseek --> llm
|
|
llm-pi-ai --> llm
|
|
session --> brand
|
|
session --> llm
|
|
system-prompt --> llm
|
|
web --> llm
|
|
agent --> brand
|
|
agent --> llm
|
|
agent --> session
|
|
compact --> llm
|
|
compact --> session
|
|
fs-local --> fs
|
|
fs-policy --> fs
|
|
hook-protocol --> bash
|
|
hook-protocol --> session
|
|
llm-replay --> llm
|
|
llm-replay --> session
|
|
session-persistence --> session
|
|
web-fetch-local --> web
|
|
web-search-deepseek --> web
|
|
web-search-exa --> web
|
|
web-search-perplexity --> web
|
|
compact-basic --> agent
|
|
compact-basic --> compact
|
|
compact-basic --> llm
|
|
compact-basic --> session
|
|
invariants --> agent
|
|
invariants --> llm
|
|
invariants --> session
|
|
session-persistence-jsonl --> session
|
|
session-persistence-jsonl --> session-persistence
|
|
session-persistence-sqlite --> session
|
|
session-persistence-sqlite --> session-persistence
|
|
tools --> agent
|
|
tools --> llm
|
|
tools --> system-prompt
|
|
acp --> agent
|
|
acp --> llm
|
|
acp --> session
|
|
acp --> session-persistence
|
|
acp --> tools
|
|
agent-loop --> agent
|
|
agent-loop --> llm
|
|
agent-loop --> session
|
|
agent-loop --> session-persistence
|
|
agent-loop --> system-prompt
|
|
agent-loop --> tools
|
|
hooks-codex --> agent
|
|
hooks-codex --> hook-protocol
|
|
hooks-codex --> llm
|
|
hooks-codex --> session
|
|
hooks-codex --> tools
|
|
subagent --> agent
|
|
subagent --> llm
|
|
subagent --> tools
|
|
tool-bash --> agent
|
|
tool-bash --> bash
|
|
tool-bash --> llm
|
|
tool-bash --> tools
|
|
tool-fs --> fs
|
|
tool-fs --> llm
|
|
tool-fs --> session
|
|
tool-fs --> system-prompt
|
|
tool-fs --> tools
|
|
tool-todo --> agent
|
|
tool-todo --> session
|
|
tool-todo --> tools
|
|
tool-web --> llm
|
|
tool-web --> system-prompt
|
|
tool-web --> tools
|
|
tool-web --> web
|
|
agent-core --> agent
|
|
agent-core --> agent-loop
|
|
agent-core --> invariants
|
|
agent-core --> llm
|
|
agent-core --> session
|
|
agent-core --> system-prompt
|
|
agent-core --> tool-bash
|
|
agent-core --> tools
|
|
hooks-claude --> agent
|
|
hooks-claude --> hook-protocol
|
|
hooks-claude --> llm
|
|
hooks-claude --> session
|
|
hooks-claude --> subagent
|
|
hooks-claude --> tools
|
|
subagent-acp --> agent
|
|
subagent-acp --> llm
|
|
subagent-acp --> subagent
|
|
subagent-inprocess --> agent
|
|
subagent-inprocess --> llm
|
|
subagent-inprocess --> session
|
|
subagent-inprocess --> subagent
|
|
subagent-mock --> agent
|
|
subagent-mock --> llm
|
|
subagent-mock --> subagent
|
|
tool-subagent --> agent
|
|
tool-subagent --> llm
|
|
tool-subagent --> subagent
|
|
tool-subagent --> tools
|
|
acp-agent --> acp
|
|
acp-agent --> agent-core
|
|
acp-agent --> session-persistence-jsonl
|
|
stdio-agent --> agent
|
|
stdio-agent --> agent-core
|
|
stdio-agent --> session
|
|
stdio-agent --> session-persistence-jsonl
|
|
subagent-fork --> agent
|
|
subagent-fork --> session
|
|
subagent-fork --> subagent
|
|
subagent-fork --> subagent-inprocess
|
|
subagent-spawn --> subagent
|
|
subagent-spawn --> subagent-inprocess
|
|
```
|
|
|
|
| Package | Depends on |
|
|
| --- | --- |
|
|
| `brand` | — |
|
|
| `bash` | `brand` |
|
|
| `llm` | `brand` |
|
|
| `bash-local` | `bash` |
|
|
| `fs` | `brand`, `llm` |
|
|
| `llm-deepseek` | `llm` |
|
|
| `llm-pi-ai` | `llm` |
|
|
| `session` | `brand`, `llm` |
|
|
| `system-prompt` | `llm` |
|
|
| `web` | `llm` |
|
|
| `agent` | `brand`, `llm`, `session` |
|
|
| `compact` | `llm`, `session` |
|
|
| `fs-local` | `fs` |
|
|
| `fs-policy` | `fs` |
|
|
| `hook-protocol` | `bash`, `session` |
|
|
| `llm-replay` | `llm`, `session` |
|
|
| `session-persistence` | `session` |
|
|
| `web-fetch-local` | `web` |
|
|
| `web-search-deepseek` | `web` |
|
|
| `web-search-exa` | `web` |
|
|
| `web-search-perplexity` | `web` |
|
|
| `compact-basic` | `agent`, `compact`, `llm`, `session` |
|
|
| `invariants` | `agent`, `llm`, `session` |
|
|
| `session-persistence-jsonl` | `session`, `session-persistence` |
|
|
| `session-persistence-sqlite` | `session`, `session-persistence` |
|
|
| `tools` | `agent`, `llm`, `system-prompt` |
|
|
| `acp` | `agent`, `llm`, `session`, `session-persistence`, `tools` |
|
|
| `agent-loop` | `agent`, `llm`, `session`, `session-persistence`, `system-prompt`, `tools` |
|
|
| `hooks-codex` | `agent`, `hook-protocol`, `llm`, `session`, `tools` |
|
|
| `subagent` | `agent`, `llm`, `tools` |
|
|
| `tool-bash` | `agent`, `bash`, `llm`, `tools` |
|
|
| `tool-fs` | `fs`, `llm`, `session`, `system-prompt`, `tools` |
|
|
| `tool-todo` | `agent`, `session`, `tools` |
|
|
| `tool-web` | `llm`, `system-prompt`, `tools`, `web` |
|
|
| `agent-core` | `agent`, `agent-loop`, `invariants`, `llm`, `session`, `system-prompt`, `tool-bash`, `tools` |
|
|
| `hooks-claude` | `agent`, `hook-protocol`, `llm`, `session`, `subagent`, `tools` |
|
|
| `subagent-acp` | `agent`, `llm`, `subagent` |
|
|
| `subagent-inprocess` | `agent`, `llm`, `session`, `subagent` |
|
|
| `subagent-mock` | `agent`, `llm`, `subagent` |
|
|
| `tool-subagent` | `agent`, `llm`, `subagent`, `tools` |
|
|
| `acp-agent` | `acp`, `agent-core`, `session-persistence-jsonl` |
|
|
| `stdio-agent` | `agent`, `agent-core`, `session`, `session-persistence-jsonl` |
|
|
| `subagent-fork` | `agent`, `session`, `subagent`, `subagent-inprocess` |
|
|
| `subagent-spawn` | `subagent`, `subagent-inprocess` |
|