mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-02 01:23:35 +00:00
3 lines
136 B
TypeScript
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";
|