Agents, Tool Use & Product Post-Training · Problem 2 of 7
Compute an agent success-rate metric over a list of trajectories.
Implement the function/class skeleton in the editor. Any correct approach is accepted.
def agent_success_rate(trajectories):
raise NotImplementedErrorReady when you are
Submit your solution and a structured review appears here — verdict, score, and concrete feedback. Any correct approach passes.
Compute an agent success-rate metric over a list of trajectories.
Implement the function/class skeleton in the editor. Any correct approach is accepted.