MCPcopy Create free account
hub / github.com/Alibaba-NLP/DeepResearch / process_single_round

Function process_single_round

WebAgent/WebSailor/src/evaluate.py:68–72  ·  view source on GitHub ↗
(input_file)

Source from the content-addressed store, hash-verified

66
67
68def process_single_round(input_file):
69 with open(input_file, 'r', encoding='utf-8') as f:
70 items = [json.loads(line) for line in f]
71
72 return items
73
74
75def aggregate_statistics(round1_file, round2_file, round3_file):

Callers 2

single_round_statisticsFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected