Added ruff and ty dependencies and lint

This commit is contained in:
Alishahryar1 2026-02-14 18:00:21 -08:00
parent cefc11d399
commit 25b9d9d1e4
7 changed files with 115 additions and 60 deletions

View file

@ -64,7 +64,6 @@ async def lifespan(app: FastAPI):
message_handler = None
cli_manager = None
try:
# Use the messaging factory to create the right platform
from messaging.factory import create_messaging_platform