Skip to main content
This is the complete shape of a graph agent. It demonstrates every feature documented in the rest of this section. Replace PLACEHOLDER values with real config before deploying. The flow:
  • welcome: greets the customer. Transfers during working hours, ends the call after-hours, or jumps straight to payment_confirmed if a payment event arrives.
  • collect_order: collects an order id with silence handling and a per-node knowledge base.
  • payment_confirmed: static confirmation message played from cache.
  • transfer_call: routes the call to a human agent via the transfer tool.
  • closing: static goodbye.
For automatic post-call extraction (disposition, sentiment, funnel stage), add an extraction task alongside the conversation task. See Using extractions.

What this example shows