llama-stack/llama_stack/distribution/routing_tables
Ashwin Bharambe 51e6f529f3
fix: index non-MCP toolgroups at registration time (#2272)
Two somewhat annoying fixes: 

- we are going to index tools for non-MCP toolgroups always (like we
used to do). because there are just random assumptions in our tests,
etc. and I don't want to fix them right now
- we need to handle the funny case of toolgroups like
`builtin::rag/knowledge_search` where we added the tool name to use in
the toolgroup itself.
2025-05-26 20:33:36 -07:00
..
__init__.py chore: split routing_tables into individual files (#2259) 2025-05-24 23:15:05 -07:00
benchmarks.py chore: split routing_tables into individual files (#2259) 2025-05-24 23:15:05 -07:00
common.py fix(tools): do not index tools, only index toolgroups (#2261) 2025-05-25 13:27:52 -07:00
datasets.py chore: split routing_tables into individual files (#2259) 2025-05-24 23:15:05 -07:00
models.py chore: split routing_tables into individual files (#2259) 2025-05-24 23:15:05 -07:00
scoring_functions.py chore: split routing_tables into individual files (#2259) 2025-05-24 23:15:05 -07:00
shields.py chore: split routing_tables into individual files (#2259) 2025-05-24 23:15:05 -07:00
toolgroups.py fix: index non-MCP toolgroups at registration time (#2272) 2025-05-26 20:33:36 -07:00
vector_dbs.py chore: split routing_tables into individual files (#2259) 2025-05-24 23:15:05 -07:00