mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
Add a startup-only sdk-minimal template whose sole bundle inserts the complete JSON-RPC agent tree over the empty profile root. The roster is an explicit composition allowlist: it contains one DeepSeek adapter, the minimal agent spine, persistent Bash, the string-replace editor, local execution, and JSONL persistence, while dsh-base and Web remain absent. Reuse the SDK app startup provider so the new profile retains help, stdin EOF, and bounded launcher shutdown semantics. Make that provider render its configured profile name, which keeps both sdk and sdk-minimal help truthful without duplicating process lifecycle code. Register the package in the CLI closure, TypeScript graph, lockfile, Knip policy, and bilingual bundle references. Exact manifest, row-roster, profile-template, config-dump, and HMR tests make later additions visible instead of relying on a blacklist.
10 lines
324 B
TypeScript
10 lines
324 B
TypeScript
/**
|
|
* @deepseek-ai/dsh-sdk-minimal — the standalone minimal SDK profile bundle.
|
|
* The package's substance is `cordis.patch.yml`, declared by the
|
|
* `dsh.bundle.patch` manifest field and resolved by the profile composer;
|
|
* this module carries no runtime interface.
|
|
* @module @deepseek-ai/dsh-sdk-minimal
|
|
*/
|
|
|
|
export {}
|