improve agent reliability: behavioral constraints, full tool history, error hints
This commit is contained in:
@@ -188,8 +188,8 @@ class AgentDefaults(Base):
|
||||
model: str = "anthropic/claude-opus-4-5"
|
||||
max_tokens: int = 8192
|
||||
temperature: float = 0.1
|
||||
max_tool_iterations: int = 20
|
||||
memory_window: int = 50
|
||||
max_tool_iterations: int = 40
|
||||
memory_window: int = 100
|
||||
|
||||
|
||||
class AgentsConfig(Base):
|
||||
|
||||
Reference in New Issue
Block a user