Accelerating End-to-End Co-Folding Performance with NVIDIA BioNeMo Agent Toolkit NVIDIA announced the BioNeMo Agent Toolkit to accelerate biomolecular structure prediction and co-folding with OpenFold3, using GPU-accelerated MSA generation and multi-GPU scaling to enable virtual screening and large complex prediction. The toolkit integrates MMseqs2-GPU for up to 177× faster alignment and supports agentic workflows for drug discovery. Biomolecular structure prediction and co-folding with models like OpenFold3 are now mainstream, large-scale workloads powering drug discovery and protein design. Increasingly, they’re driven end-to-end by AI agents. For an agent to run that pipeline well, every step needs to be fast and scalable: Multiple Sequence Alignment MSA generation, co-folding inference, serving, and multi-GPU scale-out. A bottleneck anywhere limits overall throughput. Speed and memory-efficiency are critical for key drug discovery workflows such as virtual screening and prediction of large molecular assemblies. In virtual screening, millions to billions of compounds are screened against one or a few protein targets. While co-folding models often give the best predicted structures, they can be expensive to run, making them impractical for virtual screening applications. That is where NVIDIA acceleration becomes key, making possible the deployment of OpenFold3 and related methods at the scale of large compound libraries. Speed is also important for predicting large molecular assemblies involving multiple proteins and thousands of amino acid residues, as co-folding model runtime scales cubically with the number of residues. An even bigger challenge, however, is memory use, as single GPU memory can be limited, placing a hard ceiling on the size of complexes that can be predicted in one shot. Methods to reduce memory requirements, and that distribute prediction tasks across multiple GPUs, would enable qualitatively new applications that are simply unfeasible today. NVIDIA has built tools to accelerate and improve the efficiency of each step of the structure prediction and co-folding workflow. NVIDIA BioNeMo Agent Toolkit gives agents seamless access to the tools they need to accelerate biology and chemistry workflows. In this post, we break down the accelerations for each stage on NVIDIA B300 and H100 GPUs, then show how those stages can be executed through an agent see Figure 1, below . Remove the MSA bottleneck with GPU MSA For co-folding models, building the MSA has traditionally been a CPU-bound step that can dominate wall-clock time. MMseqs2-GPU moves homology search onto NVIDIA GPUs, reducing this bottleneck while scaling with sequence length on both NVIDIA Hopper and NVIDIA Blackwell architectures. The latest GPU accelerated version https://www.biorxiv.org/content/10.64898/2026.03.11.711233v1 adds Hopper and Blackwell specific optimizations, including efficient support for larger-than-GPU-memory database search on NVIDIA Grace systems and additional speedups from improved Blackwell DPX instructions available from CUDA 13.2 https://docs.nvidia.com/cuda/archive/13.2.1/parallel-thread-execution/index.html ptx-isa-version-9-2 . These GPU contributions have been upstreamed back into the main MMseqs2 repository http://github.com/soedinglab/MMseqs2 so the whole community can benefit from the accelerations. The MSA Search NIM https://build.nvidia.com/colabfold/msa-search uses MMseqs2-GPU, whose Nature Methods paper https://www.nature.com/articles/s41592-025-02819-8 reports up to 177× faster alignment than CPU JackHMMER on a single L40S. In our benchmarking, the stage scales smoothly past 10k tokens on H100 and B300 GPUs see Figure 2, below . The MSA Search NIM can be called directly, self-hosted or wrapped as a tool in an agentic workflow. | Note: We show how to call the NIM API endpoint hosted on | Add the MSA Search NIM skill to your agent browse all: add --list npx skills add NVIDIA-BioNeMo/bionemo-agent-toolkit --skill msa-search-nim --agent claude-code Use hosted API on build.nvidia.com nothing to download You can also use the skill to download the NIM container and provide self-hosted API endpoint. We don't cover that in this tutorial. export NVIDIA API KEY=