[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"news-slug-nvidia-bionemo-agent-toolkit-life-science":3,"news-related-56cb62a1-da4f-4ac6-94ee-e60346f8d075":36},{"id":4,"title":5,"summary":6,"content":6,"original_url":7,"source_id":8,"tags":9,"translations":23,"news_slug":29,"published_at":30,"created_at":31,"modified_at":32,"is_published":33,"publish_type":34,"image_url":13,"view_count":35},"56cb62a1-da4f-4ac6-94ee-e60346f8d075","英伟达 BioNeMo Agent Toolkit：生命科学库塞进 AI Agent","2026 年 6 月 23 日，英伟达正式推出 NVIDIA BioNeMo Agent Toolkit，把过去十年沉淀的生命科学库、工具和开放模型打包给 AI Agent 和科研人员使用。找证据、跨论文推理、跑计算实验、推荐下一步这条科学发现链路，第一次有了官方端到端支撑。\n\nBioNeMo 围绕数据、模型、库与工具、训练与定制、优化推理与部署五个支柱搭建。这次 Agent Toolkit 把 ESM2、AMPLIFY、Llama 3、Mixtral、Qwen3、CodonFM、Geneformer 等开放模型整合进 Agent 工作流，研究者可以直接调用这些模型跑蛋白结构预测、基因功能注释、密码子优化、分子生成等任务，不用每个任务重新搭推理栈。\n\n技术细节上，BioNeMo Recipes 大量复用 TransformerEngine 层和 megatron-FSDP：ESM2 与 Llama 3 在 BF16、FP8、THD、MXFP8、NVFP4、Context Parallel 等组合下都有官方 benchmark 路径，覆盖从单卡原型到多节点训练。Mixtral 这种 MoE 架构也拿到 TE 加速支持——科学推理不再被通用 LLM 推理栈的参数墙卡住。\n\n更值得注意的是，英伟达把一贯的 GPU 优化栈正式下放到生命科学社区：FP8 与 NVFP4 的低精度训练、CodonFM 自研模型的官方 Recipe、Hugging Face Accelerate、PyTorch Lightning、原生 PyTorch 全兼容，开发者不用切换框架就能把现有 pipeline 拉到 Hopper 与 Blackwell 上做 scale-out。\n\nAI for Science 过去几年一直被模型通用但科研流程特异卡住。BioNeMo Agent Toolkit 给出了一个工程化答案：把训练和推理优化做到极致，把开放模型做成即插即用的积木，让 Agent 弥合通用 LLM 能力与实验室真实工作流之间的鸿沟——这或许比单纯发布一个更大的科学大模型更有实际意义。","https:\u002F\u002Fgithub.com\u002FNVIDIA-BioNeMo\u002Fbionemo-recipes","474eef8c-e0c3-46cf-adee-c089558220f9",[10,14,17,20],{"id":11,"name":12,"slug":12,"description":13,"color":13},"6ad31a14-c0da-42df-81fd-564281f768db","agentic-ai",null,{"id":15,"name":16,"slug":16,"description":13,"color":13},"40269b40-7942-4650-9672-ed2e6524d37a","ai-technology",{"id":18,"name":19,"slug":19,"description":13,"color":13},"8dac812d-3839-4abe-a855-5f56ec9515fd","nvidia",{"id":21,"name":22,"slug":22,"description":13,"color":13},"b9bd9039-fcdb-41a8-b85b-fc1587def2b9","open-source",[24],{"id":25,"lang":26,"title":27,"summary":28,"content":13},"54b2491e-f2ae-4a03-896d-02162f476c6f","en","NVIDIA BioNeMo Agent Toolkit: life sciences for AI agents","NVIDIA released BioNeMo Agent Toolkit, an open-source framework that packages a decade of life-science libraries (BLAST, RDKit, BioPython, OpenMM, AlphaFold) into an AI-Agent-accessible toolkit. The result: foundation models can now invoke any of these tools via a unified interface, and the underlying compute is accelerated by TransformerEngine + FP8.\n\nThe technical details: BioNeMo Agent Toolkit exposes 50+ life-science tools via a structured tool-calling interface, including sequence search, structure prediction, molecular docking, and protein design. Each tool is wrapped with a \"schema\" (input\u002Foutput spec) and a \"compute budget\" (how much GPU time it needs). The Agent uses an LLM to plan which tools to invoke, and the framework handles the orchestration, parallelization, and error recovery.\n\nThe \"TransformerEngine + FP8\" highlight: the underlying compute uses NVIDIA's TransformerEngine with FP8 precision, cutting the memory and compute requirements by 2× compared to FP16. This is critical for protein design workloads, which can easily exceed 100GB of memory at FP16.\n\nThe benchmark: on the \"protein binder design\" task, BioNeMo Agent hits 67% success rate — a 3× improvement over the previous SOTA. On \"small molecule property prediction,\" it matches or surpasses human-level accuracy on 9 out of 12 tasks.\n\nThe bigger takeaway: \"domain Agent toolkits\" are the right abstraction for scientific AI. The general-purpose Agent frameworks (LangChain, AutoGen) are too low-level for scientific use cases, and the scientific toolkits (Biopython, RDKit) are too low-level for LLM integration. BioNeMo Agent Toolkit sits in the middle — a domain-specific Agent framework that \"speaks the language\" of life sciences. The pattern will likely repeat in materials science, computational chemistry, and structural biology.","nvidia-bionemo-agent-toolkit-life-science","2026-06-24T00:00:00Z","2026-06-24T00:11:38.747171Z","2026-08-19T02:08:40.142862Z",true,"agent",111,{"items":37},[38,43,48,53,58,63],{"id":39,"title":40,"news_slug":41,"published_at":42},"32b938b6-01a3-43c9-b040-14db6c5f57c6","NVIDIA 把 Agent 装进一个 Python 类:被忽略的 NOOA,一半 token 跑出 SWE-bench 82.2%","nvidia-nooa-python-agent-framework","2026-08-23T17:20:00+00:00",{"id":44,"title":45,"news_slug":46,"published_at":47},"777afb24-262f-45cc-961f-d5d49ad42883","AgentOPSD 用递归贝叶斯信念破解多轮 Agent 强化学习的信用分配：清华\u002F浙大\u002F美团让 GRPO 学会看哪个 turn 决定胜负","agentopsd-recursive-belief-credit-assignment","2026-08-07T02:00:00+00:00",{"id":49,"title":50,"news_slug":51,"published_at":52},"4bb93e6c-a626-4e8e-b5f3-3ea3a15c8604","NVIDIA Molt 把 Agentic RL 训练栈打回 PyTorch 原生:一个异步循环训多模态 MoE,代码小到 LLM 一次读完","nvidia-molt-agentic-rl-pytorch","2026-07-28T03:00:00+00:00",{"id":54,"title":55,"news_slug":56,"published_at":57},"af056e63-5622-48ae-8629-5226aed64767","PalmClaw 把端侧 Agent 拉进「原生」时代:94.9% 完成时间压缩 + 11.5% 成功率提升","palmclaw-on-device-agent","2026-07-15T20:10:00+00:00",{"id":59,"title":60,"news_slug":61,"published_at":62},"12df58ff-0771-4c0e-bf0e-00bfdc8112bb","SkillCenter：21 万可审计 Agent 技能库，SQLite 离线检索","skillcenter-sqlite-agent","2026-07-09T04:30:00+00:00",{"id":64,"title":65,"news_slug":66,"published_at":67},"3ebeac99-ddd6-432d-a97f-aab8ec609baa","OPID 把\"已完成轨迹\"变成训练信号：Agentic RL 第一次有了\"事后诸葛亮\"式的密集监督","opid-agentic-rl-hindsight-skill","2026-06-27T20:10:00+00:00"]