Cookbooks for AI Agents
Want to learn more AI at events? Follow along with our calendar at lu.ma/oss4ai
What is an AI Agent? An AI that can use other software as tools.
Prereqs:
- Python 3.10 or higher
A development container is a running container with a well-defined tool/runtime stack and its prerequisites. You can try out development containers with GitHub Codespaces or Visual Studio Code Dev Containers.
-
Install docker and visual studio code, if you haven't already
-
Install the vscode devcontainer extension
-
Either click here to automatically install and open the cookbooks in a new devcontainer, or follow the proceeding steps if you want to put them in a more recognizable place.
-
Clone this repository onto your local computer
-
Open up the folder in vscode
-
Press "Ctrl-Shift-P" in vscode, and type "Dev Containers: Rebuild and Reopen"
-
You should be good!
- Just navigate to this repo on github, and in the dropdown menu, select "Codespaces".