MCPcopy Create free account
hub / github.com/RightNow-AI/rightnow-cli / ToolInfo

Class ToolInfo

rightnow_cli/utils/detection.py:31–37  ·  view source on GitHub ↗

Information about a detected tool.

Source from the content-addressed store, hash-verified

29
30@dataclass
31class ToolInfo:
32 """Information about a detected tool."""
33 available: bool
34 path: Optional[str] = None
35 version: Optional[str] = None
36 error: Optional[str] = None
37 env_vars: Optional[Dict[str, str]] = None # Environment variables for compilation
38
39
40class ToolchainDetector:

Callers 6

detect_nvccMethod · 0.85
_detect_msvcMethod · 0.85
_detect_gcc_clangMethod · 0.85
detect_ncuMethod · 0.85
detect_nsysMethod · 0.85
detect_nvprofMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected