mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-04 09:47:54 +08:00
fix: update stale _ModalProcessHandle/_DaytonaProcessHandle references in docstrings
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -155,7 +155,7 @@ class ModalEnvironment(BaseEnvironment):
|
||||
"""Modal cloud execution via native Modal sandboxes.
|
||||
|
||||
Uses the unified spawn-per-call model: _run_bash() returns a
|
||||
_ModalProcessHandle that wraps Modal's async SDK in a thread + OS pipe,
|
||||
_ThreadedProcessHandle that wraps Modal's async SDK in a thread + OS pipe,
|
||||
satisfying the ProcessHandle protocol for BaseEnvironment._wait_for_process().
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user