Add stub for Building Applications

This commit is contained in:
Ashwin Bharambe 2024-11-22 23:05:17 -08:00
parent c7bfac5382
commit fc8ace50af
2 changed files with 16 additions and 0 deletions

View 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?
```

View file

@ -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