export const emailRespondAgent = new Agent({
name: 'Email Respond Agent',
tools: { googleCalendarTool },
});
export const googleCalendarTool = createTool({
id: 'googleCalendarTool',
description:
'A tool to view a user calendar, schedule, events and availability',
export const emailRespondAgent = new Agent({
name: 'Email Respond Agent',
tools: { googleCalendarTool },
});
export const googleCalendarTool = createTool({
id: 'googleCalendarTool',
description:
'A tool to view a user calendar, schedule, events and availability',