Files
deepseek-harness/packages/examples
_Kerman 700d5407fb Merge remote-tracking branch 'origin/master' into xtr/durable-inbox-recovery
# Conflicts:
#	docs/config-catalog.i18n.yaml
#	docs/config-catalog.md
#	docs/config-catalog.zh.md
#	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/src/control.ts
#	packages/context/agent-instructions/tests/agent-instructions.spec.ts
#	packages/test-support/agent-loop-testkit/package.json
2026-08-31 13:37:55 +08:00
..

description, kind
description kind
The examples package group: reusable agent-spine composition bundles for tests and custom deployments. package-group

examples/ — reusable composition bundles

English | 中文

Summary

The examples group provides the reusable agent spine for tests and custom deployments that need a concrete composition without assembling it by hand. Its -demo npm suffix marks it as support infrastructure rather than a product interface. ACP, SDK, and one-shot applications launch through the acp, sdk or sdk-minimal, and headless profiles. This group contains no application entrypoint.

Table of Contents


Packages

Package npm name Role
agent-spine-demo/ @deepseek-ai/dsh-agent-spine-demo Working agent core you mount and configure with your own LLM and executor

agent-spine-demo is the shared agent core. Product application assemblies live under bundle/; this support package remains available to focused tests and custom compositions.


Dev Note

None.