initial cut at using kvstores for agent persistence

This commit is contained in:
Ashwin Bharambe 2024-09-21 21:16:26 -07:00
parent 61974e337f
commit 4eb0f30891
10 changed files with 153 additions and 120 deletions

View file

@ -8,4 +8,4 @@ from llama_stack.providers.utils.kvstore import KVStoreConfig
class MetaReferenceAgentsImplConfig(BaseModel):
kv_store: KVStoreConfig
persistence_store: KVStoreConfig