AgentsAgents

Agents#

Assistants are the configurable conversation leads: prompt, voice, behavior — per tenant.

Conversation flow#

Inbound calls are driven by a state machine with hard rules:

  1. Turn 0 — deterministic AI disclosure (EU AI Act Art. 50) plus greeting, then the first question. The disclosure does not depend on the model and cannot be switched off.
  2. Following turns — customer input (speech; automatic fallback to keypad input if no speech recognition is available) goes to the conversation LLM; the answer decides the next step.
  3. Intentscontinue (ask on), transfer (connect to a human), end (say goodbye and hang up).
  4. Hard cap — at most 20 turns per call; no call generates endless cost.

Fallback behavior#

  • If speech recognition fails (no ASR provider in the carrier account), the call switches to keypad input within the same call — noted in the transcript instead of failing silently.
  • If the LLM fails, the customer hears an honest outage message and the call ends cleanly.

Assistant configuration#

Every assistant carries a configuration next to name and prompt:

FieldMeaning
greeting, farewell, noInput, transferTextConversation texts (aligned with the WebWoW_Audio scripts)
voiceName, languageOutput voice and language
modespeech or dtmf (keypad input)
transferTargetsTransfer destinations (e.g. SIP extensions)
dtmfMenuKeypad menu (1 = sales, …) with optional direct transfer
voice_profileEngine choice from the model registry, default cascade-together

Managed through the assistants API.

Prompt templates#

Ready-to-use assistant prompts ship with the platform — free of charge, originating from Cartesia's published examples, each in the English original plus a German adaptation in CallFluence style:

GET/v2/meta/prompt-templates
TemplateLanguagePurpose
support-hotlinedeGuided support case: capture the issue, explain coverage, offer a check, close cleanly
support-hotline-enenCartesia original for a device-care support line
general-assistantdeBroad phone assistant with clean boundaries for legal, financial, and health topics
general-assistant-enenCartesia original for a general-purpose assistant

Use a template as the prompt when creating an assistant, then adjust wording to the tenant's brand.

CallFluence — voice AI platform. Last updated 2026-07-27.