Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ TurnSummary
Class
TurnSummary
tutorials/05_agentic_loop_complete.py:224–229 ·
view source on GitHub ↗
一个对话轮次的总结
Source
from the content-addressed store, hash-verified
222
223
@dataclass
224
class
TurnSummary:
225
""
"一个对话轮次的总结"
""
226
assistant_messages: list[ConversationMessage]
227
tool_results: list[ConversationMessage]
228
iterations: int
229
usage: TokenUsage
230
231
232
class
ConversationRuntime:
Callers
1
run_turn
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected