Add agenthub import to listen.py (#127)

This commit is contained in:
Robert Brennan
2024-03-24 19:20:42 -04:00
committed by GitHub
parent a023fcae64
commit 0f4a11685e

View File

@@ -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()