from django.urls import path from . import consumers websocket_urlpatterns = [ path("ws/mlstore/agents//", consumers.MLStoreConsumer.as_asgi()), ]