Spaces:
Running
Running
| { | |
| "source": "openhands-sample-trace.jsonl", | |
| "log_count": 9, | |
| "metrics": { | |
| "total_tokens": 23649, | |
| "explore_fix_tokens": 21885, | |
| "explore_fix_ratio": 0.9254091082075352, | |
| "repeat_read_rate": 0.3333333333333333, | |
| "read_calls": 3, | |
| "repeat_read_calls": 1 | |
| }, | |
| "warnings": [], | |
| "logs": [ | |
| { | |
| "step": "llm", | |
| "agent": "CodeActAgent", | |
| "prompt_tokens": 2400, | |
| "completion_tokens": 180, | |
| "model": "gpt-4o", | |
| "input": "Fix the failing test in sympy/core for issue #18189", | |
| "output": "(empty)", | |
| "timestamp": 1710000001000 | |
| }, | |
| { | |
| "step": "view", | |
| "agent": "CodeActAgent", | |
| "prompt_tokens": 3200, | |
| "completion_tokens": 90, | |
| "model": "gpt-4o", | |
| "input": "(empty)", | |
| "output": "File content (120 lines)...", | |
| "timestamp": 1710000002000 | |
| }, | |
| { | |
| "step": "view", | |
| "agent": "CodeActAgent", | |
| "prompt_tokens": 3100, | |
| "completion_tokens": 40, | |
| "model": "gpt-4o", | |
| "input": "(empty)", | |
| "output": "File content (120 lines) again...", | |
| "timestamp": 1710000003000 | |
| }, | |
| { | |
| "step": "grep", | |
| "agent": "CodeActAgent", | |
| "prompt_tokens": 2800, | |
| "completion_tokens": 120, | |
| "model": "gpt-4o", | |
| "input": "grep -r EvalfMixin sympy/core", | |
| "output": "sympy/core/evalf.py:42: class EvalfMixin", | |
| "timestamp": 1710000004000 | |
| }, | |
| { | |
| "step": "view", | |
| "agent": "CodeActAgent", | |
| "prompt_tokens": 3500, | |
| "completion_tokens": 60, | |
| "model": "gpt-4o", | |
| "input": "(empty)", | |
| "output": "Test file...", | |
| "timestamp": 1710000005000 | |
| }, | |
| { | |
| "step": "edit", | |
| "agent": "CodeActAgent", | |
| "prompt_tokens": 4200, | |
| "completion_tokens": 350, | |
| "model": "gpt-4o", | |
| "input": "Apply minimal fix to evalf precision\npatch evalf rounding", | |
| "output": "Patch applied", | |
| "timestamp": 1710000006000 | |
| }, | |
| { | |
| "step": "run", | |
| "agent": "CodeActAgent", | |
| "prompt_tokens": 1800, | |
| "completion_tokens": 45, | |
| "model": "gpt-4o", | |
| "input": "pytest sympy/core/tests/test_evalf.py -x", | |
| "output": "1 passed", | |
| "timestamp": 1710000007000 | |
| }, | |
| { | |
| "step": "llm", | |
| "agent": "CodeActAgent", | |
| "prompt_tokens": 900, | |
| "completion_tokens": 8, | |
| "model": "gpt-4o", | |
| "input": "(empty)", | |
| "output": "OK", | |
| "timestamp": 1710000008000 | |
| }, | |
| { | |
| "step": "llm", | |
| "agent": "CodeActAgent", | |
| "prompt_tokens": 850, | |
| "completion_tokens": 6, | |
| "model": "gpt-4o", | |
| "input": "(empty)", | |
| "output": "Done.", | |
| "timestamp": 1710000009000 | |
| } | |
| ] | |
| } | |