project/ │ ├── main.py # Main script ├── audio_ctrl.py # Control audio playback in two modes ├── wave_gen.py # Generate waveforms for different instruments ├── gui.py # Pygame GUI ├── utilize.py # ...
Recursive Language Model - Python implementation of MIT CSAIL research for processing long contexts via sandboxed REPL - jerrys42/rlm ...