mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 04:11:03 +00:00
4 lines
239 B
TypeScript
4 lines
239 B
TypeScript
/** Narrow agent-runtime schema primitives without broader config/runtime surfaces. */
|
|
export { ReplyRuntimeConfigSchemaShape } from "../config/zod-schema.core.js";
|
|
export { ToolPolicySchema } from "../config/zod-schema.agent-runtime.js";
|