More updates to ReadTheDocs (#861)

Improve Contributing section
This commit is contained in:
Hardik Shah 2025-01-23 12:50:38 -08:00 committed by GitHub
parent 7df40da5fa
commit 94ffaf468c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 64 additions and 2 deletions

View file

@ -4,8 +4,6 @@ In this guide, we'll walk through how you can use the Llama Stack (server and cl
A Llama Stack agent is a simple autonomous system that can perform tasks by combining a Llama model for reasoning with tools (e.g., RAG, web search, code execution, etc.) for taking actions.
At minimum, an agent requires a Llama model for inference and at least one tool that it can use.
In Llama Stack, we provide a server exposing multiple APIs. These APIs are backed by implementations from different providers. For this guide, we will use [Ollama](https://ollama.com/) as the inference provider.