Spaces:
Runtime error
Runtime error
Merge remote-tracking branch 'origin/main'
Browse files
README.md
CHANGED
|
@@ -5,4 +5,15 @@ sdk: gradio
|
|
| 5 |
sdk_version: 5.42.0
|
| 6 |
short_description: A customer support agent for Kibanda ticket resolution.
|
| 7 |
emoji: 🚀
|
| 8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
sdk_version: 5.42.0
|
| 6 |
short_description: A customer support agent for Kibanda ticket resolution.
|
| 7 |
emoji: 🚀
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Kibanda Customer Support Agent
|
| 11 |
+
A customer support agent for Kibanda ticker resolution.
|
| 12 |
+
The goal is to extract information from customer emails and automatically create tickets based on the customer emails.
|
| 13 |
+
|
| 14 |
+
## Setup
|
| 15 |
+
1. Clone
|
| 16 |
+
2. Init a new environment with uv init (install UV [Package Manager](https://docs.astral.sh/uv/getting-started/installation/) if necessary)
|
| 17 |
+
3. Install the dependencies ``` uv add -r requirements.txt```
|
| 18 |
+
4. activate the environment
|
| 19 |
+
5. Run the server with ``` python customer_support.py```
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|