开源销售引擎 — CRM + AI销售团队 + 自动化Pipeline,pip install 即用
Project description
Gavvy Sales Engine — 内测版
pip install 即用的 AI 销售团队 — 类目驱动,卖任何商品,多渠道触达。 内测阶段 v4.0.0
一分钟上手
# 1. 安装
pip install gavvy-salesmaster fastapi uvicorn
# 2. 启动(自动生成 API Key + 打开 Dashboard)
gavvy start
打开 http://localhost:8877 → 点击"销售流程" → 新建流程 → 开卖。
能做什么
| 功能 | 说明 | 版本 |
|---|---|---|
| CRM 客户管理 | 客户/联系人/合同/报价 | Community |
| 产品目录 | 4个默认类目+商品,支持自定义 | Community |
| 类目规则引擎 | 广告法检测、利润率控制、合规检测 | Community |
| 文档读取提炼卖点 | 指定文件夹路径,自动提取卖点 | Community |
| 销售流程向导 | 7步配置→自动执行 | Community |
| 寻客引擎 | 多平台搜索客户(Bing/mock) | Pro |
| AI Agent 对话 | 6个销售 Agent 自动跟进 | Pro |
| 渠道发送 | 邮件/微信/企微/钉钉 | Pro |
| 桌面代理 | pyautogui 模拟真人操作微信 | Pro |
| 数据飞轮 | 从成交数据自动优化策略 | Enterprise |
配置
首次启动
gavvy start
自动生成 API Key,保存到 ~/.gavvy/api_key.txt。
API Key(可选)
# Community 版(默认,所有功能可用但含升级提示)
# export GAVVY_API_KEY=sk-ent-你的Key
# Pro 版(真实寻客+Agent LLM+渠道发送)
# export GAVVY_API_KEY=sk-pro-你的Key
# Enterprise 版(全部功能)
# export GAVVY_API_KEY=sk-ent-你的Key
端口
# 默认 8877
gavvy start --port 8888
# 或
export GAVVY_PORT=8888 && gavvy start
快速体验链路
方法 A:一键脚本
python3 scripts/gavvy-quickstart.py
方法 B:手动操作
- 启动:
gavvy start - 打开 http://localhost:8877
- 导航 → 销售流程
- 点击"+ 新建流程"
- 按向导:
- 选类目(软件服务)
- 输入关键词(AI 客服, CRM)
- 选商品(Gavvy Sales)
- 设置过滤规则
- 选平台(1688/alibaba)
- 选渠道(email)
- 确认执行 → 自动寻客+生成提案
方法 C:API 调用
# 查看产品目录
curl http://localhost:8877/api/products
# 创建流程
curl -X POST http://localhost:8877/api/flow/create \
-H 'Content-Type: application/json' \
-d '{"name":"我的流程"}'
# 查看流程状态
curl http://localhost:8877/api/flow/list
项目结构
~/.gavvy/ ← 配置和数据目录
├── config.json ← 配置
├── api_key.txt ← API Key
└── logs/ ← 日志
pip install gavvy-salesmaster
└── gavvy start ← 一键启动
内测须知
- 当前为 Alpha 版,API 可能变更
- 数据存在本地
~/.gavvy/,pip update 不丢失 - 桌面代理需要安装
pip install pyautogui - 遇到问题:查看日志
~/.gavvy/logs/server.log - 反馈请提交 Issue 或联系内测群
技术栈
- Python 3.11+, FastAPI, Uvicorn
- 零外部依赖即可运行(仅需 fastapi+uvicorn)
- 可选:pyautogui(桌面代理)、httpx(企业版加速)
Gavvy Team · 内测版 v4.0.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gavvy_salesmaster-4.0.0.tar.gz
(496.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gavvy_salesmaster-4.0.0.tar.gz.
File metadata
- Download URL: gavvy_salesmaster-4.0.0.tar.gz
- Upload date:
- Size: 496.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1624572bbaba455e3e53df286d33596088b3374a71a5d9562c8785c5f1c8048
|
|
| MD5 |
91935d3b36208c53b2e8ad1808baff22
|
|
| BLAKE2b-256 |
9bcbd14bb5170d117a283e0869d191415de4ee0bf8ae895966d62912bedf23af
|
File details
Details for the file gavvy_salesmaster-4.0.0-py3-none-any.whl.
File metadata
- Download URL: gavvy_salesmaster-4.0.0-py3-none-any.whl
- Upload date:
- Size: 6.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b51b3f1fc707217fe8d084351c558d22629d6405b7292221170af1e5998059cd
|
|
| MD5 |
ee6f12710a1c849581cf0ce7dd85a28e
|
|
| BLAKE2b-256 |
fb557dbba59ab191de8d4b2a13ff9942dfb9c979fae397356528f24f1484a1da
|