Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackfsuia/proactive-sales-agent
Proactive LLM sales agent server. 主动销售的大模型销售代理服务器。
https://github.com/jackfsuia/proactive-sales-agent
Last synced: 3 days ago
JSON representation
Proactive LLM sales agent server. 主动销售的大模型销售代理服务器。
- Host: GitHub
- URL: https://github.com/jackfsuia/proactive-sales-agent
- Owner: jackfsuia
- License: apache-2.0
- Created: 2024-06-02T02:49:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T11:18:49.000Z (5 months ago)
- Last Synced: 2024-06-10T06:25:47.605Z (5 months ago)
- Language: Python
- Homepage:
- Size: 1.56 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proactive-Sales-Agent
[中文](README_ZH.md)An experiment to introduce **time concept** to LLM sales agent so it feels the time flying when talking to customers, which aims to enable its natural **proactive talking**. It is a long-term project towards developing a human-like sales agent, starting from [ShampooSalesAgent](https://github.com/jackfsuia/ShampooSalesAgent).
Demo:
## Use
Write your API key into [api-config.json](models/api-config.json). Then
```
python app.py
```
## How it works
Remind the LLM periodically how long it has been since last time customers spoke, then the LLM will decide whether to speak or keep silent.
## Results
It needs to be improved. Now it can only do simple things like reminding you how long it's been waiting for you if you ask him to remind you in advance.
## Future
- Besides prompt engineering, finetune it to improve its time concept.