# Conflicts: # docs/config-catalog.md # docs/event-producer-consumer.md # docs/rfc/implemented/feature/2026-07-05-dynamic-workflows.md # examples/acp-agent/tests/acp.snapshot.ts # packages/code-runtime/code-runtime-worker/tests/built-lib.e2e.ts # packages/code-runtime/code-runtime-worker/tsdown.config.ts
10 lines
293 B
TypeScript
10 lines
293 B
TypeScript
/**
|
|
* Bin-only app package: `bin.ts` discovers an external `cordis.yml` and owns
|
|
* process exit. This module exports no composition plugin; the config chooses
|
|
* whether to load the {@link @deepseek-ai/dsh-jsonrpc} serving plugin.
|
|
*
|
|
* @module @deepseek-ai/dsh-jsonrpc-agent
|
|
*/
|
|
|
|
export {}
|