diff --git a/opendevin/server/listen.py b/opendevin/server/listen.py index 5aedac709c..e14567640f 100644 --- a/opendevin/server/listen.py +++ b/opendevin/server/listen.py @@ -1,5 +1,6 @@ from opendevin.server.session import Session from fastapi import FastAPI, WebSocket +import agenthub # noqa F401 (we import this to get the agents registered) app = FastAPI()