Skip to content

VAANI / Documentation

VAANI documentation

Build a consumer-owned voicebot on a reusable call runtime. The docs progress from one deterministic call to live provider composition and production operations.

Goal Read in this order
New voicebot InstallationQuickstartProject structureArchitecture
Existing voicebot ArchitecturePortingDeterministic testingProduction
Provider integration Profiles and adaptersProvider setupProvider reference
Operations LifecycleResultsPostgreSQLProduction

Getting started

Core concepts

Guides

Examples

Reference

Help

Contract authority

Documentation favors stable concepts and runnable patterns. For exact field order, signatures, defaults, schemas, and supported lazy modules, the authoritative sources are:

  • vaani.__all__ in src/vaani/__init__.py
  • contracts/public/v1
  • supported-adapters@1 in src/vaani/contracts/supported-adapters.v1.json
  • domain contracts in contracts/domain/v1

Next: install VAANI or understand the ownership boundary.