mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
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:
parent
5785ccda35
commit
c5d1674756
2 changed files with 8 additions and 2 deletions
|
@ -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:
|
Llama Stack supports external providers that live outside of the main codebase. This allows you to:
|
||||||
- Create and maintain your own providers independently
|
- Create and maintain your own providers independently
|
||||||
|
|
|
@ -13,7 +13,13 @@ Importantly, Llama Stack always strives to provide at least one fully inline pro
|
||||||
|
|
||||||
## External Providers
|
## 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
|
## Agents
|
||||||
Run multi-step agentic workflows with LLMs with tool usage, memory (RAG), etc.
|
Run multi-step agentic workflows with LLMs with tool usage, memory (RAG), etc.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue