Files
openclaw/src/agents/agent-tools.types.ts
2026-06-03 21:40:38 -04:00

3 lines
136 B
TypeScript

/** Public agent tool type barrel used by callers that only need tool shapes. */
export type { AnyAgentTool } from "./tools/common.js";