mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +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
|
getting_started/index
|
||||||
concepts/index
|
concepts/index
|
||||||
distributions/index
|
distributions/index
|
||||||
|
building_applications/index
|
||||||
contributing/index
|
contributing/index
|
||||||
references/index
|
references/index
|
||||||
cookbooks/index
|
cookbooks/index
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue