mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
# What does this PR do? Creates a structured testing documentation section with multiple detailed pages: - Testing overview explaining the record-replay architecture - Integration testing guide with practical usage examples - Record-replay system technical documentation - Guide for writing effective tests - Troubleshooting guide for common testing issues Hopefully this makes things a bit easier.
714 B
714 B
Adding a New Provider
See:
- Adding a New API Provider Page which describes how to add new API providers to the Stack.
- Vector Database Page which describes how to add a new vector databases with Llama Stack.
- External Provider Page which describes how to add external providers to the Stack.
:maxdepth: 1
:hidden:
new_api_provider
new_vector_database
Testing
Advanced Topics
For developers who need deeper understanding of the testing system internals:
:maxdepth: 1
testing/record-replay