Add scheduled task automation skill with worker execution pipeline.
Memind CI / Test, build, and release guards (push) Failing after 18s
Memind CI / Test, build, and release guards (push) Failing after 18s
Introduce scheduled-task-automation for H5 and WeChat, persist tasks in h5_scheduled_tasks, and run due jobs via a dedicated worker that executes agent tasks and delivers results. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -374,6 +374,9 @@ test('sandboxMcpTools returns correct tool list based on capabilities', () => {
|
||||
'schedule_create_item',
|
||||
'schedule_create_reminder',
|
||||
'schedule_list_items',
|
||||
'scheduled_task_create',
|
||||
'scheduled_task_list',
|
||||
'scheduled_task_cancel',
|
||||
]);
|
||||
|
||||
const withBrowse = { ...base, code_browse: true };
|
||||
@@ -397,6 +400,9 @@ test('private_data_space alone exposes private data tools through sandbox MCP',
|
||||
'schedule_create_item',
|
||||
'schedule_create_reminder',
|
||||
'schedule_list_items',
|
||||
'scheduled_task_create',
|
||||
'scheduled_task_list',
|
||||
'scheduled_task_cancel',
|
||||
]);
|
||||
|
||||
const policy = buildAgentExtensionPolicy(caps, {
|
||||
@@ -428,6 +434,9 @@ test('private_data_space alone exposes private data tools through sandbox MCP',
|
||||
'schedule_create_item',
|
||||
'schedule_create_reminder',
|
||||
'schedule_list_items',
|
||||
'scheduled_task_create',
|
||||
'scheduled_task_list',
|
||||
'scheduled_task_cancel',
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user