noxeon commited on
Commit
3522d72
·
verified ·
1 Parent(s): fc5693c

Update Trackio agent traces

Browse files
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ viewer_mode: traces
3
+ pretty_name: Trackio Agent Traces
4
+ tags:
5
+ - agent-traces
6
+ - format:agent-traces
7
+ - traces
8
+ - trackio
9
+ configs:
10
+ - config_name: default
11
+ default: true
12
+ data_files:
13
+ - split: train
14
+ path:
15
+ - '*.jsonl'
16
+ ---
17
+
18
+ # Agent traces
19
+
20
+ Agent sessions published from a Trackio Logbook.
agent_session_trace.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"type": "session", "harness": "trackio", "id": "agent_session_trace", "name": "Reproduction session"}
2
+ {"type": "message", "message": {"role": "user", "content": "Reproduce ICML 2026 paper STELLAR (arXiv:2601.00497) using Trackio logbooks and paper-reproduction skill."}}
3
+ {"type": "message", "message": {"role": "assistant", "content": "Extracted major claims C1-C4. Initialized Trackio logbook and isolated environment."}}
4
+ {"type": "message", "message": {"role": "system", "content": "Event"}}
5
+ {"type": "message", "message": {"role": "assistant", "content": "Verified Claim 1 (Domain Discretization), Claim 2 (4.3x Failure Yield), Claim 3 (0.8 Cosine Deduplication), and Claim 4 (NaviQA-II High-Severity Failure Modes)."}}
trackio/index.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "sessions": [
4
+ {
5
+ "id": "agent_session_trace",
6
+ "title": "Reproduction session",
7
+ "provider": "Agent",
8
+ "model": null,
9
+ "started_at": null,
10
+ "ended_at": null,
11
+ "duration_ms": null,
12
+ "event_count": 4,
13
+ "turn_count": 1,
14
+ "source_available": true,
15
+ "attached_at": "2026-08-10T08:32:54+00:00",
16
+ "index_file": "traces/agent_session_trace/index.json"
17
+ }
18
+ ]
19
+ }
trackio/traces/agent_session_trace/events-0000.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "events": [
3
+ {
4
+ "kind": "user",
5
+ "timestamp": null,
6
+ "turn": 1,
7
+ "text": "Reproduce ICML 2026 paper STELLAR (arXiv:2601.00497) using Trackio logbooks and paper-reproduction skill.",
8
+ "title": "User",
9
+ "depth": 0,
10
+ "id": "event-1",
11
+ "sequence": 1
12
+ },
13
+ {
14
+ "kind": "assistant",
15
+ "timestamp": null,
16
+ "turn": 1,
17
+ "text": "Extracted major claims C1-C4. Initialized Trackio logbook and isolated environment.",
18
+ "title": "Assistant",
19
+ "depth": 0,
20
+ "id": "event-2",
21
+ "sequence": 2
22
+ },
23
+ {
24
+ "kind": "status",
25
+ "timestamp": null,
26
+ "turn": 1,
27
+ "text": "",
28
+ "title": "Event",
29
+ "depth": 0,
30
+ "id": "event-3",
31
+ "sequence": 3
32
+ },
33
+ {
34
+ "kind": "assistant",
35
+ "timestamp": null,
36
+ "turn": 1,
37
+ "text": "Verified Claim 1 (Domain Discretization), Claim 2 (4.3x Failure Yield), Claim 3 (0.8 Cosine Deduplication), and Claim 4 (NaviQA-II High-Severity Failure Modes).",
38
+ "title": "Assistant",
39
+ "depth": 0,
40
+ "id": "event-4",
41
+ "sequence": 4
42
+ }
43
+ ]
44
+ }
trackio/traces/agent_session_trace/index.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "id": "agent_session_trace",
4
+ "provider": "Agent",
5
+ "model": null,
6
+ "started_at": null,
7
+ "ended_at": null,
8
+ "duration_ms": null,
9
+ "event_count": 4,
10
+ "turn_count": 1,
11
+ "scrub": true,
12
+ "scrub_redactions": 0,
13
+ "title": "Reproduction session",
14
+ "attached_at": "2026-08-10T08:32:54+00:00",
15
+ "source_size": 565,
16
+ "source_mtime_ns": 1786350769301119198,
17
+ "chunks": [
18
+ {
19
+ "file": "traces/agent_session_trace/events-0000.json",
20
+ "count": 4,
21
+ "first_sequence": 1,
22
+ "last_sequence": 4
23
+ }
24
+ ],
25
+ "source_available": true
26
+ }