...are learning to scream in my dreams...
Python service experiments for Gale's TTS systems, starting with
SlitherSpeech.
TBD
TBD
TBD
This workspace is in bootstrap shape. Curious readers can run the current FastAPI skeleton after syncing the uv workspace.
uv sync --all-packages
uv run --package slither-speech fastapi dev packages/slither-speech/src/slither_speech/app.pySlitherSpeech currently exposes initial health routes only:
curl http://127.0.0.1:8000/healthz
curl http://127.0.0.1:8000/readyzThe planned HTTP parity surface is tracked in docs/slither-speech-http-parity-matrix.md.
Follow AGENTS.md for current repo-local commands and delivery rules. The implementation plan lives in docs/slither-speech-bootstrap-plan.md.
.
├── docs/
│ ├── slither-speech-bootstrap-plan.md
│ └── slither-speech-http-parity-matrix.md
├── packages/
│ └── slither-speech/
│ ├── src/slither_speech/
│ └── tests/
├── AGENTS.md
├── README.md
├── ROADMAP.md
├── pyproject.toml
└── uv.lock
No releases have shipped yet. Notable planning and implementation changes are tracked in ROADMAP.md until release notes are introduced.
No license file has been added yet.