Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. 主动销售的大模型销售代理服务器。

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.