mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
29 lines
703 B
Markdown
29 lines
703 B
Markdown
# Building AI Applications
|
|
|
|
Llama Stack provides all the building blocks needed to create sophisticated AI applications.
|
|
|
|
The best way to get started is to look at this notebook which walks through the various APIs (from basic inference, to RAG agents) and how to use them.
|
|
|
|
**Notebook**: [Building AI Applications](docs/notebooks/Llama_Stack_Building_AI_Applications.ipynb)
|
|
|
|
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}
|
|
:hidden:
|
|
:maxdepth: 1
|
|
|
|
agent_execution_loop
|
|
rag
|
|
safety
|
|
tools
|
|
telemetry
|
|
evals
|
|
```
|