refactor(tts): consolidate TTS services under lib/tts with stable entrypoint (#551)

* refactor(tts): move service module into domain folder

* refactor(tts): move summarization helpers into domain folder

* refactor(tts): add module entrypoint exports

* docs(tts): add module documentation

* refactor(web): route TTS imports through tts entrypoint

* docs(agents): map TTS module documentation
This commit is contained in:
Nelson Pires
2026-02-28 16:00:39 +02:00
committed by GitHub
parent 6eb5d1afa9
commit a1f01cf5bd
6 changed files with 159 additions and 5 deletions
+4
View File
@@ -57,6 +57,10 @@ Notification message preparation utilities for system notifications, including t
WebSocket protocol utilities for terminal input handling including message normalization, control frame parsing, and rate limiting.
- Module docs: `packages/web/server/lib/terminal/DOCUMENTATION.md`
##### tts
Server-side text-to-speech services and summarization helpers for `/api/tts/*` endpoints.
- Module docs: `packages/web/server/lib/tts/DOCUMENTATION.md`
##### skills-catalog
Skills catalog management including discovery, installation, and configuration of agent skill packages.
- Module docs: `packages/web/server/lib/skills-catalog/DOCUMENTATION.md`