mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
Add stub for Building Applications
This commit is contained in:
parent
c7bfac5382
commit
fc8ace50af
2 changed files with 16 additions and 0 deletions
15
docs/source/building_applications/index.md
Normal file
15
docs/source/building_applications/index.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Building Applications
|
||||
|
||||
```{admonition} Work in Progress
|
||||
:class: warning
|
||||
|
||||
## What can you do with the Stack?
|
||||
|
||||
- Agents
|
||||
- what is a turn? session?
|
||||
- inference
|
||||
- memory / RAG; pre-ingesting content or attaching content in a turn
|
||||
- how does tool calling work
|
||||
- can you do evaluation?
|
||||
|
||||
```
|
|
@ -93,6 +93,7 @@ You can find more example scripts with client SDKs to talk with the Llama Stack
|
|||
getting_started/index
|
||||
concepts/index
|
||||
distributions/index
|
||||
building_applications/index
|
||||
contributing/index
|
||||
references/index
|
||||
cookbooks/index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue