mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 00:22:25 +00:00
agents to use tools api
This commit is contained in:
parent
596afc6497
commit
f90e9c2003
21 changed files with 538 additions and 329 deletions
|
|
@ -35,6 +35,8 @@ def available_providers() -> List[ProviderSpec]:
|
|||
Api.safety,
|
||||
Api.memory,
|
||||
Api.memory_banks,
|
||||
Api.tool_runtime,
|
||||
Api.tool_groups,
|
||||
],
|
||||
),
|
||||
remote_provider_spec(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue