feat(studio): wake sleeping agents on demand - #1078
Merged
yaozheng-fang merged 5 commits intoSep 8, 2026
Merged
Conversation
zakahan
marked this pull request as ready for review
September 8, 2026 10:53
yaozheng-fang
approved these changes
Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Opening an agent category currently restores historical agents before returning the list, so a slow or failing restore blocks discovery and repeated visits can trigger costly retries. This change makes category listing read-only and displays sleeping agents alongside live agents. Selecting a sleeping agent explicitly wakes it before using the existing open/connect flow.
SessionMetadatafromListSessionSnapshots, including SDK releases whose response model omits the field. Use it for names, creator labels, ownership and agent-kind filtering.autoResumeSnapshots=truelist requests. Serialize explicit wake requests per logical agent within each service, and reconcile an already-live Session before retrying.DeleteSessionSnapshotwith its ToolId and SnapshotId.Validation:
Limits:
4f3169ca, including the Hermes entrypoint fix from fix(studio): isolate Hermes dashboard settings to VeStack #1077. No live cloud resources were restored or deleted during validation.