Skip to content
Omnichannel support copilot

OmniCare

Answers in 52 languages across every channel you run, reads the actual returns policy rather than guessing at it, and hands over to a person the moment it should.

310 tokens/s Throughput
99.2% Accuracy
280ms Median latency
38.6M Calls per month

Retrieves from your own knowledge base rather than from the model's memory, tracks sentiment across a thread, and escalates with a written summary rather than a raw transcript.

Scope

Retrieves from your own knowledge base rather than from the model's memory, tracks sentiment across a thread, and escalates with a written summary rather than a raw transcript.

Capabilities

  • 52 languages, live
  • ERP and CRM calls mid-conversation
  • Sentiment and churn-risk flags
  • Guided fault diagnosis
  • Handover summaries for the human agent

Runs on

Gemini 2.5 Flash GPT-4o Mini Nexus-Fast-8B
Calling it from the SDK
const support = new NexusAgent({ role: 'support', knowledgeBase: 'kb://policies' });

const reply = await support.respond({
  channel: 'email',
  locale: 'de-DE',
  message: incoming.body,
  escalateWhen: { sentiment: 'below', value: -0.6 }
});

Recorded exchanges

Published examples, reproduced verbatim. This page does not call a model.

A returns request that is out of policy

Asked
Customer bought 41 days ago, policy is 30 days, and they are asking for a refund because the item arrived damaged. They are upset.
Returned
Checked order #48812: delivered on day 3, damage reported on day 5 through the carrier portal, refund requested on day 41.

The 30-day window does not apply here — damage in transit is covered separately and has no time limit under your own policy, section 4.2. The customer is entitled to a full refund and does not need to return the item.

Draft reply prepared in German, opening with the outcome rather than the policy citation. No escalation needed, but I have flagged the carrier claim as unfiled — that is worth someone chasing, because the cost currently sits with you.
Support Multilingual RAG Escalation
All agents