mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-09 11:20:58 +00:00
Pass memory bank API to agent impl
This commit is contained in:
parent
6788173ffc
commit
2d94ca71a9
3 changed files with 10 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ def available_providers() -> List[ProviderSpec]:
|
|||
Api.inference,
|
||||
Api.safety,
|
||||
Api.memory,
|
||||
Api.memory_banks,
|
||||
],
|
||||
),
|
||||
remote_provider_spec(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue