1---2name: agentd-drug-discovery3description: <!--4---5<!--6# COPYRIGHT NOTICE7# This file is part of the "Universal Biomedical Skills" project.8# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>9# All Rights Reserved.10#11# This code is proprietary and confidential.12# Unauthorized copying of this file, via any medium is strictly prohibited.13#14# Provenance: Authenticated by MD BABU MIA1516-->1718---19name: agentd-drug-discovery20description: Use the AgentD workflow to mine evidence, design molecules, and rank candidates with SAR plus ADMET annotations for early drug discovery tasks.21allowed-tools:22 - read_file23 - run_shell_command24---2526## At-a-Glance27- **description (10-20 chars):** Hypothesis foundry28- **keywords:** ligand-design, SAR, ADMET, docking, ranking29- **measurable_outcome:** Generate ≥10 candidate molecules (or requested count) with SMILES, key properties, and rationales per run, all delivered within 15 minutes.3031## Inputs32- `target_protein`, optional `reference_compound`, disease `indication`.33- `constraints` dict (LogP, MW, TPSA, etc.) and `num_candidates`.3435## Outputs361. Ranked candidate list with SMILES + property scores + novelty metrics.372. ADMET/toxicity alerts and SAR rationale per molecule.383. Reproducibility manifest (data source versions, model checkpoints).3940## Workflow411. **Evidence retrieval:** Mine literature + databases for known ligands and liabilities.422. **Generate candidates:** Run AgentD generative step (scaffold hopping/fragment growth) aligned to constraints.433. **Score & filter:** Apply Lipinski/QED/ADMET heuristics; include docking setup when requested.444. **Rank & explain:** Combine efficacy, developability, novelty; summarize SAR learnings.455. **Deliver outputs:** Emit JSON/CSV plus narrative recommendations; mark as in silico.4647## Guardrails48- Clearly state outputs are hypothetical and need wet-lab validation.49- Flag PAINS/reactive motifs automatically.50- Record data/model versions for audit trails.5152## References53- Detailed parameter tables and dependencies listed in `README.md`.545556<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->