MCPcopy
hub / github.com/OpenBMB/AgentVerse / format

Method format

agentverse/logging.py:28–29  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

26
27class JsonFormatter(logging.Formatter):
28 def format(self, record):
29 return record.msg
30
31
32class Logger(metaclass=Singleton):

Callers 12

emitMethod · 0.45
emitMethod · 0.45
emitMethod · 0.45
formatMethod · 0.45
return_formatMethod · 0.45
return_formatMethod · 0.45
get_next_agent_idxMethod · 0.45
get_importanceMethod · 0.45
get_immediacyMethod · 0.45
_fill_prompt_templateMethod · 0.45

Calls

no outgoing calls

Tested by 1

get_next_agent_idxMethod · 0.36