fix: persist workspace Python environments

This commit is contained in:
wuyang
2026-07-26 20:20:37 +08:00
parent bc30a480ad
commit 2fbb5698ac
14 changed files with 170 additions and 20 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class Settings:
workspace_ssh_host=os.getenv("WORKSPACE_SSH_HOST", ""),
workspace_download_max_bytes=_int("WORKSPACE_DOWNLOAD_MAX_BYTES", 128 * 1024 * 1024),
model_timeout_seconds=_int("MODEL_TIMEOUT_SECONDS", 600),
tool_timeout_seconds=_int("TOOL_TIMEOUT_SECONDS", 120),
tool_timeout_seconds=_int("TOOL_TIMEOUT_SECONDS", 900),
max_tool_output_chars=_int("MAX_TOOL_OUTPUT_CHARS", 24_000),
)