Spaces:
Running
Running
File size: 2,678 Bytes
249c849 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | {
"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
}
]
}
|