Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentBench
/ red
Method
red
src/utils/others.py:57–58 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
55
class
ColorMessage:
56
@staticmethod
57
def
red(msg):
58
return
"\033[91m"
+ msg +
"\033[0m"
59
60
@staticmethod
61
def
green(msg):
Callers
1
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected