Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 688 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 688 Bytes

Roc-Lang

roc-agent

LLM agent setup for Roc programming. Runs Claude in a loop until all tests pass.

‼️ This lets Claude run code on your machine autonomously without restrictions. It is 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.

Usage

  1. Get an Anthropic API key
  2. Run with:
    $ export ANTHROPIC_API_KEY=YOURAPIKEY
    $ roc main.roc