Skip to content

Instantly share code, notes, and snippets.

View tomoglavas's full-sized avatar

Tomislav Glavaš tomoglavas

  • Zagreb
View GitHub Profile
@tomoglavas
tomoglavas / README.md
Created September 13, 2024 12:52 — 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
@tomoglavas
tomoglavas / gist:ed18815e7514fe7eb74e47a1ee057bf0
Created March 17, 2024 14:00
.gitconfig (colors & shortcuts)
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold