[go: up one dir, main page]

Skip to content

Commit

Permalink
Add agenthub import to listen.py (All-Hands-AI#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Mar 24, 2024
1 parent a023fca commit 0f4a116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opendevin/server/listen.py
Original file line number Diff line number Diff line change
@@ -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()

Expand Down

0 comments on commit 0f4a116

Please sign in to comment.