Merge branch 'main' into fix/message-history-overflow

This commit is contained in:
gavrielc
2026-03-27 21:39:41 +03:00
committed by GitHub
16 changed files with 253 additions and 498 deletions

View File

@@ -352,6 +352,7 @@ async function runAgent(
id: t.id,
groupFolder: t.group_folder,
prompt: t.prompt,
script: t.script || undefined,
schedule_type: t.schedule_type,
schedule_value: t.schedule_value,
status: t.status,
@@ -713,6 +714,7 @@ async function main(): Promise<void> {
id: t.id,
groupFolder: t.group_folder,
prompt: t.prompt,
script: t.script || undefined,
schedule_type: t.schedule_type,
schedule_value: t.schedule_value,
status: t.status,