You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/concepts/agents/session-management.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ A session represents all of the stateful information that is needed by an agent
12
12
13
13
Strands provides built-in session persistence capabilities that automatically capture and restore this information, allowing agents to seamlessly continue conversations where they left off.
14
14
15
+
Beyond the built-in options, [third-party session managers](./#third-party-session-managers) provide additional storage and memory capabilities.
16
+
15
17
## Basic Usage
16
18
17
19
Simply create an agent with a session manager and use it:
0 commit comments