Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternScience/InternAgent
/ Conversation
Class
Conversation
tasks/AutoMem/run_0/code/load_dataset.py:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
@dataclass
36
class
Conversation:
37
speaker_a: str
38
speaker_b: str
39
sessions: Dict[int, Session]
40
41
@dataclass
42
class
EventSummary:
Callers
1
parse_conversation
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected