Updates to ReadTheDocs (#859)

Move evals section to AI Agents section 
drop from top level and other minor fixes
This commit is contained in:
Hardik Shah 2025-01-23 12:42:15 -08:00 committed by GitHub
parent d78027f3b5
commit a6a4270eef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 70 deletions

View file

@ -6,12 +6,14 @@ The best way to get started is to look at this notebook which walks through the
**Notebook**: [Building AI Applications](docs/notebooks/Llama_Stack_Building_AI_Applications.ipynb)
## Agentic Concepts
Here are some key topics that will help you build effective agents:
- **[Agent Execution Loop](agent_execution_loop)**
- **[RAG](rag)**
- **[Safety](safety)**
- **[Tools](tools)**
- **[Telemetry](telemetry)**
- **[Evals](evals)**
```{toctree}
@ -23,4 +25,5 @@ rag
safety
tools
telemetry
evals
```