go-sdk icon indicating copy to clipboard operation
go-sdk copied to clipboard

add support for serverless deployments and session state persis…

Open ibakaidov opened this issue 2 months ago • 1 comments

  • add a pluggable ServerSessionStateStore interface plus an in-memory implementation for persistence
  • update streamable handler/transport to load, save, and clear session state so serverless deployments can resume conversations
  • document the serverless workflow and add coverage proving state survives between independent handler instances

Testing

  • go test ./...

ibakaidov avatar Nov 04 '25 21:11 ibakaidov

Hi, I don't think we're likely to accept anything implementing session state persistence until ongoing discussions like SEP-1442 are resolved.

findleyr avatar Nov 08 '25 00:11 findleyr