Files
sproutclaw/packages/ai/src/agent/tools/index.ts
2025-09-16 02:19:47 +02:00

3 lines
135 B
TypeScript

export { calculate, calculateTool } from "./calculate.js";
export { getCurrentTime, getCurrentTimeTool } from "./get-current-time.js";