MCPcopy Create free account
hub / github.com/Louisym/MiniCC / Session

Class Session

tutorials/05_agentic_loop_complete.py:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85@dataclass
86class Session:
87 version: int = 1
88 messages: list[ConversationMessage] = field(default_factory=list)
89
90
91# --- 权限 (Tutorial 04 精简版) ---

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected