Skip to content

v1.0.0 — VocalizeAI v1.0: Universal Phone-Task Engine

Latest

Choose a tag to compare

@DGPisces DGPisces released this 19 May 20:46

VocalizeAI v1.0 — first public stable release.

Bilingual (zh/en) AI phone agent: describe any phone task in natural
language, and the AI plans the schema, collects the required info from
you, and handles the call with the merchant — relaying across languages
when needed.

What ships in v1.0

  • Universal phone-task engine — 5-layer prompt architecture
    (task_planner / preflight / merchant_agent / clarification_collector /
    relay) handles any phone task: restaurant bookings, service
    appointments, balance inquiries, status checks, and more.
  • Web console — Next.js frontend with bilingual locales (zh + en),
    live phase indicator, handover panel, callback review.
  • Linux-host orchestrator — installer (install/install.sh),
    systemd unit, Cloudflare Tunnel reference config. Tested on Debian 12,
    Ubuntu 22.04, and Raspberry Pi OS Bookworm.

Posture

  • Self-deploy. Every operator runs their own backend on their own
    infrastructure. There is no centrally hosted instance. The codebase
    ships no built-in request-level authentication in v1; operators
    restrict reachability at the network or proxy layer.
  • OSS. Apache 2.0. All contact (including security-relevant
    findings) goes through GitHub Issues.

Quick start

See README.md and docs/deploy/linux.md
for installation and deployment runbooks.