Skip to content

Documentation / @agentick/scheduler / createScheduleTool

Function: createScheduleTool() ​

createScheduleTool(store): RunnableToolClass<{ action: "list" | "add" | "remove" | "enable" | "disable"; cron?: string; id?: string; name?: string; oneshot?: boolean; prompt?: string; target?: string; }>

Defined in: schedule-tool.tsx:20

Parameters ​

store ​

JobStore

Returns ​

RunnableToolClass<{ action: "list" | "add" | "remove" | "enable" | "disable"; cron?: string; id?: string; name?: string; oneshot?: boolean; prompt?: string; target?: string; }>

Released under the ISC License.