We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f6276 commit 49f0f49Copy full SHA for 49f0f49
src/strands/agent/state.py
@@ -14,7 +14,7 @@ class AgentState:
14
"""
15
16
def __init__(self, initial_state: Optional[Dict[str, Dict[str, Any]]] = None):
17
- """Initialize AgentState with default and SDK namespaces."""
+ """Initialize AgentState."""
18
self._state: Dict[str, Dict[str, Any]]
19
if initial_state:
20
self._validate_json_serializable(initial_state)
0 commit comments