Files
openclaw/src/plugin-sdk/agent-config-primitives.ts
2026-05-10 12:37:10 +01:00

7 lines
318 B
TypeScript

/**
* @deprecated Public SDK subpath has no bundled extension production imports.
* Import the needed schema primitives from a maintained plugin-owned surface.
*/
export { ReplyRuntimeConfigSchemaShape } from "../config/zod-schema.core.js";
export { ToolPolicySchema } from "../config/zod-schema.agent-runtime.js";