krinya's picture
refactor: Update Dockerfile and README, remove unused files, and enhance agent configuration
fb4a4b8
|
Raw
History Blame Contribute Delete
1.35 kB
---
title: StreamNet Sales Assistant
emoji: πŸ€–
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: mit
---
# StreamNet Sales Assistant πŸ€–
AI-powered sales assistant that helps the sales department with e.g.: get pricing information, and generate professional quotes.
## Features
- πŸ” **Product Search**: Advanced search across our product database
- πŸ“Š **Data Analysis**: Statistical insights and product comparisons
- 🌍 **Exchange Rates**: Real-time currency conversion
- 🌐 **Web Search with Tavaily**: Instantly search the web for up-to-date product information
- πŸ’° **Quote Generation**: Professional quote creation with current exchange rates
## How to Use
Simply start a conversation with the assistant! You can:
- Ask about specific products: "Can you give me a price for a Saber 4k+?"
- Request quotes: "I need a 55 inch Samsung TV, what are my options?"
- Get exchange rates: "What are the current exchange rates?"
- Explore categories: "What categories of Samsung products do you have?"
## Technology Stack
- **AI Framework**: LangGraph + LangChain
- **Language Model**: GPT-5-mini
- **Database**: MySQL with SQLAlchemy
- **UI**: Gradio
## Repository
Full source code is available at: [https://github.com/krinya/sales_assistant_with_quote](https://github.com/krinya/sales_assistant_with_quote)