feat(security): harden tool provenance and skill isolation

This commit is contained in:
William Valentin
2026-02-15 10:16:55 -08:00
parent 3451df41b9
commit 67058c8719
6 changed files with 102 additions and 17 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ export async function startDaemon(config: Config): Promise<DaemonContext> {
const messageRouter = createMessageRouter({
sessionManager, modelRouter, systemPrompt, toolRegistry, toolExecutor,
config, memoryStore, agentConfigRegistry, agentRouter, sandboxManager, commandRegistry, intentRegistry, routingPolicy,
config, memoryStore, agentConfigRegistry, agentRouter, sandboxManager, commandRegistry, intentRegistry, routingPolicy, skillRegistry,
});
channelRegistry.setMessageHandler(messageRouter.handler);
channelAgents = messageRouter.agents;