Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Migrate PR 92: Add SpeechGAgent for TTS & STT#1373

Open
arg-foo wants to merge 1 commit intodevfrom
feature/migrated-pr-92
Open

Migrate PR 92: Add SpeechGAgent for TTS & STT#1373
arg-foo wants to merge 1 commit intodevfrom
feature/migrated-pr-92

Conversation

@arg-foo
Copy link
Copy Markdown
Contributor

@arg-foo arg-foo commented Sep 2, 2025

Migrated from aevatarAI/aevatar-gagents PR 92

  • Add comprehensive speech functionality with TTS (Text-to-Speech) and STT (Speech-to-Text)
  • SpeechGAgent with event-driven architecture for speech requests/responses
  • SpeechService implementation with configurable options
  • Complete sample application with Host, Silo, and web interface
  • HTML interface for testing speech functionality

Core Components:

  • src/Aevatar.GAgents.Speech/ - Main speech module with events, services, and GAgent
  • samples/SpeechGAgent/ - Complete working sample application
  • Event-based communication: RequestTTS/ResponseTTS, RequestSTT/ResponseSTT

Created by: eanzhao
19 files added focused on speech functionality only

Migrated from aevatarAI/aevatar-gagents PR 92
- Add comprehensive speech functionality with TTS (Text-to-Speech) and STT (Speech-to-Text)
- SpeechGAgent with event-driven architecture for speech requests/responses
- SpeechService implementation with configurable options
- Complete sample application with Host, Silo, and web interface
- HTML interface for testing speech functionality

Core Components:
- src/Aevatar.GAgents.Speech/ - Main speech module with events, services, and GAgent
- samples/SpeechGAgent/ - Complete working sample application
- Event-based communication: RequestTTS/ResponseTTS, RequestSTT/ResponseSTT

Created by: eanzhao
19 files added focused on speech functionality only
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #1373      +/-   ##
==========================================
- Coverage   40.00%   39.91%   -0.09%     
==========================================
  Files         637      637              
  Lines       25647    25647              
  Branches     2399     2399              
==========================================
- Hits        10259    10238      -21     
- Misses      14795    14819      +24     
+ Partials      593      590       -3     
Flag Coverage Δ
unittests 39.91% <ø> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant