Biomedical AI agent for autonomous research tasks
Top 23.4% on sourcepulse
Biomni is a general-purpose AI agent designed to automate complex biomedical research tasks, from planning experiments to analyzing data. It targets researchers seeking to accelerate discovery and generate novel hypotheses by leveraging LLM reasoning, retrieval-augmented planning, and code execution.
How It Works
Biomni integrates LLM reasoning with retrieval-augmented planning and code execution to autonomously perform biomedical research tasks. This approach allows it to interpret natural language requests, break them down into actionable steps, retrieve relevant information, and execute code to achieve the desired outcome, enhancing research productivity.
Quick Start & Requirements
pip install biomni --upgrade
or from source: pip install git+https://github.com/snap-stanford/Biomni.git@main
.~/.bashrc
.setup.sh
) is provided for environment setup, followed by conda activate biomni_e1
.Highlighted Details
Maintenance & Community
Biomni is an open-science initiative with a call for community contributions. Details on contributing and upcoming features are available.
Licensing & Compatibility
Biomni itself is Apache 2.0-licensed. However, integrated tools, databases, or software may have more restrictive commercial licenses, requiring careful review for commercial use.
Limitations & Caveats
The current release (frozen April 15, 2025) executes code with full system privileges, posing a security risk for sensitive data or credentials. Some integrated components may have commercial use restrictions.
22 hours ago
Inactive