MCPcopy Create free account
hub / github.com/HKUDS/AutoAgent / DockerConfig

Class DockerConfig

autoagent/environment/docker_env.py:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14from inspect import signature
15@dataclass
16class DockerConfig:
17 container_name: str
18 workplace_name: str
19 communication_port: int # 12345
20 conda_path: str # /root/miniconda3
21 test_pull_name: str = field(default='main')
22 task_name: Optional[str] = field(default=None)
23 git_clone: bool = field(default=False)
24 setup_package: Optional[str] = field(default=None)
25 local_root: str = field(default=os.getcwd())
26
27
28class DockerEnv:

Callers 8

test_imaes.pyFile · 0.90
get_configFunction · 0.90
get_envFunction · 0.90
get_configFunction · 0.90
terminal_tools.pyFile · 0.90
edit_agents.pyFile · 0.90
edit_workflow.pyFile · 0.90
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected