MCPcopy Index your code
hub / github.com/FSoft-AI4Code/HyperAgent / format

Method format

src/hyperagent/utils.py:455–458  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

453 }
454
455 def format(self, record):
456 log_fmt = self.FORMATS.get(record.levelno)
457 formatter = logging.Formatter(log_fmt)
458 return formatter.format(record)
459
460 logging.getLogger("httpx").setLevel(logging.WARNING)
461 logging.getLogger("multilspy").setLevel(logging.FATAL)

Callers 10

initialize_toolsFunction · 0.80
displayableMethod · 0.80
uri_to_pathMethod · 0.80
content_lengthFunction · 0.80
_request_handlerMethod · 0.80
construct_promptMethod · 0.80
construct_promptMethod · 0.80
construct_promptMethod · 0.80
react_prompt_messageFunction · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected