MCPcopy Create free account
hub / github.com/THUDM/AgentBench / AgentClient

Class AgentClient

src/client/agent.py:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class 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