hermes-agent/tools/environments
alt-glitch f7d57c0108 fix: pass terminal_lifetime through to Modal sandbox timeout
The lifetime_seconds config was computed and stored as an env var but
never reached Modal's Sandbox.create(timeout=...), causing sandboxes to
always die after the hardcoded 1h default regardless of configuration.
2026-04-13 11:57:39 -07:00
..
__init__.py feat(environments): add Daytona cloud sandbox backend 2026-03-05 10:02:21 -08:00
base.py feat(environments): unified spawn-per-call execution layer 2026-04-08 17:23:15 -07:00
daytona.py feat(environments): unified spawn-per-call execution layer 2026-04-08 17:23:15 -07:00
docker.py feat(environments): unified spawn-per-call execution layer 2026-04-08 17:23:15 -07:00
local.py feat(environments): unified spawn-per-call execution layer 2026-04-08 17:23:15 -07:00
managed_modal.py fix: pass terminal_lifetime through to Modal sandbox timeout 2026-04-13 11:57:39 -07:00
modal.py wip: run tb2 and fix modal instantiation 2026-04-08 18:33:02 -07:00
modal_utils.py feat(environments): unified spawn-per-call execution layer 2026-04-08 17:23:15 -07:00
singularity.py feat(environments): unified spawn-per-call execution layer 2026-04-08 17:23:15 -07:00
ssh.py feat(environments): unified spawn-per-call execution layer 2026-04-08 17:23:15 -07:00