AI agent
AI agent
The AI agent resolves conversations on its own and hands over to a human with full context when it should not answer.
How a message is handled
- Deterministic triggers — handover keywords (
human,refund, …) or the max-replies cap escalate immediately. - Knowledge grounding — relevant articles from the enabled knowledge sources are added to the prompt.
- Model call with tools — Claude (
claude-opus-5by default) may call your webhook tools or the built-inhandover_to_humantool. - Confidence — the reply carries a confidence score. Below the threshold the agent hands over instead of replying.
- Reply or handover — the reply is sent on the channel; a handover routes the case to a queue, assigns an agent, leaves an internal summary and publishes
ai.handover.
Status
| Status | Behaviour |
|---|---|
| Draft | Never replies on channels; playground only |
| Active | Replies on the enabled channels when no human is assigned |
| Paused | Temporarily silent |
Before live answers are enabled
Until your administrator configures the model provider, the agent runs a deterministic demo mode that still exercises knowledge grounding, tool calls, guardrails and handover, so the product can be evaluated end to end.