Skip to main content
The Pipeline is what your agent hears and speaks through. Pass the components you need (STT, LLM, TTS, plus optional VAD and turn detection) and the pipeline auto-detects its mode from what you give it. Pipeline flow from user audio through input processing to cascading, realtime, or hybrid mode, then audio output
Pass pipeline to your Agent, then run it.

Configure it further

Modes

Cascade, Realtime, and Hybrid, chosen automatically from the components you pass.

Hooks

Tap into the pipeline at runtime to inspect or transform each stage.

Fallback Adapter

Fail over between providers to keep sessions resilient.

What’s Next

Run Your Agent

Register and serve the agent.

Tools and Capabilities

Give the agent function tools and external services.

References

Examples

Cascade Basic

Minimal STT-LLM-TTS cascade agent you can run.

SDK Reference

pipeline.py

pipeline.py in the Python API reference.