|
|
@@ -6,7 +6,7 @@ import pytest
|
|
|
import yaml
|
|
|
from pytest import TempPathFactory
|
|
|
|
|
|
-from agenthub.micro.registry import all_microagents
|
|
|
+from openhands.agenthub.micro.registry import all_microagents
|
|
|
from openhands.controller.agent import Agent
|
|
|
from openhands.controller.state.state import State
|
|
|
from openhands.core.config import AgentConfig
|
|
|
@@ -44,7 +44,7 @@ def test_all_agents_are_loaded():
|
|
|
assert all_microagents is not None
|
|
|
assert len(all_microagents) > 1
|
|
|
|
|
|
- base = os.path.join('agenthub', 'micro')
|
|
|
+ base = os.path.join('openhands', 'agenthub', 'micro')
|
|
|
full_path = os.path.dirname(__file__) + '/../../' + base
|
|
|
agent_names = set()
|
|
|
for root, _, files in os.walk(full_path):
|