Files
deepseek-harness/packages/examples
_Kerman 31ba0d6ae3 Merge remote-tracking branch 'origin/master' into xtr/durable-inbox-recovery
# Conflicts:
#	docs/event-producer-consumer.i18n.yaml
#	docs/event-producer-consumer.md
#	docs/event-producer-consumer.zh.md
#	docs/module-graph.i18n.yaml
#	docs/module-graph.md
#	docs/module-graph.zh.md
#	packages/api/session-controller/tests/session-projections.host.spec.ts
2026-08-31 13:35:33 +08:00
..

examples/ — reusable composition bundles

English | 中文

Pre-composed plugin bundles for tests and custom deployments that need the concrete Agent spine without assembling it by hand. The -demo npm suffix marks each package as support infrastructure rather than a product interface.

Package npm name Role
agent-spine-demo/ @deepseek-ai/dsh-agent-spine-demo Reusable agent-spine bundle

agent-spine-demo is the shared bundle. Product SDK, ACP, and one-shot execution belong to dsh --profile sdk / dsh --profile sdk-minimal, dsh --profile acp, and dsh --profile headless; no package in this directory provides an application entry.

These packages are not product API. Product seams and entry points remain in their owning groups; support bundles select concrete compositions for focused consumers.