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
|
@ -276,6 +276,8 @@ class AgentConfigCommon(BaseModel):
|
|||
default=ToolPromptFormat.json
|
||||
)
|
||||
|
||||
max_infer_iters: int = 10
|
||||
|
||||
|
||||
@json_schema_type
|
||||
class AgentConfig(AgentConfigCommon):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue