All tools
SkillCommunity★ 2.7k
SalesGPT
SalesGPT by filip-michalsky is an open-source Python framework for context-aware AI sales agents. Tracks conversation stage (introduction → qualification → pitch → objection handling → close), searches a product catalog, generates Stripe payment links, sends emails, schedules Calendly meetings, and supports voice with under-1s latency.
View on GitHubWhat it does
- pip install salesgpt
Install the SalesGPT Python package.
- python run.py --verbose True --config examples/example_agent_setup.json
Run a configured AI sales agent from the command line using your product catalog and persona config.
- ProductSearch tool
Agent tool that searches the configured product catalog to answer prospect pricing questions accurately.
- GeneratePaymentLink tool
Agent tool that autonomously generates a Stripe payment link when a prospect is ready to buy.