Conversation
Aligns the Mixpanel property name with agents-ui convention (agentId, agentType, agentName) so both SDK and UI events use the same key. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: remove triggersAvailable from SDK Triggers availability is now computed in agents-ui directly from the agent object. Remove the unused triggersAvailable flag, related types, and getIsTriggersAvailable from the agent manager. * fix: prettier formatting in common.ts
* fix: no-op unpublish when streaming manager is unavailable During session restart, the SDK already unpublishes streams in its own disconnect flow. When the UI cleanup effects then call unpublish a second time, the streaming manager is already deleted, causing an error. Return early instead of throwing to make the calls idempotent. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: update unpublish tests to expect no-op instead of throw Align tests with the graceful no-op behavior introduced in e4f8a74. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feature: add client tool registration via LiveKit RPC Add registerClientTool/unregisterClientTool to AgentManager. Each tool is registered as a per-tool RPC method on the LiveKit room. A Map provides reconnect safety — tools are re-flushed to new rooms on hard reconnect. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * test: add unit tests for client tool registration Cover registerClientTool, unregisterClientTool, pre-connect buffering, flush on connect, re-registration with latest handler dispatch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <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.
Pull Request Type
🔮 Feature
🐛 BugFix
⚒️ Refactor
🧹 Chore
🔥 HotFix
🚀 Release
Description
Reference Links