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

Method info

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

Source from the content-addressed store, hash-verified

56 self.logger.debug(*args)
57
58 def info(self, message, *args):
59 self.logger.info(message)
60 if args:
61 self.logger.info(*args)
62
63 def warning(self, message, *args):
64 self.logger.warning(message)

Callers 15

check_commandFunction · 0.80
cleanupFunction · 0.80
run_superagi_cliFunction · 0.80
check_commandFunction · 0.80
cleanupFunction · 0.80
check_commandFunction · 0.80
cleanupFunction · 0.80
startup_eventFunction · 0.80
execute_agentFunction · 0.80
summarize_resourceFunction · 0.80

Calls

no outgoing calls

Tested by 3

run_superagi_cliFunction · 0.64
_executeMethod · 0.64
test_local_llmFunction · 0.64