llama-stack
llama-stack copied to clipboard
Composable building blocks to build Llama Apps
### System Info Wondows/WSL Unubntu 22 ### Information - [ ] The official example scripts - [ ] My own modified scripts ### 🐛 Describe the bug The `RawContent` is...
Related to #506 Add integration tests for Redis KVStore to ensure functional parity with other KVStores. * **`llama_stack/distribution/store/tests/test_registry.py`**: - Add fixture for `RedisKVStoreConfig`. - Add tests for `RedisKVStoreConfig` covering initialization,...
# What does this PR do? Add persistency logic for localfs datasetio provider - [ ] Addresses issue (#issue) ## Test Plan Please describe: - tests you ran to verify...
# What does this PR do? It is possible to specify platform param in the cmd args llama stack build --template local --image-type docker --platform linux/amd64 --name llama-stack https://github.com/meta-llama/llama-stack/issues/253 ##...
### System Info ... ### Information - [ ] The official example scripts - [ ] My own modified scripts ### 🐛 Describe the bug vLLM does not work when...
# What does this PR do? This is a Llama Stack port of the [Emagent](https://github.com/meta-llama/llama-recipes/tree/gmagent/recipes/use_cases/email_agent) app that shows how to build an email agent app powered by Llama 3.1 8B...
Added the support for mongoDB as KV store validated in mongodb, it is able to store agent data, session data and turn data this is how run.yaml would look: ```...
### System Info .. ### Information - [X] The official example scripts - [ ] My own modified scripts ### 🐛 Describe the bug I am setting up a search...
# What does this PR do? Contributes to issue (#407) tl;dr - @subramen was getting a 500 error because llama-stack called code_interpreter when it never was defined as a tool....
# What does this PR do? Change the endpoint used to determine what models are available in ollama from `/api/ps` to `/api/tags` - [x] Addresses issue #332 ## Feature/Issue validation/testing/test...