瀏覽代碼

Fix agenthub import (#123)

* fix agenthub import

* add noqa
Robert Brennan 2 年之前
父節點
當前提交
8ce2ac7648
共有 1 個文件被更改,包括 1 次插入0 次删除
  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