Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentBench
/ __init__
Method
__init__
src/client/agent.py:5–6 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
3
4
class
AgentClient:
5
def
__init__(self, *args, **kwargs):
6
pass
7
8
def
inference(self, history: List[dict]) -> str:
9
raise
NotImplementedError()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected