Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TransformerOptimus/SuperAGI
/ check_command
Function
check_command
ui.py:9–12 ·
view source on GitHub ↗
(command, message)
Source
from the content-addressed store, hash-verified
7
from
superagi.lib.logger
import
logger
8
9
def
check_command(command, message):
10
if
not shutil.which(command):
11
logger.info(message)
12
sys.exit(1)
13
14
15
def
run_npm_commands(shell=False):
Callers
1
ui.py
File · 0.70
Calls
1
info
Method · 0.80
Tested by
no test coverage detected