Explorar o código

Fix agenthub import (#123)

* fix agenthub import

* add noqa
Robert Brennan %!s(int64=2) %!d(string=hai) anos
pai
achega
8ce2ac7648
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      opendevin/main.py

+ 1 - 0
opendevin/main.py

@@ -2,6 +2,7 @@ from typing import Type
 import asyncio
 import argparse
 
+import agenthub # noqa F401 (we import this to get the agents registered)
 from opendevin.agent import Agent
 from opendevin.controller import AgentController