API reference
CronJob
Persistent cron-scheduled invocation of the Theo agent.
CronJob
Auto-generated from TypeDoc on each build. Edit the JSDoc in packages/sdk/src/ to change this page.
Persistent cron-scheduled invocation of the Theo agent.
Exactly one of CronJob.agent (ephemeral agent created on each fire) or CronJob.agentId (bound to an existing agent for context continuity) is set.
Signature
interface CronJob { /* ... */ }Kind
interface