Skip to content

Commit e422659

Browse files
openhands-agentZFancy
authored andcommitted
notes: add collections feature (col-create, col-add); store collections in collections_data; update storage and CLI
1 parent 6b802a6 commit e422659

39 files changed

Lines changed: 21487 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
sut_id: claude_code_opus46_s7
2+
description: "Claude Code CLI + Opus 4.6 (premium reasoning) on S7+ Research-Notes CLI."
3+
4+
model:
5+
provider: litellm
6+
model: claude-opus-4-6
7+
max_tokens: 2048
8+
9+
adapter:
10+
type: claude_code
11+
model: claude-opus-4-6
12+
max_turns: 50
13+
cli_path: claude
14+
isolated_workspace: true
15+
16+
seed: 42
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
sut_id: claude_code_opus48_s7
2+
description: "Claude Code CLI + Opus 4.8 (premium reasoning) on S7+ Research-Notes CLI."
3+
4+
model:
5+
provider: litellm
6+
model: claude-opus-4-8
7+
max_tokens: 2048
8+
9+
adapter:
10+
type: claude_code
11+
model: claude-opus-4-8
12+
max_turns: 50
13+
cli_path: claude
14+
isolated_workspace: true
15+
16+
seed: 42
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
sut_id: claude_code_sonnet45_s7
2+
description: "Claude Code CLI + Sonnet 4.5 on S7 Research-Notes CLI (calibrated-suite re-run)."
3+
4+
model:
5+
provider: litellm
6+
model: claude-sonnet-4-5
7+
max_tokens: 2048
8+
9+
adapter:
10+
type: claude_code
11+
model: claude-sonnet-4-5
12+
max_turns: 50
13+
cli_path: claude
14+
isolated_workspace: true
15+
16+
seed: 42
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
sut_id: claude_code_sonnet46_s7_seed45
2+
description: "Claude Code CLI + Sonnet 4.6 (latest sonnet) on S7+ Research-Notes CLI."
3+
4+
model:
5+
provider: litellm
6+
model: claude-sonnet-4-6
7+
max_tokens: 2048
8+
9+
adapter:
10+
type: claude_code
11+
model: claude-sonnet-4-6
12+
max_turns: 50
13+
cli_path: claude
14+
isolated_workspace: true
15+
16+
seed: 45
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{"event": "run_start", "span_id": "2ea9b7a016054556", "parent_span_id": "f8d8e7c417b44c2c", "timestamp": 1778962150.1761088, "sut_id": "haiku45_lossy_compress", "scenario": "s1_research_literature", "seed": 42, "n_cycles": 2, "policy": "SummarizeStorePolicy", "oracle_mode": false, "gen_ai.request.model": "claude-haiku-4-5-20251001"}
2+
{"event": "cycle_start", "span_id": "cb42b82b5c874787", "parent_span_id": "2ea9b7a016054556", "timestamp": 1778962150.1762664, "cycle": 0}
3+
{"event": "probe_batch", "span_id": "31cbbf1045b94e8b", "parent_span_id": "cb42b82b5c874787", "timestamp": 1778962150.1763382, "cycle": 0, "probe_scores": [1, 1, 1, 0, 0, 0], "m": 0.8333, "n_probes": 6, "memory_bloat": 30, "t_writes": 0}

0 commit comments

Comments
 (0)