Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/Mini-Agent
/ SessionState
Class
SessionState
mini_agent/acp/__init__.py:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
@dataclass
65
class
SessionState:
66
agent: Agent
67
cancelled: bool = False
68
69
70
class
MiniMaxACPAgent:
Callers
1
newSession
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected