import { serperTool } from './serper'; import { weatherTool } from './weather'; export const tools = { serper: serperTool, weather: weatherTool, }; export { serperTool, weatherTool };