8 releases
Uses new Rust 2024
| new 0.1.7 | Oct 25, 2025 |
|---|---|
| 0.1.6 | Oct 25, 2025 |
#28 in Template engine
460 downloads per month
2MB
5.5K
SLoC
owlgo
The Algo Owls CLI is a lightweight and blazingly fast (sorry) tool to provide LLM integration into your programming practice.
The above example was generated with VHS (view source).
Tutorial
To get started, install owlgo. Fresh installs won't typically come with templates files, so you'll need to first create a program. If you have a program that you would like to use as a template, you can stash the program.
owlgo stash -T hello.rs
If you do have a template file stashed away, you can initialized a new program from that stashed template.
Once you've finished implementing your solution, you can run the solution using owlgo. This makes it much easier to ensure that you're using the same build/run arguments that competitive programming (CP) contests use. It also has the upside of making it easier to use new languages. owlgo supports nearly two dozen languages including those officially used by ICPC and USACO.
If your program seems to be working, it's time to start your quest to solve the problem. Many CP problems have test cases published online. owlgo can fetch these test cases for you.
If you don't want to fetch the test cases, owlgo will always fetch them for you once you attempt a quest. A quest in this case is an attempt to pass all provided test cases for a CP problem. owlgo makes it easy to check your solution against the test cases and provides feedback on each test case.
If you're having trouble solving a problem, understanding the problem description, or would just like to explore the problem further, owlgo provides LLM integration right from your terminal.
[!NOTE] Note that the above example has been edited to remove the time that claude took to think. Responses typically vary between 10-30s.
If you'd like, you can go back and view your chat history or any of your other stashed files at any time.
To ensure that you never lose your history or any of the hard work that you've put into improving your programming skills, owlgo also provides git integration.
Install
Use the cargo package manager:
cargo install owlgo
Run help to ensure that it installed correctly and begin exploring what owlgo can do.
owlgo -h
Dependencies
~36–56MB
~853K SLoC