SalesGPT
Basic Information
SalesGPT is an open source, context-aware AI Sales Agent designed to automate and manage sales conversations across channels including voice, email and various messaging platforms. The repository provides a Python-based agent implementation that understands sales conversation stages, leverages product and business knowledge to reduce hallucinations, and can execute actions such as generating Stripe payment links and scheduling meetings. It is intended for teams who want a deployable sales agent backend and example frontend, with options to run locally, via Docker, or integrate only the backend API. The project integrates with LangChain concepts, supports many LLM providers via LiteLLM, and includes tooling for tracing, human-in-the-loop supervision, and connecting to external data systems via Mindware. Installation options include pip or source, and examples and configuration files are provided to seed agents and run demos.