add cron tool for listing and deleting scheduled jobs

This commit is contained in:
DBT
2026-02-25 12:43:15 +00:00
parent 969dc1abb1
commit 8b5a6edba4
2 changed files with 84 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ func NewAgentLoop(cfg *config.Config, msgBus *bus.MessageBus, provider providers
if cs != nil {
toolsRegistry.Register(tools.NewRemindTool(cs))
toolsRegistry.Register(tools.NewCronTool(cs))
}
maxParallelCalls := cfg.Agents.Defaults.RuntimeControl.ToolMaxParallelCalls