Skip to content

Instantly share code, notes, and snippets.

View briwilcox's full-sized avatar
💭
☕️

Brian Wilcox briwilcox

💭
☕️
View GitHub Profile
@briwilcox
briwilcox / README.md
Created April 4, 2024 16:46 — forked from disler/README.md
Use these Prompt Chains to build HIGH QUALITY AI Agents (Agentic Building Blocks)

Setup

  1. Create a new directory with these three files (requirements.txt, main.py, README.md)
  2. python -m venv venv
  3. source venv/bin/activate
  4. pip install -r requirements.txt
  5. python main.py
  6. Update main() to run the example prompt chains
# Python3
# Change input and output file names as needed
import csv
listofitems = []
# Get Items
with open('input.csv', newline='') as f:
reader = csv.reader(f)
for row in reader:
### Keybase proof
I hereby claim:
* I am briwilcox on github.
* I am brianwilcox (https://keybase.io/brianwilcox) on keybase.
* I have a public key ASDmMFmUBJ9Eui4dVOWiulZLn5BdQAzCR4oWnnrT_zSnRAo
To claim this, I am signing this object: