Hail v0.1.0
Changelog
All notable changes to Hail are documented here. The format is based on Keep a Changelog, and Hail adheres to Semantic Versioning.
0.1.0 — 2026-04-30
First public release. Outbound phone calls for AI agents, end-to-end.
Phone calls
- Outbound calls via Twilio SIP through LiveKit Cloud.
POST /calls,GET /calls/{id}, andGET /callswith cursor pagination.- Per-org API-key auth with audit logging on every authenticated request.
- Idempotency-Key support on
POST /calls(24h TTL).
Voice pipeline
- Deepgram STT.
- ElevenLabs TTS.
- Silero VAD (prewarmed once per worker process).
- LiveKit turn-detector for end-of-utterance detection.
- LLM system-prompt mode with OpenAI to Gemini to Anthropic fallback chain.
- LLM BYO-endpoint mode for any OpenAI chat-completions-compatible endpoint.
- Per-turn
call_eventsrows for transcript reconstruction.
Distribution
- OpenAPI 3.1 spec at
openapi/openapi.yamlas the source of truth. hailCLI binary published via GitHub Releases (darwin and linux, amd64 and arm64) and a Homebrew tap.- Remote MCP server bundled with every Hail deploy at
/sse, exposing aplace_calltool. hail-sdkon PyPI (imports ashail) withClient.calls.create / get / list.
Infrastructure
docker compose upbrings upapi,voicebot,mcp, and Postgres.- Alembic migrations for the v1 schema.
- CI runs lint, pytest with a Postgres service container, Go build and test, and a docker-compose build smoke.
Deferred to v1.x
- LiveKit Egress recording (
recording.pyis stubbed;Call.recording_s3_keyis alwaysNULL). idempotency_keysGC sweeper and in-flight reaper.- Inbound calls (
LIVEKIT_SIP_INBOUND_TRUNK_IDis reserved in env but unused). - SMS channel (Twilio outbound and inbound).
- Email channel (AWS SES outbound and inbound).
CallEventdedupe across voicebot redispatch.