MCPcopy 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
36class Conversation:
37 speaker_a: str
38 speaker_b: str
39 sessions: Dict[int, Session]
40
41@dataclass
42class EventSummary:

Callers 1

parse_conversationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected