llama-stack/llama_stack/providers
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
..
inline Fix Agents to support code and rag simultaneously (#908) 2025-01-30 17:09:34 -08:00
registry Move runpod provider to the correct directory 2025-01-23 12:25:12 -08:00
remote SambaNova supports Llama 3.3 (#905) 2025-01-30 09:24:46 -08:00
tests [#432] Groq Provider tool call tweaks (#811) 2025-01-29 12:02:12 -08:00
utils fix ImageContentItem to take base64 string as image.data (#909) 2025-01-30 15:58:23 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py [memory refactor][1/n] Rename Memory -> VectorIO, MemoryBanks -> VectorDBs (#828) 2025-01-22 09:59:30 -08:00