MCPcopy
hub / github.com/Fosowl/agenticSeek / info

Method info

sources/logger.py:45–46  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

43 self.logger.log(level, message)
44
45 def info(self, message):
46 self.log(message)
47
48 def error(self, message):
49 self.log(message, level=logging.ERROR)

Callers 15

initialize_systemFunction · 0.80
get_screenshotFunction · 0.80
health_checkFunction · 0.80
is_activeFunction · 0.80
stopFunction · 0.80
think_wrapperFunction · 0.80
process_queryFunction · 0.80
respondMethod · 0.80
get_ideal_ctxMethod · 0.80
download_modelMethod · 0.80
save_memoryMethod · 0.80

Calls 1

logMethod · 0.95

Tested by 4

test_log_creates_fileMethod · 0.64