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:
@@ -84,6 +84,11 @@
|
||||
#define MIMI_CONTEXT_BUF_SIZE (16 * 1024)
|
||||
#define MIMI_SESSION_MAX_MSGS 20
|
||||
|
||||
/* Cron Service */
|
||||
#define MIMI_CRON_FILE "/spiffs/config/cron.json"
|
||||
#define MIMI_CRON_CHECK_INTERVAL_MS (30 * 1000)
|
||||
#define MIMI_CRON_MAX_JOBS 8
|
||||
|
||||
/* WebSocket Gateway */
|
||||
#define MIMI_WS_PORT 18789
|
||||
#define MIMI_WS_MAX_CLIENTS 4
|
||||
|
||||
Reference in New Issue
Block a user