feat(core): Thread AgentLoopContext through core. (#21944)

This commit is contained in:
joshualitt
2026-03-10 18:12:59 -07:00
committed by GitHub
parent d46b199ec3
commit 4ec6a7e9d1
30 changed files with 272 additions and 125 deletions
+1 -1
View File
@@ -542,7 +542,7 @@ export class Task {
const messageBus = this.config.getMessageBus();
const scheduler = new Scheduler({
schedulerId: this.id,
config: this.config,
context: this.config,
messageBus,
getPreferredEditor: () => DEFAULT_GUI_EDITOR,
});