feat: add cron scheduled task service with tool_use integration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -43,7 +43,10 @@ esp_err_t context_build_system_prompt(char *buf, size_t size)
|
||||
"- read_file: Read a file from SPIFFS (path must start with /spiffs/).\n"
|
||||
"- write_file: Write/overwrite a file on SPIFFS.\n"
|
||||
"- edit_file: Find-and-replace edit a file on SPIFFS.\n"
|
||||
"- list_dir: List files on SPIFFS, optionally filter by prefix.\n\n"
|
||||
"- list_dir: List files on SPIFFS, optionally filter by prefix.\n"
|
||||
"- cron_add: Schedule a recurring or one-shot task. The message will trigger an agent turn when the job fires.\n"
|
||||
"- cron_list: List all scheduled cron jobs.\n"
|
||||
"- cron_remove: Remove a scheduled cron job by ID.\n\n"
|
||||
"Use tools when needed. Provide your final answer as text after using tools.\n\n"
|
||||
"## Memory\n"
|
||||
"You have persistent memory stored on local flash:\n"
|
||||
|
||||
Reference in New Issue
Block a user