MCPcopy
hub / github.com/stitionai/devika / info

Method info

src/logger.py:19–21  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

17 return file.read()
18
19 def info(self, message: str):
20 self.logger.info(message)
21 self.logger.flush()
22
23 def error(self, message: str):
24 self.logger.error(message)

Callers 10

init_devikaFunction · 0.95
handle_messageFunction · 0.80
devika.pyFile · 0.80
wrapperFunction · 0.80
emit_agentFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
search_queriesMethod · 0.80
executeMethod · 0.80
initializeSocketsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected