# Sales Starter

Multi-agent sales system with product catalog, lead qualification, and closing strategies.

## Usage

Install:
```bash
npm install @ariaflowagents/starters
```

Extend in your `ariaflow.jsonc`:
```jsonc
{
  "$schema": "https://mithushancj.com/config.json",
  "extends": "./node_modules/@ariaflowagents/starters/sales/ariaflow.jsonc"
}
```

## Included Agents

- `sales-triage` - Routes to sales-rep or sales-closer
- `sales-rep` - Answers product questions using product_catalog tool
- `sales-closer` - Handles pricing and closing

## Tools

- `product_catalog` - Product lookup with pricing and benefits
