mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
fix: add mcp dependency to agent provider
The agent depends on utils.tools.mcp. Closes: https://github.com/meta-llama/llama-stack/issues/2576 Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
fc735a414e
commit
80878f8967
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ def available_providers() -> list[ProviderSpec]:
|
||||||
"pillow",
|
"pillow",
|
||||||
"pandas",
|
"pandas",
|
||||||
"scikit-learn",
|
"scikit-learn",
|
||||||
|
"mcp",
|
||||||
]
|
]
|
||||||
+ kvstore_dependencies(), # TODO make this dynamic based on the kvstore config
|
+ kvstore_dependencies(), # TODO make this dynamic based on the kvstore config
|
||||||
module="llama_stack.providers.inline.agents.meta_reference",
|
module="llama_stack.providers.inline.agents.meta_reference",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue