Installation Guide
Clone the repository:
git clone https://github.com/yourusername/BioMaster.git
cd BioMaster
Create and activate environment:
conda create -n agent python=3.12
conda activate agent
Install dependencies:
pip install -r requirements.txt
Download the data and place into data/: