@@ -18,10 +18,10 @@ This is a **comprehensive learning resource** for building intelligent AI agents
1818→ Open [ ` INDEX.md ` ] ( ./INDEX.md )
1919
2020### 🔴 Want Production Patterns?
21- → Open [ ` 16-sandbox-escalation/ ` ] ( ./16-sandbox-escalation/ ) ⭐ ** NEW!**
21+ → Open [ ` 16-sandbox-escalation/ ` ] ( ./16-sandbox-escalation/README.md ) ⭐ ** NEW!**
2222
2323### 💻 Just Want Code?
24- → Open [ ` complete-agent-example/complete_agent.py ` ] ( ./complete-agent-example/complete_agent .py )
24+ → Open [ ` complete-agent-example/complete_agent.py ` ] ( ./complete-agent-example/README.mdcomplete_agent .py )
2525
2626---
2727
@@ -88,10 +88,10 @@ I've added **3 sophisticated patterns** extracted from Codex's production codeba
8888| ** Understand the structure** | [ ` START_HERE.md ` ] ( ./START_HERE.md ) |
8989| ** Navigate all content** | [ ` INDEX.md ` ] ( ./INDEX.md ) |
9090| ** Learn basic patterns** | [ ` CODEX_PATTERNS_SUMMARY.md ` ] ( ./CODEX_PATTERNS_SUMMARY.md ) |
91- | ** Learn ADVANCED patterns** ⭐ | [ ` 16-sandbox-escalation/ ` ] ( ./16-sandbox-escalation/ ) |
91+ | ** Learn ADVANCED patterns** ⭐ | [ ` 16-sandbox-escalation/ ` ] ( ./16-sandbox-escalation/README.md ) |
9292| ** Practice coding** | [ ` EXERCISES.md ` ] ( ./EXERCISES.md ) |
9393| ** See directory layout** | [ ` STRUCTURE.md ` ] ( ./STRUCTURE.md ) |
94- | ** Study complete agent** | [ ` complete-agent-example/ ` ] ( ./complete-agent-example/ ) |
94+ | ** Study complete agent** | [ ` complete-agent-example/ ` ] ( ./complete-agent-example/README.md ) |
9595
9696---
9797
@@ -154,7 +154,7 @@ After completing these materials, you'll be able to:
154154- 🟢 ** New to agents?** → [ ` START_HERE.md ` ] ( ./START_HERE.md )
155155- 🟡 ** Some experience?** → [ ` INDEX.md ` ] ( ./INDEX.md )
156156- 🔴 ** Experienced?** → [ ` CODEX_PATTERNS_SUMMARY.md ` ] ( ./CODEX_PATTERNS_SUMMARY.md )
157- - 🔥 ** Want production patterns?** → [ ` 16-sandbox-escalation/ ` ] ( ./16-sandbox-escalation/ ) ⭐
157+ - 🔥 ** Want production patterns?** → [ ` 16-sandbox-escalation/ ` ] ( ./16-sandbox-escalation/README.md ) ⭐
158158
159159### Step 2: Set Up (5 minutes)
160160``` bash
@@ -274,8 +274,8 @@ You'll know you've mastered the material when you can:
2742741 . 🟢 ** Beginner** → [ ` START_HERE.md ` ] ( ./START_HERE.md )
2752752 . 🟡 ** Intermediate** → [ ` INDEX.md ` ] ( ./INDEX.md )
2762763 . 🔴 ** Advanced** → [ ` CODEX_PATTERNS_SUMMARY.md ` ] ( ./CODEX_PATTERNS_SUMMARY.md )
277- 4 . 🔥 ** Production** → [ ` 16-sandbox-escalation/README.md ` ] ( ./16-sandbox-escalation/README.md ) ⭐
278- 5 . 💻 ** Just code** → [ ` complete-agent-example/complete_agent.py ` ] ( ./complete-agent-example/complete_agent .py )
277+ 4 . 🔥 ** Production** → [ ` 16-sandbox-escalation/README.md ` ] ( ./16-sandbox-escalation/README.mdREADME. md ) ⭐
278+ 5 . 💻 ** Just code** → [ ` complete-agent-example/complete_agent.py ` ] ( ./complete-agent-example/README.mdcomplete_agent .py )
279279
280280---
281281
0 commit comments