Companion code for The Agentic Lab: Build AI Agents for Biotech and Pharma R&D by Suryaprakash Tripathy.
Each folder under builds/ corresponds to one build in the book. Clone once
and you have everything.
git clone https://github.com/nexagenlabs/agentic-lab.git
cd agentic-lab
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt| # | Build | Chapter |
|---|---|---|
| 01 | First Agent | 3 |
| 02 | Tool Belt | 3 |
| 03 | Triage Agent | 4 |
| 04 | Dual Screen | 4 |
| 05 | Wrangler | 5 |
| 06 | Plate Mapper | 6 |
| 07 | Protocol Adapter | 6 |
| 08 | Dock Loop | 7 |
| 09 | ELN Bridge | 8 |
| 10 | Run Manifest | 9 |
| 11 | Red Team | 10 |
| 12 | Repurposing Desk | 12 |
Model names change faster than books do. See MODELS.md for the current list, with a dated changelog.
Found an error in the book or the code? Open an issue, or email biotech.suryaprakash@gmail.com if you would rather not use GitHub.
Code is MIT licensed. Book text is not.