mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 04:17:32 +00:00
initial cut at using kvstores for agent persistence
This commit is contained in:
parent
61974e337f
commit
4eb0f30891
10 changed files with 153 additions and 120 deletions
|
@ -8,4 +8,4 @@ from llama_stack.providers.utils.kvstore import KVStoreConfig
|
|||
|
||||
|
||||
class MetaReferenceAgentsImplConfig(BaseModel):
|
||||
kv_store: KVStoreConfig
|
||||
persistence_store: KVStoreConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue