-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Add WebRTC signaling and peer connection support #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
528c11a
made webrtc route helpers
potofpie 26f854e
fix: remove undefined eslint rule reference
potofpie 719fa43
feat(webrtc): add state machine and SDK callbacks
potofpie 1029e9c
Merge main into webrtc: migrate router.webrtc() to webrtc() middleware
potofpie b9fefa7
generated changes
potofpie 56a87b6
template working
potofpie 79c5f30
template working
potofpie ebd53d1
added comments for agent feedback while on plane
potofpie d31fc4a
added a bunch of updates
potofpie b4fc6b3
Merge remote-tracking branch 'origin/main' into webrtc
jhaynie ea57ad7
fix: address CodeRabbit review issues
jhaynie ab3f037
fix: resolve lint and typecheck issues
jhaynie 195e65e
feat(webrtc): add auto-reconnection, timeouts, and comprehensive tests
jhaynie 5728da6
fix(webrtc): address code review issues
jhaynie 1bfc161
fix(ci): remove agentuity.json from e2e-web test app
jhaynie fae9fde
fix(webrtc): fix flaky reconnection test by using invalid signal URL
jhaynie e0ec557
Merge branch 'main' into webrtc
jhaynie 041af70
docs: add WebRTC documentation and remove unreleased deprecations
jhaynie fe85a90
fix(webrtc): handle recording stop errors and fix interval leak
jhaynie b65b45e
test(webrtc): add comprehensive e2e test coverage and fix flaky mesh …
jhaynie 33eb8b0
fix(ci): optimize e2e test workflow to avoid timeout
jhaynie d5e9278
fix: remove unused variable and add workflow clarification
jhaynie 04c8c32
fix(e2e): improve test robustness and fix misleading comments
jhaynie 228d79d
Merge branch 'main' into webrtc
jhaynie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "search.exclude": { | ||
| "**/.git/**": true, | ||
| "**/node_modules/**": true, | ||
| "**/bun.lock": true, | ||
| "**/.agentuity/**": true | ||
| }, | ||
| "json.schemas": [ | ||
| { | ||
| "fileMatch": [ | ||
| "agentuity.json" | ||
| ], | ||
| "url": "https://agentuity.dev/schema/cli/v1/agentuity.json" | ||
| } | ||
| ] | ||
| } |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.