gitextract_auug4ef1/ ├── .gitignore ├── LICENSE ├── README.md ├── data/ │ └── comp_thoughts.jsonl ├── pyproject.toml ├── scripts/ │ └── thoughts.py └── src/ └── r1_computer_use/ └── __init__.py