feat(a2a): switch from callback-based to event-driven tool scheduler (#21467)

Co-authored-by: Abhi <abhipatel@google.com>
Co-authored-by: Adam Weidman <adamfweidman@google.com>
This commit is contained in:
Coco Sheng
2026-03-10 15:36:17 -04:00
committed by GitHub
parent e5615f47c4
commit 1b69637032
10 changed files with 1323 additions and 59 deletions
+2
View File
@@ -106,6 +106,8 @@ export async function loadConfig(
trustedFolder: true,
extensionLoader,
checkpointing,
enableEventDrivenScheduler:
settings.experimental?.enableEventDrivenScheduler ?? true,
interactive: !isHeadlessMode(),
enableInteractiveShell: !isHeadlessMode(),
ptyInfo: 'auto',