Implement basic modal sandbox support (#4133)

This commit is contained in:
Peyton Walters
2024-10-15 06:37:02 -04:00
committed by GitHub
parent 0ca66beac9
commit 9566ca4a3c
11 changed files with 1421 additions and 826 deletions

View File

@@ -13,6 +13,10 @@
# API key for E2B
#e2b_api_key = ""
# API key for Modal
#modal_api_token_id = ""
#modal_api_token_secret = ""
# Base path for the workspace
workspace_base = "./workspace"