NullVoider's picture
Add the Memory Archive corpus: 101 annotated GUI/terminal sessions
60a7ab2 verified
Raw
History Blame Contribute Delete
2.57 kB
{"step_id": 1, "timestamp_action": "2026-07-31T13:21:02.266Z", "timestamp_annotated": "2026-08-19T14:18:26.206374+00:00", "action_type": "mouse", "action_subtype": "left", "raw_command": "Left-clicked at X=268, Y=1060", "converted_command": "Left-click at (268, 1060)", "image_path": "vision/frames/step_0001_20260731_132102_at.webp", "reasoning": "The task is to create an empty text file with a given name, which is a single file-creation command, so the first move is to open a shell. Move the cursor and Left-click the PowerShell icon in the taskbar.", "skipped": false}
{"step_id": 2, "timestamp_action": "2026-07-31T13:21:12.469Z", "timestamp_annotated": "2026-08-19T14:18:26.206682+00:00", "action_type": "keyboard", "action_subtype": "type", "raw_command": "Typed: New-Item -ItemType File $env:USERPROFILE\\corpus-seed\\note.txt", "converted_command": "Type: New-Item -ItemType File $env:USERPROFILE\\corpus-seed\\note.txt", "image_path": "vision/frames/step_0002_20260731_132112_at.webp", "reasoning": "Type a `New-Item` command with `-ItemType File` to create an empty file. The same command creates folders when told `Directory`, so the item type is what decides which is made — and the file is created with no content, matching the mouse trace, where Explorer's New ▸ Text Document also produces an empty file rather than opening an editor.", "skipped": false}
{"step_id": 3, "timestamp_action": "2026-07-31T13:21:16.664Z", "timestamp_annotated": "2026-08-19T14:18:26.207055+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Return", "converted_command": "Press: Enter", "image_path": "vision/frames/step_0003_20260731_132116_at.webp", "reasoning": "After typing the command Press Enter to create the file.", "skipped": false}
{"step_id": 4, "timestamp_action": "2026-07-31T13:21:22.886Z", "timestamp_annotated": "2026-08-19T14:18:26.207432+00:00", "action_type": "keyboard", "action_subtype": "type", "raw_command": "Typed: exit", "converted_command": "Type: exit", "image_path": "vision/frames/step_0004_20260731_132122_at.webp", "reasoning": "Type `exit` to close the shell.", "skipped": false}
{"step_id": 5, "timestamp_action": "2026-07-31T13:21:26.202Z", "timestamp_annotated": "2026-08-19T14:18:26.207837+00:00", "action_type": "keyboard", "action_subtype": "press", "raw_command": "Pressed: Return", "converted_command": "Press: Enter", "image_path": "vision/frames/step_0005_20260731_132126_at.webp", "reasoning": "After typing the `exit` Press Enter to run it and close the window.", "skipped": false}