llama-stack-mirror/docs/openapi_generator
Charlie Doern b7480e9c88 feat: refactor llama-stack-api structure
move llama_stack_api.apis... to top level llama_stack_api.

merge provider datatypes and the existing apis.datatypes into a common llama_stack_api.datatypes

update all usages of these packages throughout LLS

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-11-13 10:43:45 -05:00
..
pyopenapi feat: refactor llama-stack-api structure 2025-11-13 10:43:45 -05:00
generate.py feat: refactor llama-stack-api structure 2025-11-13 10:43:45 -05:00
README.md chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00
run_openapi_generator.sh feat(stainless): add stainless source of truth config (#3860) 2025-10-20 14:32:20 -07:00

The RFC Specification (OpenAPI format) is generated from the set of API endpoints located in llama_stack.core/server/endpoints.py using the generate.py utility.