docs: update external provider guide and navigation

The external providers guide can now be accessed
directly from the sidebar

Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
Nathan Weinberg 2025-06-30 21:36:22 -04:00
parent 5785ccda35
commit c5d1674756
2 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# External Providers
# External Providers Guide
Llama Stack supports external providers that live outside of the main codebase. This allows you to:
- Create and maintain your own providers independently

View file

@ -13,7 +13,13 @@ Importantly, Llama Stack always strives to provide at least one fully inline pro
## External Providers
Llama Stack supports external providers that live outside of the main codebase. This allows you to create and maintain your own providers independently. See the [External Providers Guide](external) for details.
Llama Stack supports external providers that live outside of the main codebase. This allows you to create and maintain your own providers independently.
```{toctree}
:maxdepth: 1
external
```
## Agents
Run multi-step agentic workflows with LLMs with tool usage, memory (RAG), etc.