feat: add cron agent binding

This commit is contained in:
Peter Steinberger
2026-01-12 10:23:45 +00:00
parent a3938d62f6
commit 115591c5b6
14 changed files with 383 additions and 83 deletions

View File

@@ -350,6 +350,7 @@ export type CronJobState = {
export type CronJob = {
id: string;
agentId?: string;
name: string;
description?: string;
enabled: boolean;