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 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.