llama-stack-mirror/llama_stack/distributions/starter
Ashwin Bharambe 5672e70832 Fix discriminator ambiguity with context-aware backend parsing
- Both SqliteKVStoreConfig and SqliteSqlStoreConfig use type='sqlite'
- Pydantic cannot distinguish them in a union
- Solution: Custom validator parses backends based on which stores reference them
- Metadata store requires KVStore, inference/conversations require SqlStore
- Separate kvstore/sqlstore backends in configs for clarity
2025-10-05 14:16:54 -07:00
..
__init__.py chore: rename templates to distributions (#3035) 2025-08-04 11:34:17 -07:00
build.yaml feat: add Azure OpenAI inference provider support (#3396) 2025-09-11 13:48:38 +02:00
run.yaml Fix discriminator ambiguity with context-aware backend parsing 2025-10-05 14:16:54 -07:00
starter.py feat: combine ProviderSpec datatypes (#3378) 2025-09-18 16:10:00 +02:00