MCPcopy Create free account
hub / github.com/OpenBMB/AgentCPM-GUI / __getitem__

Method __getitem__

eval/run_eval_agent.py:91–92  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

89 return len(self.data)
90
91 def __getitem__(self, index):
92 return self.data[index]
93
94def process_step_data(step_data, evaluator, save_dir):
95 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected