Files changed (1) hide show
  1. summary.json +245 -0
summary.json ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "1.2.0",
3
+ "framework": "openclaw",
4
+ "model": "gpt-4o",
5
+ "skills_mode": "vanilla",
6
+ "claw_bench_version": "0.1.0",
7
+ "runs_per_task": 1,
8
+ "test_tier": "quick",
9
+ "scores": {
10
+ "overall": 90.0,
11
+ "tasks_total": 15,
12
+ "tasks_passed": 12,
13
+ "tasks_failed": 3,
14
+ "tasks_errored": 0,
15
+ "tasks_tested": 15,
16
+ "pass_rate": 80.0,
17
+ "pass_rate_tested": 80.0
18
+ },
19
+ "error_breakdown": {
20
+ "timeout": 0,
21
+ "network": 0,
22
+ "api_error": 0,
23
+ "other_error": 0,
24
+ "total_errors": 0
25
+ },
26
+ "task_results": [
27
+ {
28
+ "task_id": "cal-006",
29
+ "passed": true,
30
+ "score": 1.0,
31
+ "duration_s": 10.51,
32
+ "tokens_input": 3160,
33
+ "tokens_output": 614,
34
+ "error": null,
35
+ "error_type": "none",
36
+ "skills_mode": "vanilla"
37
+ },
38
+ {
39
+ "task_id": "code-002",
40
+ "passed": true,
41
+ "score": 1.0,
42
+ "duration_s": 12.75,
43
+ "tokens_input": 2122,
44
+ "tokens_output": 308,
45
+ "error": null,
46
+ "error_type": "none",
47
+ "skills_mode": "vanilla"
48
+ },
49
+ {
50
+ "task_id": "comm-004",
51
+ "passed": true,
52
+ "score": 1.0,
53
+ "duration_s": 18.75,
54
+ "tokens_input": 8425,
55
+ "tokens_output": 640,
56
+ "error": null,
57
+ "error_type": "none",
58
+ "skills_mode": "vanilla"
59
+ },
60
+ {
61
+ "task_id": "doc-004",
62
+ "passed": true,
63
+ "score": 1.0,
64
+ "duration_s": 11.4,
65
+ "tokens_input": 4823,
66
+ "tokens_output": 493,
67
+ "error": null,
68
+ "error_type": "none",
69
+ "skills_mode": "vanilla"
70
+ },
71
+ {
72
+ "task_id": "eml-001",
73
+ "passed": true,
74
+ "score": 1.0,
75
+ "duration_s": 10.19,
76
+ "tokens_input": 3648,
77
+ "tokens_output": 339,
78
+ "error": null,
79
+ "error_type": "none",
80
+ "skills_mode": "vanilla"
81
+ },
82
+ {
83
+ "task_id": "data-002",
84
+ "passed": true,
85
+ "score": 1.0,
86
+ "duration_s": 20.36,
87
+ "tokens_input": 7240,
88
+ "tokens_output": 731,
89
+ "error": null,
90
+ "error_type": "none",
91
+ "skills_mode": "vanilla"
92
+ },
93
+ {
94
+ "task_id": "file-002",
95
+ "passed": true,
96
+ "score": 1.0,
97
+ "duration_s": 11.12,
98
+ "tokens_input": 3707,
99
+ "tokens_output": 414,
100
+ "error": null,
101
+ "error_type": "none",
102
+ "skills_mode": "vanilla"
103
+ },
104
+ {
105
+ "task_id": "sec-004",
106
+ "passed": true,
107
+ "score": 1.0,
108
+ "duration_s": 16.57,
109
+ "tokens_input": 5890,
110
+ "tokens_output": 630,
111
+ "error": null,
112
+ "error_type": "none",
113
+ "skills_mode": "vanilla"
114
+ },
115
+ {
116
+ "task_id": "code-014",
117
+ "passed": true,
118
+ "score": 1.0,
119
+ "duration_s": 56.28,
120
+ "tokens_input": 28211,
121
+ "tokens_output": 1917,
122
+ "error": null,
123
+ "error_type": "none",
124
+ "skills_mode": "vanilla"
125
+ },
126
+ {
127
+ "task_id": "sys-004",
128
+ "passed": true,
129
+ "score": 1.0,
130
+ "duration_s": 10.87,
131
+ "tokens_input": 3777,
132
+ "tokens_output": 679,
133
+ "error": null,
134
+ "error_type": "none",
135
+ "skills_mode": "vanilla"
136
+ },
137
+ {
138
+ "task_id": "mem-005",
139
+ "passed": false,
140
+ "score": 0.5,
141
+ "duration_s": 38.49,
142
+ "tokens_input": 25712,
143
+ "tokens_output": 1053,
144
+ "error": null,
145
+ "error_type": "none",
146
+ "skills_mode": "vanilla"
147
+ },
148
+ {
149
+ "task_id": "mm-005",
150
+ "passed": true,
151
+ "score": 1.0,
152
+ "duration_s": 59.49,
153
+ "tokens_input": 24759,
154
+ "tokens_output": 2772,
155
+ "error": null,
156
+ "error_type": "none",
157
+ "skills_mode": "vanilla"
158
+ },
159
+ {
160
+ "task_id": "web-006",
161
+ "passed": true,
162
+ "score": 1.0,
163
+ "duration_s": 40.34,
164
+ "tokens_input": 20931,
165
+ "tokens_output": 1666,
166
+ "error": null,
167
+ "error_type": "none",
168
+ "skills_mode": "vanilla"
169
+ },
170
+ {
171
+ "task_id": "wfl-003",
172
+ "passed": false,
173
+ "score": 0.5,
174
+ "duration_s": 34.16,
175
+ "tokens_input": 31703,
176
+ "tokens_output": 1946,
177
+ "error": null,
178
+ "error_type": "none",
179
+ "skills_mode": "vanilla"
180
+ },
181
+ {
182
+ "task_id": "xdom-001",
183
+ "passed": false,
184
+ "score": 0.5,
185
+ "duration_s": 37.37,
186
+ "tokens_input": 25718,
187
+ "tokens_output": 2209,
188
+ "error": null,
189
+ "error_type": "none",
190
+ "skills_mode": "vanilla"
191
+ }
192
+ ],
193
+ "agent_profile": {
194
+ "model": "gpt-4o",
195
+ "framework": "openclaw",
196
+ "skills": [],
197
+ "skills_mode": "vanilla",
198
+ "mcp_servers": [],
199
+ "memory_modules": [],
200
+ "model_tier": null,
201
+ "tags": {},
202
+ "profile_id": "ca33b06bbab33762e79693faad6662ef3a255112a6dc6de1538b7facc55c619d",
203
+ "display_name": "openclaw / gpt-4o"
204
+ },
205
+ "statistics": {
206
+ "total_tasks": 15,
207
+ "total_runs": 15,
208
+ "overall_pass_rate": 0.8,
209
+ "overall_mean_score": 0.9,
210
+ "overall_std_dev": 0.2,
211
+ "confidence_interval_95": [
212
+ 0.798786,
213
+ 1.001214
214
+ ],
215
+ "per_domain": {
216
+ "calendar": 1.0,
217
+ "code-assistance": 1.0,
218
+ "communication": 1.0,
219
+ "cross-domain": 0.5,
220
+ "data-analysis": 1.0,
221
+ "document-editing": 1.0,
222
+ "email": 1.0,
223
+ "file-operations": 1.0,
224
+ "memory": 0.5,
225
+ "multimodal": 1.0,
226
+ "security": 1.0,
227
+ "system-admin": 1.0,
228
+ "web-browsing": 1.0,
229
+ "workflow-automation": 0.5
230
+ },
231
+ "per_level": {
232
+ "L1": 1.0,
233
+ "L2": 0.916667,
234
+ "L3": 0.75,
235
+ "L4": 1.0
236
+ },
237
+ "per_capability": {
238
+ "collaboration": 1.0,
239
+ "memory": 0.5,
240
+ "multimodal": 1.0,
241
+ "reasoning": 0.892857,
242
+ "tool-use": 0.916667
243
+ }
244
+ }
245
+ }