To create and activate the med-agent environment using Conda, follow these steps:
conda create --name med-agent --file spec-file.txt
conda activate med-agent
pip install -r requirement.txt
You can run the application in two modes: CLI and Web UI.
python main.py cli
To run the Web UI version, use the following command:
python main.py web -p 3000