This repo is the GitHub repo for the Rig playbook.
Below is some guidance on how to get started with running the various parts of this repo if you would like to contribute.
If you are interested in contributing to or running any of the examples, you will need the following installed:
You will also need an OpenAI API key (set as OPENAI_API_KEY env variable).
If you are interested in contributing to the book itself, you will need the following installed:
- the Rust programming language
mdbook(cargo install mdbook)mdbook-mermaid(cargo install mdbook-mermaid)
You then need to run the following to get the book to generate and hot-reload the HTML for development:
mdbook serve