Skip to content

fix: isolate bundled VAD inference from the default executor - #6770

Merged
chenghao-mou merged 1 commit into
mainfrom
chenghao/fix/AGT-3253-vad-dedicated-executor
Aug 10, 2026
Merged

fix: isolate bundled VAD inference from the default executor#6770
chenghao-mou merged 1 commit into
mainfrom
chenghao/fix/AGT-3253-vad-dedicated-executor

Conversation

@chenghao-mou

Copy link
Copy Markdown
Member

Bundled VAD inference could spread native per-thread allocations across the event loop shared executor, increasing peak private memory. Give each stream an owned single-worker executor and release it on close; explicit executors remain caller-owned.

Fixes AGT-3253

@chenghao-mou
chenghao-mou requested a review from a team as a code owner August 10, 2026 12:57

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@chenghao-mou
chenghao-mou merged commit 1920c5c into main Aug 10, 2026
26 checks passed
@chenghao-mou
chenghao-mou deleted the chenghao/fix/AGT-3253-vad-dedicated-executor branch August 10, 2026 13:25
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.

2 participants