Merge branch 'stack/agent-profiles-3-wire' into stack/agent-profiles-5-web-ui

# Conflicts:
#	AGENTS.md
#	docs/architecture.i18n.yaml
#	docs/cordis-catalog/services.md
#	docs/module-graph.md
This commit is contained in:
Yichen Jiang
2026-08-09 03:15:08 +08:00
1083 changed files with 19352 additions and 9731 deletions

View File

@@ -25,21 +25,23 @@ packages/ @deepseek-ai/dsh-<pkg> workspaces at packages/<group>/<pkg>/
web/ web seam + search/fetch providers + model-facing web tools
compact/ compaction seam + basic backend
context/ request-context plugins
subagent/ subagent seam + spawn/fork/ACP backends + delegation tool
bundle/ profile plugin bundles: installable patch layers for dsh --profile
subagent/ subagent seam + spawn/fork/ACP backends + tool
bundle/ installable dsh --profile patch-layer bundles
workflow/ workflow seam + worker-thread engine + workflow tool
todo/ todo_write tool
plan/ plan mode as logged per-agent collaboration state
plan/ plan mode as logged state
preset/ per-session agent composition from preset cordis.yml files
guard/ loop-hygiene plugins
cordis/ self-referential toolset: the agent inspects/mounts plugins in its own runtime
hooks/ Claude Code/Codex hook bridges + shared wire-protocol library
session-persistence/ persistence seam + JSONL/SQLite backends
settings/ user-settings seam + file-backed provider
credentials/ credential-reference seam + env-over-.env provider
guard/ loop-hygiene + tool-timeout plugins
self-modification/ the agent inspects/mounts its own plugins
hooks/ Claude Code/Codex hook bridges + wire-protocol library
session/ durable session data: persistence, projection, titles, telemetry
settings/ user-settings seam + file provider
credentials/ credential-reference seam + env/.env provider
acp/ automation-only Agent Client Protocol server
ui/ JSON-RPC bridge; boot, approval, interaction plugins
examples/ demo bundles (agent-spine + CLI/ACP/JSON-RPC bins) leaves load
interaction/ approval/interaction seams, permission, commands, ask-user
boot/ shared app-bin glue
scaffold/ project tooling: helper, launcher, initializer, SDK protocol
examples/ demo bundles (agent-spine + CLI/ACP/JSON-RPC bins)
support/ dev/test infrastructure
util/ zero-dependency utilities
python/ Python SDK and bundled runtime (see python/README.md)