Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentBench
/ check
Method
check
src/utils/rules.py:29–30 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
27
self.rule = rule
28
29
def
check(self, obj) -> bool:
30
return
not self.rule.check(obj)
31
32
33
class
AndRule(RuleBase):
Callers
nothing calls this directly
Calls
1
check
Method · 0.45
Tested by
no test coverage detected