Merged
Conversation
- Added demo app links and descriptions to README - Added examples/quickstart.ipynb demonstrating remote browser agent usage with tslab kernel: create session, send task with streaming, screenshots, session control, and high-level API Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7fc64f6 to
86afc05
Compare
`await using const` is not valid syntax per TC39 Explicit Resource Management proposal. Changed to `await using session = ...`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ript Removed examples/quickstart.ipynb and added examples/basic/quickstart-remote.ts to match existing example conventions. Covers the same content: session creation, task streaming, screenshots, pause/resume, cleanup, and high-level API. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Test plan
🤖 Generated with Claude Code
Greptile Summary
Added a "Demo App" section to the README linking to the
agi-inc/demo-node-electronrepository, which provides an interactive Electron GUI for showcasing SDK capabilities. Also added a new comprehensive quickstart example (quickstart-remote.ts) demonstrating both low-level and high-level APIs.examples/basic/quickstart-remote.tsshowing session management, event streaming, screenshots, pause/resume controls, and automatic cleanupConfidence Score: 5/5
Important Files Changed
Last reviewed commit: 710a764