CallHQ allows you to create intelligent voice agents that can interact in real time and perform useful post-call actions. A CallHQ agent follows a modular pipeline:
The LLM processes the transcribed text and generates a relevant response based on the agent’s instructions, tone, and logic. This response is routed to the output processor.
Call Summarization
Automatically summarize the entire conversation for review or CRM logging.
Information Extraction
Extract structured fields such as customer name, reason for call, appointment time, etc.
Function Tools (APIs & Triggers)
Use function tools to invoke APIs or external actions—e.g., booking a slot, sending a webhook, or updating a database.
These components work together seamlessly, but you can swap and configure models (e.g., use Deepgram for ASR or ElevenLabs for TTS) via your CallHQ dashboard or API.