MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / RuntimeConfig

Class RuntimeConfig

config/schema.py:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82@dataclass(slots=True)
83class RuntimeConfig:
84 provider: str = "local"
85 ssh: SSHConfig = field(default_factory=SSHConfig)
86
87
88@dataclass(slots=True)

Callers 3

__init__Method · 0.90
build_terminal_toolFunction · 0.90
_build_runtimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected