Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
class
DummyConn:
14
def
__init__(self):
15
self.updates = []
16
17
async
def
sessionUpdate(self, payload):
18
self.updates.append(payload)
19
20
21
class
DummyLLM:
Callers
1
acp_agent
Function · 0.85
Calls
no outgoing calls
Tested by
1
acp_agent
Function · 0.68