Skip to content

Commit 724b372

Browse files
openhands-agentZFancy
authored andcommitted
cli: add col-ls, col-show, col-rm; storage: collection helpers; update plan.md
1 parent e422659 commit 724b372

2 files changed

Lines changed: 73 additions & 11 deletions

File tree

prototype/experiments/results/s7_oh_gpt5mini_r1/openhands_gpt5mini_s7/metrics.json

Lines changed: 72 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"scenario": "s7_research_notes",
33
"sut_id": "openhands_gpt5mini_s7",
4-
"n_sessions": 5,
4+
"n_sessions": 6,
55
"m0": 0.5,
6-
"m_final": 0.6875,
7-
"half_life": Infinity,
8-
"decay_slope": 0.09464285714285714,
6+
"m_final": 0.25,
7+
"half_life": 5.0,
8+
"decay_slope": 0.0007653061224489832,
99
"checkpoints": [
1010
[
1111
0,
@@ -26,6 +26,10 @@
2626
[
2727
4,
2828
0.6875
29+
],
30+
[
31+
5,
32+
0.25
2933
]
3034
],
3135
"headline_metric": "recall_accuracy",
@@ -49,6 +53,10 @@
4953
[
5054
4,
5155
0.6875
56+
],
57+
[
58+
5,
59+
0.25
5260
]
5361
],
5462
"task_curve": [
@@ -71,6 +79,10 @@
7179
[
7280
4,
7381
1.0
82+
],
83+
[
84+
5,
85+
1.0
7486
]
7587
],
7688
"pytest_curve": [
@@ -93,6 +105,10 @@
93105
[
94106
4,
95107
0.23076923076923078
108+
],
109+
[
110+
5,
111+
0.2
96112
]
97113
],
98114
"workspace_fidelity_curve": [
@@ -115,6 +131,10 @@
115131
[
116132
4,
117133
0.8888888888888888
134+
],
135+
[
136+
5,
137+
0.9032258064516129
118138
]
119139
],
120140
"per_session": [
@@ -323,6 +343,47 @@
323343
"probe_turns_max": 6,
324344
"probe_turns_when_correct": 3.75,
325345
"probe_turns_when_wrong": null
346+
},
347+
{
348+
"session": 5,
349+
"task_prompt_tokens": 106522,
350+
"task_score_coarse": 1.0,
351+
"pytest_pass_rate": 0.2,
352+
"pytest_passed": 3,
353+
"pytest_failed": 12,
354+
"pytest_total": 15,
355+
"probe_recall": 0.25,
356+
"workspace_fidelity": 0.9032258064516129,
357+
"elapsed_s": 79.279705286026,
358+
"probe_details": [
359+
{
360+
"id": "s5_p11",
361+
"metric_tag": "recall",
362+
"probe_type": "compare",
363+
"chain_depth": 1,
364+
"score": 0.0,
365+
"num_turns": 1,
366+
"response_text": "Which collection schema do you mean? Please specify the file, model, or repository (or paste the schema). I can then list and explain the fields."
367+
},
368+
{
369+
"id": "s5_p12",
370+
"metric_tag": "recall",
371+
"probe_type": "standalone",
372+
"chain_depth": 1,
373+
"score": 0.5,
374+
"num_turns": 3,
375+
"response_text": "I\u2019m missing context \u2014 which \u201ccollections\u201d do you mean (project/repo/tool)? Examples:\n- Hugging Face Hub collections (stored on HF servers, JSON via API)\n- VS Code extension or browser \u201ccollections\u201d (tool-specific locations)\n- A specific repo\u2019s collections directory (on-disk path + file format)\n\nTell"
376+
}
377+
],
378+
"m_recall": 0.25,
379+
"m_compression": 0.9032258064516129,
380+
"m_interference": null,
381+
"m_revision_explicit": null,
382+
"m_revision_latent_abs_err": null,
383+
"probe_turns_mean": 2.0,
384+
"probe_turns_max": 3,
385+
"probe_turns_when_correct": 3.0,
386+
"probe_turns_when_wrong": 1.0
326387
}
327388
],
328389
"factgraph_summary": {
@@ -335,22 +396,22 @@
335396
"total_interference_pairs": 2,
336397
"max_chain_depth": 2
337398
},
338-
"m_compression_mean": 0.9439181286549708,
339-
"m_compression_final": 0.8888888888888888,
399+
"m_compression_mean": 0.9371360749544112,
400+
"m_compression_final": 0.9032258064516129,
340401
"m_interference_mean": 0.625,
341402
"m_revision_explicit_mean": 1.0,
342403
"m_revision_latent_abs_err_mean": 0.0,
343404
"m_maintenance_delta": {
344405
"schema_migration_s3": {
345406
"pre_mean": 0.4642857142857143,
346-
"post_mean": 0.6875,
347-
"delta": 0.2232142857142857,
407+
"post_mean": 0.46875,
408+
"delta": 0.004464285714285698,
348409
"window_size": 2
349410
}
350411
},
351-
"probe_turns_mean": 4.75,
352-
"probe_turns_when_correct_mean": 5.35,
353-
"probe_turns_when_wrong_mean": 2.0,
412+
"probe_turns_mean": 4.291666666666667,
413+
"probe_turns_when_correct_mean": 4.958333333333333,
414+
"probe_turns_when_wrong_mean": 1.6666666666666667,
354415
"run_status": "partial",
355416
"expected_n_sessions": 10
356417
}

prototype/experiments/results/s7_oh_gpt5mini_r1/openhands_gpt5mini_s7/trace.jsonl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
{"event": "session_end", "span_id": "f547c4c1aefc421f", "parent_span_id": "d9606032aea341bf", "timestamp": 1780087695.3459857, "session": 2, "pytest_pass_rate": 0.0, "probe_recall": 0.5, "workspace_fidelity": 0.9473684210526315}
44
{"event": "session_end", "span_id": "cb2df27bace94a9c", "parent_span_id": "d9606032aea341bf", "timestamp": 1780087795.100319, "session": 3, "pytest_pass_rate": 0.25, "probe_recall": 1.0, "workspace_fidelity": 0.95}
55
{"event": "session_end", "span_id": "226730d1debb4bac", "parent_span_id": "d9606032aea341bf", "timestamp": 1780087892.794162, "session": 4, "pytest_pass_rate": 0.23076923076923078, "probe_recall": 0.6875, "workspace_fidelity": 0.8888888888888888}
6+
{"event": "session_end", "span_id": "2d2dd575021c4d42", "parent_span_id": "d9606032aea341bf", "timestamp": 1780087972.0750308, "session": 5, "pytest_pass_rate": 0.2, "probe_recall": 0.25, "workspace_fidelity": 0.9032258064516129}

0 commit comments

Comments
 (0)