From fc8ace50afe78eb0ff210f067989895912c3120f Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Fri, 22 Nov 2024 23:05:17 -0800 Subject: [PATCH] Add stub for Building Applications --- docs/source/building_applications/index.md | 15 +++++++++++++++ docs/source/index.md | 1 + 2 files changed, 16 insertions(+) create mode 100644 docs/source/building_applications/index.md 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