AI sales assistant that qualifies leads, answers product questions, provides pricing, schedules demos, and captures contact information with CRM auto-update.
# Arkitekton Agent: Sales Assistant
agent:
id: ag-c02
name: Sales Assistant
category: Chat
capabilities:
- Lead Scoring
- CRM Update
- Demo Schedule
- Product Recs
install: ark add ag-c02ark add ag-c02Sales Assistant
Chat Demo
Embed Sales Assistant on your website to instantly answer visitor questions, qualify leads, and guide users through your product offering.
Give employees instant access to company policies, procedures, and FAQs through a conversational interface that learns from usage patterns.
Deploy across web chat, Slack, Teams, and SMS from a single configuration with consistent context and conversation history.
import { Agent } from "@arkitekton/agents";
const SalesAssistant = Agent.use("ag-c02");
// Connect to a pipeline
pipeline.addAgent(SalesAssistant, {
capabilities: ["Lead Scoring","CRM Update"],
autoScale: true,
});
// Listen for events
SalesAssistant.on("complete", (result) => {
console.log("Agent finished:", result.summary);
});Try Sales Assistant
Simulated conversation
Chat Agents
9 agents in this category
Universal Compatibility
Works with all Arkitekton constructs via type-safe ports. Drop into any pipeline with zero configuration.