Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
client.py
CHANGED
|
@@ -12,7 +12,7 @@ from openenv.core import EnvClient
|
|
| 12 |
from openenv.core.client_types import StepResult
|
| 13 |
from openenv.core.env_server.types import State
|
| 14 |
|
| 15 |
-
from
|
| 16 |
|
| 17 |
|
| 18 |
class DevopsSandboxEnv(
|
|
|
|
| 12 |
from openenv.core.client_types import StepResult
|
| 13 |
from openenv.core.env_server.types import State
|
| 14 |
|
| 15 |
+
from models import BashAction, TerminalObservation
|
| 16 |
|
| 17 |
|
| 18 |
class DevopsSandboxEnv(
|