class RemoteHttpRuntime(BaseRuntime):
8000
) (default: 8000)python3
)def __init__(
self,
host: str,
port: int = 8000,
python_exec: str = 'python3'
):
def build(self):
def _cleanup(self):
def add(
self,
funcs: Union[FunctionTool, List[FunctionTool]],
entrypoint: str,
redirect_stdout: bool = False,
arguments: Optional[Dict[str, Any]] = None
):
False
)None
)def ok(self):
def wait(self, timeout: int = 10):
10
) (default: 10)def __del__(self):
def stop(self):
def reset(self):
def docs(self):