Skip to main content

Live Demo: Customer Sales Agent

A real production agent running on AdaL Cloud. It powers a premium audio storefront ("Lumen Audio") with a concierge that helps customers find products, build quotes, and capture leads.

Try it live: ruf2xych2b.us-west-2.awsapprunner.com

How It's Built

The agent is defined by a custom system prompt plus custom tools — the same building blocks you use in the AdaL CLI and SDK.

ToolWhat it does
get_catalogLook up products by category
build_quoteCalculate bundle pricing and discounts
capture_leadSave customer details for follow-up

The system prompt gives the agent its concierge persona and rules. The tools give it the ability to act on the storefront's real data.

What to Notice

  • No hosting visible to the user — the storefront talks to AdaL Cloud; the agent runtime lives in the cloud.
  • The agent calls tools mid-conversation — it looks up stock, builds quotes, and captures leads in natural flow.
  • It's the same agent definition everywhere — the prompt and tools you'd write for the CLI or SDK are what power this cloud agent.

Build Your Own

  1. Write a custom system prompt for your domain.
  2. Add custom tools for the actions your agent needs.
  3. Create the agent on AdaL Cloud.
  4. Stream chat over HTTP from your own frontend.

You now have an agents API — no infrastructure required.