Skip to content

feat(sessions): Long-lived sandbox sessions#28

Closed
Danelegend wants to merge 1 commit into
mainfrom
dane/ll-session
Closed

feat(sessions): Long-lived sandbox sessions#28
Danelegend wants to merge 1 commit into
mainfrom
dane/ll-session

Conversation

@Danelegend
Copy link
Copy Markdown
Contributor

We want the ability to create long living sandbox sessions. Currently we only allow ephemeral sessions where the sandbox is stood up, files are uploaded + code is ran, and then the sandbox is stood down.

There are some use cases that will make multiple calls to one session, hence it doesn't make sense to keep spinning up and down these sessions. Let's make them long-lived. They require a TTL so that they get cleaned up however.

This PR introduces the creation and deletion of these sessions, as well as cleanup logic to tear them down.

@Danelegend Danelegend closed this May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant