llama-stack/llama_stack
Hardik Shah 97eb3eecea
Fix Agents to support code and rag simultaneously (#908)
# What does this PR do?

Fixes a bug where agents were not working when both rag and
code-interpreter were added as tools.


## Test Plan

Added a new client_sdk test which tests for this scenario 
```
LLAMA_STACK_CONFIG=together pytest -s -v  tests/client-sdk -k 'test_rag_and_code_agent'
```

---------

Co-authored-by: Hardik Shah <hjshah@fb.com>
2025-01-30 17:09:34 -08:00
..
apis fix ImageContentItem to take base64 string as image.data (#909) 2025-01-30 15:58:23 -08:00
cli Fix running stack built with base conda environment (#903) 2025-01-29 21:24:22 -08:00
distribution Update OpenAPI generator to add param and field documentation (#896) 2025-01-29 10:04:30 -08:00
providers Fix Agents to support code and rag simultaneously (#908) 2025-01-30 17:09:34 -08:00
scripts [memory refactor][3/n] Introduce RAGToolRuntime as a specialized sub-protocol (#832) 2025-01-22 10:04:16 -08:00
templates SambaNova supports Llama 3.3 (#905) 2025-01-30 09:24:46 -08:00
__init__.py export LibraryClient 2024-12-13 12:08:00 -08:00