Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
83
class
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_tool
Function · 0.90
_build_runtime
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected