mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 13:02:36 +00:00
21 lines
347 B
Markdown
21 lines
347 B
Markdown
# 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?
|
|
```
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
:maxdepth: 3
|
|
|
|
telemetry
|
|
```
|