Skip to content

Programming-Sai/clice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clice

A sandboxed CLI evaluation platform that measures not just what you solved — but how.

for now run cli with:

docker ps -a | grep clice | awk '{print $1}' | xargs -r docker rm -f && docker volume ls | grep clice-workspace | awk '{print $2}' | xargs -r docker volume rm -f && python clice.py run hello-clice

and run textual tui with:

python -m ui.main

Note

Use WSL for the cli either wsl or normal windows for the textual app

About

A sandboxed CLI evaluation platform that measures not just what you solved, but how.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages