Metagpt-runner is a simple wrapper/runner for MetaGPT.
- Docker
- OPENAI API ACCESS: make the API key available in the environment via
OPENAI_API_KEY
variable.
- Clone this repository to your local machine and navigate into it.
git clone https://github.com/creator54/metagpt-runner.git
cd metagpt-runner
- Use the build script to generate the base code for a project based on a prompt. For example:
./builder "build me a cli snake game"