Skip to content

Platform Internals

How the platform works under the hood — useful when debugging, contributing, or making architectural decisions.


DocWhat's in it
ArchitectureSystem diagram, component overview, data flow
Voice PipelineReal-time audio chain — VAD → STT → LLM → TTS, Pipecat integration
Flow EngineState machine that drives multi-node conversations — node transitions, locking, pre-actions