-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
[![Roc-Lang][roc_badge]][roc_link] | ||
|
||
[roc_badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fpastebin.com%2Fraw%2FcFzuCCd7 | ||
[roc_link]: https://github.com/roc-lang/roc | ||
|
||
# roc-agent | ||
LLM agent setup for Roc programming | ||
|
||
LLM agent setup for Roc programming. Runs Claude in a loop until all tests pass. | ||
|
||
:bangbang: This lets Claude run code on your machine autonomously without restrictions. It is usually unlikely that Claude will screw something up on your machine, but use caution and make sure you don't copy paste a prompt from an untrusted source. |