export const tsukiAgent = new Agent({
name: "Tsuki Web Automation Agent",
// Can't find where to set maxSteps or stopWhen?
});
export const mastra = new Mastra({
agents: { tsukiAgent },
// Or configure it here?
});
export const tsukiAgent = new Agent({
name: "Tsuki Web Automation Agent",
// Can't find where to set maxSteps or stopWhen?
});
export const mastra = new Mastra({
agents: { tsukiAgent },
// Or configure it here?
});