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