decentralized nodes

This commit is contained in:
Your Name
2026-04-08 22:35:34 +00:00
parent 9b9ed0c803
commit aa71d592f9
11 changed files with 215 additions and 39 deletions
+3 -2
View File
@@ -141,10 +141,11 @@ export class ContextManager {
}
this.historyObserver = new HistoryObserver(
chatHistory,
this.eventBus,
this.chatHistory,
this.env.eventBus,
this.tracer,
this.env.tokenCalculator,
this.env.irMapper,
);
this.historyObserver.start();
}