mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Rework the welcome screen around the shared new-chat composer, renewed quick actions, discovery cards, OAuth accounts, and dedicated system resources panel. Restore static button colors and neutral surfaces, move microphone state feedback onto the icon, and keep Rubik/code-font composer behavior. Add focused static regressions for the welcome composer, OAuth discovery panel, and speech button contract. |
||
|---|---|---|
| .. | ||
| api | ||
| extensions/webui | ||
| helpers | ||
| webui | ||
| AGENTS.md | ||
| default_config.yaml | ||
| hooks.py | ||
| plugin.yaml | ||
| README.md | ||
Whisper STT
Built-in speech-to-text plugin backed by Whisper.
Responsibilities
- Registers Whisper as the active STT provider when the plugin is enabled.
- Owns the microphone runtime, device selector UI, message delivery mode, and plugin APIs.
- Keeps dependency installation and model bootstrap on the Docker/bootstrap path.
Config
model_size: Whisper model namelanguage: language hint orautomessage_mode:sendto send final transcriptions immediately, ordraftto leave them in the composersilence_threshold: frontend threshold before recording startssilence_duration: silence window before waiting statewaiting_timeout: delay before transcription dispatch
API
POST /api/plugins/_whisper_stt/transcribePOST /api/plugins/_whisper_stt/status