MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / DummyConn

Class DummyConn

tests/test_acp.py:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class DummyConn:
14 def __init__(self):
15 self.updates = []
16
17 async def sessionUpdate(self, payload):
18 self.updates.append(payload)
19
20
21class DummyLLM:

Callers 1

acp_agentFunction · 0.85

Calls

no outgoing calls

Tested by 1

acp_agentFunction · 0.68