MCPcopy Create free account
hub / github.com/InternScience/InternAgent / Observation

Class Observation

tasks/AutoMem/run_0/code/load_dataset.py:46–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45@dataclass
46class Observation:
47 observations: Dict[str, Dict[str, List[List[str]]]] # session -> speaker -> [observation, evidence]
48
49@dataclass
50class LoCoMoSample:

Callers 1

load_locomo_datasetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected