auto-code-rover/app/agents/agent_reproducer.py
repro_result = self.task.execute_reproducer(test_content)
print_acr(str(repro_result))
def execute_reproducer(
self, test_content: str, patch_content: str | None = None
) -> ReproResult:
raise NotImplementedError
why NotImplementedError? can't run.
just generate a reproduce scripts, not useful