/** * Public DeepSeek Harness SDK runtime entry points. * * FIXME: rename to `@deepseek-ai/dsh-sdk-scripts` before the first tagged release — * the current name is indefensibly generic as a published name * ([regrouping Agent Note](../../../../.agents/notes/implemented/architecture/2026-07-29-package-regrouping.md)). * * @module @deepseek-ai/dsh-scripts */ export { runSDK, startSDK, type SdkBootContext } from './runtime.ts'