Stateless mode: in-memory sessions, delete per request; README: document stateless behavior
This commit is contained in:
@@ -31,4 +31,9 @@ curl -s -X POST http://localhost:8000/process_data \
|
||||
```
|
||||
Returns `{ "emails": "..." }`.
|
||||
|
||||
### Stateless mode
|
||||
- Sessions are ephemeral and in-memory only; no SQLite persistence.
|
||||
- Each request creates a new session and it is deleted after completion.
|
||||
- Web UI works, but conversation history resets on refresh/restart.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user