mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
Making a few small naming changes as per feedback: - RAGToolRuntime methods are called `insert` and `query` to keep them more general - The tool names are changed to non-namespaced forms `insert_into_memory` and `query_from_memory` - The REST endpoints are more REST-ful |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| agent_instance.py | ||
| agents.py | ||
| config.py | ||
| persistence.py | ||
| safety.py | ||