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

Class AgentNetworkException

src/typings/exception.py:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49class AgentNetworkException(AgentClientException):
50 def __init__(self, detail: Union[str, None] = None) -> None:
51 super().__init__("agent_network", detail)
52
53
54class TaskTimeoutException(TaskClientException):

Callers 1

inferenceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected