Skip to content

Instantly share code, notes, and snippets.

View harrykimpel's full-sized avatar
🏠
Working from home

Harry Kimpel harrykimpel

🏠
Working from home
View GitHub Profile

Challenge 1: Foundations Reading Guide (Public Gist)

Challenge 1 is intentionally a docs-first challenge. Read these in order, then move to coding.

What You Need To Understand

  1. Agent vs. plain LLM call
  2. How ChatAgent uses tools
  3. Why tool functions need good type hints + docstrings
  4. How Flask request flow connects to agent execution