Improve reminder text generation.

This commit is contained in:
cpojer
2026-01-16 13:58:29 +09:00
parent 1656f491fd
commit b2d5889f6e
4 changed files with 158 additions and 4 deletions

View File

@@ -75,7 +75,9 @@ export function createClawdbotTools(options?: {
}),
createCanvasTool(),
createNodesTool(),
createCronTool(),
createCronTool({
agentSessionKey: options?.agentSessionKey,
}),
createMessageTool({
agentAccountId: options?.agentAccountId,
config: options?.config,