From 62f04a3e094b55c582035712af279ebedf11136a Mon Sep 17 00:00:00 2001 From: K7ZVX Date: Tue, 5 May 2026 03:50:58 +0000 Subject: [PATCH] fix: Align parameter names between data_store and source_manager - create_dispatcher uses data_store= - MessageRouter uses source_manager= - Added get_all_traceroutes() and get_all_channels() compat methods Co-Authored-By: Claude Opus 4.5 --- meshai/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshai/main.py b/meshai/main.py index c568395..ec9604a 100644 --- a/meshai/main.py +++ b/meshai/main.py @@ -295,7 +295,7 @@ class MeshAI: context=self.context, meshmonitor_sync=self.meshmonitor_sync, knowledge=self.knowledge, - data_store=self.data_store, + source_manager=self.data_store, health_engine=self.health_engine, mesh_reporter=self.mesh_reporter, )