-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetrics-hello-world.json
More file actions
58 lines (58 loc) · 1.08 KB
/
metrics-hello-world.json
File metadata and controls
58 lines (58 loc) · 1.08 KB
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
{
"timestamp": "2026-01-15T21:43:57.022Z",
"projectName": "hello-world-go",
"totalTokens": 4150,
"byAgent": {
"architect": 200,
"developer": 1500,
"reviewer": 2450
},
"byPhase": {
"architecture": 200,
"development": 1500,
"review": 2450,
"total": 4150
},
"estimatedCost": {
"architect": 0.0018,
"developer": 0.03,
"reviewer": 0.0024500000000000004,
"total": 0.03425
},
"tasks": [
{
"id": "33df1ffc-3a72-49f9-98de-9f0a8ba33d8c",
"name": "Core",
"status": "completed",
"iterations": 2,
"tokenUsage": {
"architecture": 0,
"development": [
500,
500
],
"review": [
950,
800
],
"total": 2750
}
},
{
"id": "48a15c40-8907-4b1e-a68a-4f49f2c713bf",
"name": "Service",
"status": "completed",
"iterations": 1,
"tokenUsage": {
"architecture": 0,
"development": [
500
],
"review": [
700
],
"total": 1200
}
}
]
}