Adapters
Adapters allow Voxtronics to perform real-world actions, such as retrieving dynamic content or executing external operations.
Voxtronics provides different types of adapters. Most adapters are used to perform final actions, while pipeline adapters can combine multiple adapters (excluding recursive pipelines) to enable more advanced workflows.
In other words, pipelines are reusable workflows that orchestrate multiple adapters to perform actions that cannot be achieved with a single adapter alone.
An adapter is typically invoked when an intent is detected. The result of the adapter execution is then fed back into the agent’s context for further processing.
Adapter Types
-
SIP
Used to translate intents into SIP actions, such as call transfer, initiating a new call, or managing conferences. -
Webhook
An HTTP(S) client used to interact with external services, APIs, or analytics systems. -
Pipelines
Enable complex workflows by chaining multiple adapters together. -
MCP (Coming soon)
MCP client used for related integrations and interactions. -
Agent-to-Agent (Coming soon)
Allows interaction with external agents.