Files
deepseek-harness/packages/examples
_Kerman 25b0c943ce Merge remote-tracking branch 'github/master' into xtr/session-projection-migrations
# Conflicts:
#	.agents/notes/implemented/architecture/2026-08-04-draft-provider-endpoint-interrogation.i18n.yaml
#	.agents/notes/implemented/architecture/2026-08-04-draft-provider-endpoint-interrogation.md
#	.agents/notes/implemented/architecture/2026-08-04-draft-provider-endpoint-interrogation.zh.md
#	.agents/notes/implemented/feature/2026-08-06-continuable-subagent-interrupt.i18n.yaml
#	.agents/notes/implemented/feature/2026-08-06-continuable-subagent-interrupt.md
#	.agents/notes/implemented/feature/2026-08-06-continuable-subagent-interrupt.zh.md
#	.agents/notes/implemented/process/2026-07-20-gui-testing-system.i18n.yaml
#	.agents/notes/implemented/process/2026-07-20-gui-testing-system.md
#	.agents/notes/implemented/process/2026-07-20-gui-testing-system.zh.md
2026-08-28 10:59:30 +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.