task_create

Create a new scheduled task

Description

Create a new scheduled task

Usage

1task_create(name, prompt, schedule = NULL, description = NULL,
2            notification_sink = "console", agent_id = "main")

Arguments

  • name: Task name
  • prompt: Prompt to send to agent
  • schedule: Cron expression or special string
  • description: Optional description
  • notification_sink: Where to send output: console, file, signal
  • agent_id: Agent identifier

Value

Task ID