feat: redesign memory system — two-layer architecture with grep-based retrieval
This commit is contained in:
@@ -161,6 +161,7 @@ class AgentDefaults(BaseModel):
|
||||
max_tokens: int = 8192
|
||||
temperature: float = 0.7
|
||||
max_tool_iterations: int = 20
|
||||
memory_window: int = 50
|
||||
|
||||
|
||||
class AgentsConfig(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user