https://github.com/24-mohamedyehia/smart-procurement-agents
This is a smart procurement agents that can help you to find the best product for your company. and generate a report for you.
https://github.com/24-mohamedyehia/smart-procurement-agents
agent agentic-ai agentops ai ai-tools crewai flask flask-application llm openrouter python
Last synced: 3 months ago
JSON representation
This is a smart procurement agents that can help you to find the best product for your company. and generate a report for you.
- Host: GitHub
- URL: https://github.com/24-mohamedyehia/smart-procurement-agents
- Owner: 24-mohamedyehia
- License: mit
- Created: 2025-05-12T20:12:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-14T23:38:24.000Z (5 months ago)
- Last Synced: 2025-07-05T17:33:54.494Z (5 months ago)
- Topics: agent, agentic-ai, agentops, ai, ai-tools, crewai, flask, flask-application, llm, openrouter, python
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smart-procurement-agents
This is a smart procurement agents that can help you to find the best product for your company. and generate a report for you.
## Screenshots

## Features
- Find the best product for your company
- Generate a report for you
## Requirements
- Python 3.11
### Install Python Using Miniconda
1- Download and install MiniConda from [here](https://www.anaconda.com/docs/getting-started/miniconda/main#quick-command-line-install)
2- Create a new environment using the following command:
```bash
$ conda create --name smart-procurement-agents python=3.11 -y
```
3- Activate the environment:
```bash
$ conda activate smart-procurement-agents
```
### Installation
#### Install the required packages
```bash
$ pip install -r requirements.txt
```
### Setup the environment variables
```bash
$ cp .env.example .env
```
Set your environment variables in the .env file. Like:
OPEN_ROUTER_API_KEY value to use LLM
Agentops_API_KEY value to monitor the agents
TVLY_SEARCH_API_KEY value to search the web
You can get your Open Router API key from [here](https://openrouter.ai/settings/keys).
You can get your Agentops API key from [here](https://agentops.com/).
You can get your TVLY_SEARCH_API_KEY from [here](https://tavily.ai/).
## Run the application:
```bash
$ python app.py
```
## Access the application
Open your browser and navigate to `http://127.0.0.1:5000`.
To stop the application, press `Ctrl+C` in your terminal.
## License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.