Learn Agents

GAME

Goals · Actions · Memory · Environment — design the agent loop on paper, then implement it in Python with tool calling. Inspired by Dr. Jules White’s Vanderbilt teaching (Coursera AI Agents courses).

Path · ~90 min

1. GAME overview

Worksheet the four pillars for your use case, then map them to Python modules.

Step-through · code · ~15 min

2. The agent loop

Decide → act → remember, with iteration caps and a terminal finish tool.

Step-through · code · ~18 min

3. Goals & actions

Writable goals, JSON Schema tool contracts, and an action registry.

Step-through · code · ~16 min

4. Memory & environment

Message roles, truncation, sandboxed execution, and hidden secrets.

Step-through · code · ~16 min

5. Build your GAME agent

End-to-end Project Helper: venv, modules, run checklist, customize for your tools.

Setup guide · code · ~25 min