Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.36 KB

ai_agents_cookbooks

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

Setup

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.

Devcontainer Setup

  1. Install docker and visual studio code, if you haven't already

  2. Install the vscode devcontainer extension

  3. 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.

  4. Clone this repository onto your local computer

  5. Open up the folder in vscode

  6. Press "Ctrl-Shift-P" in vscode, and type "Dev Containers: Rebuild and Reopen"

  7. You should be good!

Codespaces Setup

  1. Just navigate to this repo on github, and in the dropdown menu, select "Codespaces".