A Live2D AI VTuber built as a microservices monorepo.
| Service | Access | License |
|---|---|---|
| tts | public | GPL 2.0 |
| stt | public | GPL 2.0 |
| llm | private | |
| avatar | private | |
| memory | private |
Note
The private submodules are not publicly accessible. This is intentional.
git clone git@github.com:IntelligentSandbox/echo.git
cd echo
git submodule update --init services/tts services/stt
uv sync