llama-stack/docs
Ashwin Bharambe 0d96070af9
Update OpenAPI generator to add param and field documentation (#896)
We desperately need to document our APIs. This is the basic requirement
of having a Spec :)

This PR updates the OpenAPI generator so documentation for request
parameters and object fields can be properly added to the OpenAPI specs.
From there, this should get picked by Stainless, etc.

## Test Plan:

Updated client-sdk (See
https://github.com/meta-llama/llama-stack-client-python/pull/104) and
then ran:

```bash
cd tests/client-sdk
LLAMA_STACK_CONFIG=../../llama_stack/templates/fireworks/run.yaml pytest -s -v inference/test_inference.py agents/test_agents.py
```
2025-01-29 10:04:30 -08:00
..
_static Make a new llama stack image 2024-11-22 23:49:22 -08:00
notebooks Llama_Stack_Building_AI_Applications.ipynb -> getting_started.ipynb (#854) 2025-01-23 12:04:06 -08:00
openapi_generator Update OpenAPI generator to add param and field documentation (#896) 2025-01-29 10:04:30 -08:00
resources Update OpenAPI generator to add param and field documentation (#896) 2025-01-29 10:04:30 -08:00
source Update docs for RAG and improve CONTRIBUTING.md 2025-01-28 06:09:48 -08:00
zero_to_hero_guide Update default port from 5000 -> 8321 2025-01-16 15:26:48 -08:00
contbuild.sh Fix broken links with docs 2024-11-22 20:42:17 -08:00
dog.jpg Support for Llama3.2 models and Swift SDK (#98) 2024-09-25 10:29:58 -07:00
getting_started.ipynb Llama_Stack_Building_AI_Applications.ipynb -> getting_started.ipynb (#854) 2025-01-23 12:04:06 -08:00
license_header.txt Initial commit 2024-07-23 08:32:33 -07:00
make.bat first version of readthedocs (#278) 2024-10-22 10:15:58 +05:30
Makefile first version of readthedocs (#278) 2024-10-22 10:15:58 +05:30
readme.md adding readme to docs folder for easier discoverability of notebooks … (#857) 2025-01-28 04:58:46 -08:00
requirements.txt [docs] add playground ui docs (#592) 2024-12-12 10:40:38 -08:00

Llama Stack Documentation

Here's a collection of comprehensive guides, examples, and resources for building AI applications with Llama Stack. For the complete documentation, visit our ReadTheDocs page.

Content

Try out Llama Stack's capabilities through our detailed Jupyter notebooks: