1
0

Operation Darling Purge: slim to wealth core (-33,783 lines) (#121)

This commit is contained in:
Alexander Whitestone
2026-03-02 13:17:38 -05:00
committed by GitHub
parent f694eff0a4
commit 584eeb679e
183 changed files with 154 additions and 33807 deletions

View File

@@ -16,7 +16,11 @@ from agno.models.ollama import Ollama
from config import settings
from infrastructure.events.bus import EventBus, Event
from mcp.registry import tool_registry
try:
from mcp.registry import tool_registry
except ImportError:
tool_registry = None
logger = logging.getLogger(__name__)