loz도 최근에 명령어 실행 기능을 제공합니다.
https://github.com/joone/loz

$ loz "Detect GPUs on this system"
00:02.0 VGA compatible controller: Intel Corporation Device a780 (rev 04)

$ loz "Run command to get CPU info"
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 1
On-line CPU(s) list: 0
..

codellama는 생성 결과가 딱 json으로 안나와서 명령어 추출하기가 좀 어려운데, tlm은 어떻게 처리했는지 코드를 봐야겠군요.