This repository contains a sample application designed to demonstrate the capabilities of the orchestrator developed for the GAIA benchmark.
These instructions will guide you through the process of setting up and running the application.
The application should be run in a virtual environment to ensure that its dependencies do not interfere with any existing Python packages you may have. You can use any virtual environment manager you prefer, such as venv or conda.
Clone this repository to your local machine.
Navigate to the try_orc directory within the cloned repository:
cd try_orc
Install the required Python packages:
pip install -r requirements.txt
Once you've installed the required packages, you can run the application with the following command:
python main.py