MCPcopy
hub / github.com/TransformerOptimus/SuperAGI / error

Method error

superagi/lib/logger.py:68–71  ·  view source on GitHub ↗
(self, message, *args)

Source from the content-addressed store, hash-verified

66 self.logger.warning(*args)
67
68 def error(self, message, *args):
69 self.logger.error(message)
70 if args:
71 self.logger.error(*args)
72
73 def critical(self, message, *args):
74 self.logger.critical(message)

Callers 15

run_npm_commandsFunction · 0.80
run_npm_commandsFunction · 0.80
run_npm_commandsFunction · 0.80
formatTimeFunction · 0.80
downloadFileFunction · 0.80
downloadAllFilesFunction · 0.80
fetchOrganisationFunction · 0.80
installFromMarketplaceFunction · 0.80
_app.jsFile · 0.80
signInUserFunction · 0.80
handleLocalEnviromentFunction · 0.80
handleSignUpSourceFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_local_llmFunction · 0.64