mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-15 04:12:25 +00:00
modal backend working ok, merged in modal-integrations
This commit is contained in:
parent
0bc914b00c
commit
6be8cdeeca
5 changed files with 187 additions and 81 deletions
|
|
@ -10,7 +10,10 @@ from ..slots.executor import ExecutionResult
|
|||
from ..slots.slot import Slot, SlotState
|
||||
from .base import ToolBackend
|
||||
|
||||
import yaml
|
||||
try:
|
||||
import yaml
|
||||
except ImportError:
|
||||
yaml = None # type: ignore[assignment]
|
||||
|
||||
@dataclass
|
||||
class ModalSandboxConfig:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue