Skip to content

IbrahimAlobaid/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

image

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

2- Create a new environment using the following command:

$ conda create --name smart-procurement-agents python=3.11 -y

3- Activate the environment:

$ conda activate smart-procurement-agents

Installation

Install the required packages

$ pip install -r requirements.txt

Setup the environment variables

$ 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. You can get your Agentops API key from here. You can get your TVLY_SEARCH_API_KEY from here.

Run the application:

$ 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 file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published