diff --git a/docs/source/building_applications/index.md b/docs/source/building_applications/index.md new file mode 100644 index 000000000..6d2f9e3ac --- /dev/null +++ b/docs/source/building_applications/index.md @@ -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? + +``` diff --git a/docs/source/index.md b/docs/source/index.md index ca6e28ec2..6d4cc36b2 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -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