Merge branch 'main' into openapi_docs

This commit is contained in:
Xi Yan 2024-11-22 17:26:30 -08:00 committed by GitHub
commit 30d7ae8f19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 1467 additions and 2438 deletions

View file

@ -72,11 +72,9 @@ Llama Stack already has a number of "adapters" available for some popular Infere
- Look at [Quick Start](getting_started/index) section to get started with Llama Stack.
- Learn more about [Llama Stack Concepts](concepts/index) to understand how different components fit together.
- Check out [Zero to Hero](zero_to_hero_guide) guide to learn in details about how to build your first agent.
- Check out [Zero to Hero](https://github.com/meta-llama/llama-stack/tree/main/docs/zero_to_hero_guide) guide to learn in details about how to build your first agent.
- See how you can use [Llama Stack Distributions](distributions/index) to get started with popular inference and other service providers.
Kutta
We also provide a number of Client side SDKs to make it easier to connect to Llama Stack server in your preferred language.
| **Language** | **Client SDK** | **Package** |
@ -97,5 +95,6 @@ concepts/index
distributions/index
contributing/index
distribution_dev/index
references/index
api_reference/index
```