Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
class
JsonFormatter(logging.Formatter):
28
def
format(self, record):
29
return
record.msg
30
31
32
class
Logger(metaclass=Singleton):
Callers
12
emit
Method · 0.45
emit
Method · 0.45
emit
Method · 0.45
format
Method · 0.45
return_format
Method · 0.45
return_format
Method · 0.45
add_message_to_all_agents
Method · 0.45
add_message_to_all_agents
Method · 0.45
get_next_agent_idx
Method · 0.45
get_importance
Method · 0.45
get_immediacy
Method · 0.45
_fill_prompt_template
Method · 0.45
Calls
no outgoing calls
Tested by
1
get_next_agent_idx
Method · 0.36