2 Commits

Author SHA1 Message Date
Thomas Simonini
65d81c22bc Update upload_pr_documentation.yml 2025-02-06 10:54:11 +01:00
Thomas Simonini
706c7ce351 Update _toctree.yml
*Add current mdx files
2025-02-05 16:47:54 +01:00
2 changed files with 36 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ on:
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@main
permissions:
contents: write
pull-requests: write
with:
package_name: agents-course
hub_base_path: https://moon-ci-docs.huggingface.co

View File

@@ -6,7 +6,39 @@
title: Onboarding
- local: unit0/03_discord101
title: (Optional) Discord 101
- title: Unit 1. Introduction to Agents
sections:
- local: unit1/introduction
title: Introduction
- local: unit1/1_definition_of_an_agent
title: What are Agents?
- local: unit1/quiz1
title: Quiz
- local: unit1/2_explain_llms
title: What are LLMs?
- local: unit1/3_messages_and_special_tokens
title: Messages and special tokens
- local: unit1/4_tools
title: Tools
- local: unit1/5_agent_steps_and_structure
title: agent_steps_and_structure
- local: unit1/6_thoughts
title: 6_thoughts
- local: unit1/7_actions
title: 7_actions
- local: unit1/8_dummy_agent_library
title: 8_dummy_agent_library
- local: unit1/9_observations
title: 9_observations
- local: unit1/9_observations
title: 9_observations
- local: unit1/10_quizz
title: 10_quizz
- local: unit1/11_simple_use_case
title: 11_simple_use_case
- local: unit1/conclusion
title: conclusion
- title: When the next steps are published?
sections:
- local: communication/next-units
title: Next Units
title: Next Units