formagent-sdk 0.2.0 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -228,6 +228,8 @@ for await (const event of session.receive()) {
228
228
 
229
229
  ## Session Management
230
230
 
231
+ **Default Behavior:** Sessions use in-memory storage by default. Conversation history is lost when the process exits. Use `FileSessionStorage` for persistence across restarts.
232
+
231
233
  ### Persistent Sessions
232
234
 
233
235
  Enable session persistence with `FileSessionStorage`: