This is a smart procurement agents that can help you to find the best product for your company. and generate a report for you.
- Find the best product for your company
- Generate a report for you
- Python 3.11
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 -y3- Activate the environment:
$ conda activate smart-procurement-agents$ pip install -r requirements.txt$ cp .env.example .envSet 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.
$ python app.pyOpen your browser and navigate to http://127.0.0.1:5000.
To stop the application, press Ctrl+C in your terminal.
This project is licensed under the MIT License. See the LICENSE file for details.
