container_initialize
Start or restart the container.
Use this tool to initialize a container before running any python or node.js code that the user requests ro run.
container_ping
Ping the container for liveliness. Use this tool to check if the container is running.
container_exec
Run a command in a container and return the results from stdout.
If necessary, set a timeout. To debug, stream back standard error.
If you're using python, ALWAYS use python3 alongside pip3
container_file_delete
Delete file in the working directory
container_file_write
Create a new file with the provided contents in the working direcotry, overwriting the file if it already exists
container_files_list
List working directory file tree. This just reads the contents of the current working directory
container_file_read
Read a specific file or directory. Use this tool if you would like to read files or display them to the user. This allow you to get a displayable image for the user if there is an image file.