Agentic retrosynthesis planning and synthetic pathway reconstruction interfaced with SynLlama.
# 1. Clone the repo
git clone https://github.com/lukasmki/SynAgent.git
cd SynAgent
# 2. Setup virtual environment
## if you have `uv` installed
uv sync
## if you don't, create venv manually
python3 -m venv .venv
source .venv/bin/activate
pip install .
# 3. Verify installation
synagent --help