feat: add TypeScript Electron conversation agent demo - #1
Merged
Conversation
Add client-sdk/ts/electron-conversation-agent, an Electron desktop demo of @autoark-ai/eva-client-sdk-ts@1.0.0. The renderer reuses the browser demo's SDK usage (voice dialogue, ASR/LLM/TTS, mic control, text input, optional emotion and command, camera image Q&A) since the Electron renderer runs in Chromium; the Electron main + preload live in a separate electron/ dir so the renderer keeps importing only the three public SDK entry points. - Renderer built by Vite (base "./"), main/preload compiled to CommonJS via tsc - main process handles window creation and macOS media permission grants - registered in examples.json and the root README catalog - verify-catalog passes with the exact registry-locked SDK version Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…tion-agent # Conflicts: # README.md # examples.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
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.
Add client-sdk/ts/electron-conversation-agent, an Electron desktop demo of @autoark-ai/eva-client-sdk-ts@1.0.0. The renderer reuses the browser demo's SDK usage (voice dialogue, ASR/LLM/TTS, mic control, text input, optional emotion and command, camera image Q&A) since the Electron renderer runs in Chromium; the Electron main + preload live in a separate electron/ dir so the renderer keeps importing only the three public SDK entry points.