Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentBench
/ __repr__
Method
__repr__
src/server/tasks/knowledgegraph/api.py:37–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
return
False
36
37
def
__repr__(self) -> str:
38
return
self.program
39
40
41
class
API:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected