- Erste Schritte
- UiPath Conversational Agents
- UiPath Agents in Studio Web
- Über UiPath Agents
- Lizenzierung
- Ausführung von Agents
- Agents und Workflows
- Bewährte Verfahren zum Erstellen von Agents
- Auswahl des besten Modells für Ihren Agenten
- Best Practices für das Veröffentlichen und Bereitstellen von Agents
- Bewährte Verfahren für Kontext-Engineering
- Best Practices für DeepRAG und Batch-Transformation: JIT vs. indexbasierte Strategien
- Arbeiten mit Dateien
- Kontexte
- Eskalationen
- Bewertungen
- Spuren von Agents
- Agent-Punktzahl
- Verwaltung von UiPath Agents
- Codierte UiPath Agents
- Erstellen Sie mit Codierungs-Agents
Real-time voice conversational agents that handle incoming calls and place outgoing calls, built in Maestro Flow with the Voice agent node.
A voice conversational agent handles real-time phone conversations. Callers dial a number you own, and the agent can run tools during the call to read or update live data.
Wie es funktioniert
A voice agent runs on a real-time speech model. Audio goes straight to the model, with no separate transcribe-reason-synthesize pipeline in between. That is what makes the conversation fast enough for the caller to interrupt. Tools run outside that audio path, on the shared agent execution engine (Unified Runtime) that serves tool calls for every agent type.
You bring the phone number on a SIP trunk, or from your own Twilio account. The call reaches UiPath, which holds the model session for its duration and runs the agent's tools.
Voice conversational agents are built in Maestro Flow, not Agent Builder. There is no separate voice agent to publish or import.
- Build in Maestro Flow — modeling the call with the Voice agent, Incoming call, Create outgoing call, and End call nodes. Model, persona, prompt, and tools are configured on the Voice agent node.
- Deployment — connecting a phone number over SIP or your own Twilio account, and binding it to a published Flow.
- Observability — reading a call's transcript, tool calls, and timings in the run's execution trace.
Einschränkungen
Wir erweitern das Produkt aktiv um neue Funktionen. In der folgenden Tabelle sind die aktuellen Einschränkungen beschrieben, die in kommenden Versionen behoben werden sollen.
| Einschränkung | Beschreibung |
|---|---|
| Call duration | Calls are limited to 10 minutes |
| Call recordings | Audio recordings of calls are not available. |
| Hand off call to a person | Live call transfer to a person is not supported. |
| SDK support / chat surfaces | Voice agents are only available via phone calls |
| Automation Suite | Voice agents are available in Automation Cloud only. |
Häufig gestellte Fragen
Which phone providers work?
Voice agents work with the following phone providers:
- Twilio
- Amazon Chime SDK
- Genesys
- Five9
- any SIP providers that meet the SIP trunk requirements
Providers that do not work:
- Amazon Connect: use the Amazon Chime SDK instead.
- Azure Communication Services: unless you have a managed SBC you can use.
- Zoom
Which languages are supported?
Language coverage and quality depend on the selected model. For example, Gemini Live models support 24 languages. Accent comprehension and responding in different accents are limited by the model's capabilities.
Which guardrails and data protections apply?
UiPath enforces Zero Data Retention (ZDR) with all AI vendors, meaning no audio or transcripts are stored with our AI vendors such as OpenAI and Google.
Agent-level guardrails are not available for voice agents. This includes centralized guardrails in the AI Trust Layer, such as masking personally identifiable information (PII) and content policies. Tool-level guardrails are available on the tools connected to the Voice agent node. See Observability.