DockerCommandLineCodeExecutorName | Description |
---|---|
image | Type: str Default: ‘python |
container_name | Type: Optional[str] Default: None |
timeout | Type: int Default: 60 |
work_dir | Type: Optional[Union[Path, str]] Default: None |
bind_dir | Type: Optional[Union[Path, str]] Default: None |
auto_remove | Type: bool Default: True |
stop_container | Type: bool Default: True |
execution_policies | Type: Optional[dict[str, bool]] Default: None |
Name | Description |
---|---|
code_blocks | The code blocks to execute. Type: list[CodeBlock] |
Type | Description |
---|---|
autogen.coding.base.CommandLineCodeResult | CommandlineCodeResult: The result of the code execution. |