Class PythonCodeExecutor
-
- All Implemented Interfaces:
-
io.github.llmagentbuilder.codeexecution.CodeExecutor
public final class PythonCodeExecutor extends NonSandboxedCodeExecutor
-
-
Constructor Summary
Constructors Constructor Description PythonCodeExecutor(PythonCodeExecutionConfig config)
-
Method Summary
Modifier and Type Method Description Stringexecutable()StringworkingDirectory()List<String>args(String input)-
-
Constructor Detail
-
PythonCodeExecutor
PythonCodeExecutor(PythonCodeExecutionConfig config)
-
-
Method Detail
-
executable
String executable()
-
workingDirectory
String workingDirectory()
-
-
-
-