description: Manage workflow definitions — list, create, run, or reload automated tasks
Use the workflow tools to manage KirinCode automated workflows.
workflow_listworkflow_run with the workflow nameworkflow_create with name, trigger (cron or "file_change"), and promptworkflow_reloadIf the user asks for /workflow list, call workflow_list.
If the user asks for /workflow run <name>, call workflow_run with that name.
If the user asks for /workflow create, gather name, trigger, and prompt, then call workflow_create.
If the user asks for /workflow reload, call workflow_reload.