https://github.com/rbren/llm-control-loop
https://github.com/rbren/llm-control-loop
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rbren/llm-control-loop
- Owner: rbren
- Created: 2024-03-17T20:42:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T20:57:56.000Z (over 2 years ago)
- Last Synced: 2025-04-04T22:28:57.660Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM control loop
This is meant to be contributed back to [OpenDevin](https://github.com/OpenDevin/OpenDevin)
It is currently a standalone utility. It will need to be integrated into OpenDevin's
backend.
## Usage
```bash
./build-and-run.sh "write a bash script that prints 'hello world'"
```