Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/THUDM/AgentBench
/ cyan
Method
cyan
src/utils/others.py:65–66 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
63
64
@staticmethod
65
def
cyan(msg):
66
return
"\033[96m"
+ msg +
"\033[0m"
67
68
@staticmethod
69
def
yellow(msg):
Callers
4
analyze_output
Function · 0.80
main
Function · 0.80
__init__
Method · 0.80
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected