mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-02 04:00:31 +00:00
# Conflicts: # packages/core/agent-loop/tests/agent-initiator.spec.ts # packages/core/tools/tests/tools.spec.ts # packages/fs/tool-fs/tests/tools.spec.ts # packages/schedule/schedule/tests/plugin.spec.ts # packages/session/session-checkpoint-policy/tests/fixtures/crash-child.ts
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.
Related documentation
- ACP application bundle — the
dsh --profile acpapplication for programmatic clients. - SDK application bundle — the
dsh --profile sdkapplication for JSON-RPC clients. - Minimal SDK bundle — the standalone two-tool SDK profile used by the Python example.
Dev Note
None.