Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ Here is the general syllabus for the course. With each unit a more detailed list
|
|
21 |
| :---- | :---- | :---- |
|
22 |
| 0 | Onboarding | Set you up with the tools and platforms that you will use. |
|
23 |
| 1 | Agent Fundamentals | Explain Tools, Thoughts, Actions, Observations, and their formats. Explain LLMs, messages, special tokens and chat-template. Show a simple use case in generic python functions. |
|
24 |
-
| 2 | Frameworks | Understand how the fundamentals are implemented in popular libraries :
|
25 |
| 3 | Use Cases | Let’s build some real life use cases ( open to PRs 🤗 from experienced Agent builders ) |
|
26 |
| 4 | Final Assignment | Build an agent for a selected benchmark and prove your understanding of Agents on the student leaderboard 🚀 |
|
27 |
|
|
|
21 |
| :---- | :---- | :---- |
|
22 |
| 0 | Onboarding | Set you up with the tools and platforms that you will use. |
|
23 |
| 1 | Agent Fundamentals | Explain Tools, Thoughts, Actions, Observations, and their formats. Explain LLMs, messages, special tokens and chat-template. Show a simple use case in generic python functions. |
|
24 |
+
| 2 | Frameworks | Understand how the fundamentals are implemented in popular libraries : smolagents, LangGraph, LLamaIndex |
|
25 |
| 3 | Use Cases | Let’s build some real life use cases ( open to PRs 🤗 from experienced Agent builders ) |
|
26 |
| 4 | Final Assignment | Build an agent for a selected benchmark and prove your understanding of Agents on the student leaderboard 🚀 |
|
27 |
|