diff --git a/Boot.php b/Boot.php index 3889da9..1679f2f 100644 --- a/Boot.php +++ b/Boot.php @@ -80,6 +80,7 @@ class Boot extends ServiceProvider } $this->app->singleton(\Core\Mod\Agentic\Services\AgenticManager::class); + $this->app->singleton(\Core\Mod\Agentic\Services\AgentToolRegistry::class); $this->app->singleton(\Core\Mod\Agentic\Services\BrainService::class, function ($app) { $ollamaUrl = config('mcp.brain.ollama_url', 'http://localhost:11434');