Agent Packages
Domain-specific agent packages for Lobster AI
Agent Packages
Lobster AI uses a modular architecture where domain expertise is provided by separate packages. Install only what you need.
Quick Install
# Core + all agents
pip install lobster-ai[full]Available Packages
Stable
Single-cell and bulk RNA-seq: QC, clustering, differential expression
Research planning: GEO dataset discovery and data loading
Publication-quality visualizations: UMAP, violin plots, heatmaps
Publication queue processing: ID mapping, metadata filtering, batch operations
Alpha
Mass spectrometry analysis: protein quantification and PTM detection
Variant analysis: VCF parsing, annotation, and GWAS
Machine learning: embeddings, classification, and clustering
Protein structure visualization: PyMOL, ChimeraX, interaction networks
Package Structure
Each agent package follows a standard structure:
lobster-\{domain\}/
pyproject.toml
lobster/
agents/
\{domain\}/
__init__.py
\{domain\}_expert.py
config.py
prompts.pyTier System
All official Lobster agents are free and open source. The tier system exists for custom enterprise packages.
- Free: All 8 official agent packages (13 agents)
- Enterprise: Custom
lobster-custom-*packages
All agents are included in pip install lobster-ai[full]. The tier infrastructure remains available for custom enterprise packages that need access control.