MRI Swarm
Description
MRI Swarm is an enterprise-grade system built with Swarms, the leading production-ready multi-agent framework. It coordinates a team of specialized medical imaging agents to analyze MRI scans, with each agent focusing on different aspects of interpretation to provide detailed and accurate analysis.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
MRI Swarm
MRI Swarm is an enterprise-grade system built with [Swarms](https://github.com/kyegomez/swarms), the leading production-ready multi-agent framework. It coordinates a team of specialized medical imaging agents to analyze MRI scans, with each agent focusing on different aspects of interpretation to provide detailed and accurate analysis. Using Swarms' proven infrastructure, MRI Swarm delivers blazingly fast and hyper-accurate medical imaging analysis.
Features
- Multi-Agent Distributed Analysis: Six specialized medical imaging agents working in coordination
- Comprehensive Diagnostic Analysis: From detailed anatomical structure to clinical correlation
- Advanced Quality Assurance: Integrated quality assessment and artifact detection protocols
- Automated Clinical Reporting: Generates detailed medical summaries with diagnostic insights
- Flexible Input Processing: Supports single and multiple MRI sequence analysis
Installation
pip3 install -U mri-swarm
Quick Start Guide
from mri_swarm import mri_swarm
# Analyze a single MRI scan
result = mri_swarm(
task="Analyze this brain MRI for signs of multiple sclerosis",
img="path/to/brain_mri.jpg"
)
print(result)
# Analyze multiple MRI scans
results = mri_swarm(
task="Compare these brain MRIs for progression of tumor",
imgs=["scan1.jpg", "scan2.jpg"]
)
print(results)
Agent Architecture
The system comprises six specialized medical imaging agents and one synthesis agent:
**Anatomical Analysis Agent**
- Precise anatomical structure identification
- Advanced brain region mapping and segmentation
- Multi-tissue classification system
**Pathology Detection Agent**
- Advanced tumor detection and classification
- Comprehensive lesion identification
- Disease marker evaluation protocol
**Sequence Analysis Agent**
- T1/T2 weighted image interpretation
- FLAIR sequence analysis
- Diffusion-weighted imaging
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11