Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ Whether you use Claude Code, Codex, or OpenCode, this course will teach you to g
|
|
| 24 |
|
| 25 |
We're kicking off with a live session β come ask questions, meet the team, and get oriented.
|
| 26 |
|
| 27 |
-
<a href="https://youtube.com/live/
|
| 28 |
<div style="padding: 15px; border-radius: 8px; background-image: linear-gradient(to bottom, #ffe0e0, #ffcccc); box-shadow: 1px 1px 3px rgba(0,0,0,0.1); border: 2px solid #e74c3c; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s ease;" onmouseover="this.style.transform='scale(1.02)'; this.style.boxShadow='2px 2px 8px rgba(0,0,0,0.2)';" onmouseout="this.style.transform='scale(1)'; this.style.boxShadow='1px 1px 3px rgba(0,0,0,0.1)';">
|
| 29 |
<div>
|
| 30 |
<h3 style="margin-top: 0; color: #000000;">π΄ Launch Live Stream & AMA</h3>
|
|
@@ -35,86 +35,12 @@ We're kicking off with a live session β come ask questions, meet the team, and
|
|
| 35 |
|
| 36 |
<div style="text-align: center; margin: 20px 0;">
|
| 37 |
|
| 38 |
-
[](https://youtube.com/live/269l_UN3qRI?feature=share)
|
| 39 |
|
| 40 |
*Click to watch the launch stream.*
|
| 41 |
|
| 42 |
</div>
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
## π¬ Deep Dive Projects
|
| 45 |
|
| 46 |
The course includes three hands-on ML projects that you'll tackle using agent context:
|
|
|
|
| 55 |
|
| 56 |
Each unit includes quizzes to test your understanding. Complete them to track your progress and earn your certificate.
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
## π οΈ Supported Agents
|
| 59 |
|
| 60 |
This course works with multiple code agents. Instructions are provided for all three:
|
| 61 |
|
| 62 |
+
- **Pi**: Lean and Open Source agent.
|
| 63 |
+
- **Claude Code**: Anthropic's code agent (CLI & desktop)
|
| 64 |
+
- **Codex**: OpenAI's multi-agent CLI
|
| 65 |
+
- **OpenCode**: Open source agent from opencode.ai
|
| 66 |
|
| 67 |
If you use Cursor or GitHub Copilot, the concepts still transfer β their MCP and extension UX just isn't covered step-by-step.
|
| 68 |
|