mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
Refactor custom tool execution utilities
This commit is contained in:
parent
440d125ea0
commit
ceef117abc
9 changed files with 209 additions and 145 deletions
|
@ -16,7 +16,10 @@ def available_agentic_system_providers() -> List[ProviderSpec]:
|
|||
provider_id="meta-reference",
|
||||
pip_packages=[
|
||||
"codeshield",
|
||||
"matplotlib",
|
||||
"pillow",
|
||||
"pandas",
|
||||
"scikit-learn",
|
||||
"torch",
|
||||
"transformers",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue