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.
| Tool | What it does |
|---|---|
get_catalog | Look up products by category |
build_quote | Calculate bundle pricing and discounts |
capture_lead | Save 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
- Write a custom system prompt for your domain.
- Add custom tools for the actions your agent needs.
- Create the agent on AdaL Cloud.
- Stream chat over HTTP from your own frontend.
You now have an agents API — no infrastructure required.