Skip to main content

deep-research-swarm

COPYRIGHT NOTICE

설치로 이동

소스 정보

저장소
beita6969/ScienceClaw
최근 소스 활동
2026년 3월 12일 04:53
감지된 SKILL.md 언어
영어
스타
904
포크
104

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
deep-research-swarm
description
COPYRIGHT NOTICE
<!-- # COPYRIGHT NOTICE # This file is part of the "Universal Biomedical Skills" project. # Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu> # All Rights Reserved. # # This code is proprietary and confidential. # Unauthorized copying of this file, via any medium is strictly prohibited. # # Provenance: Authenticated by MD BABU MIA --> --- name: deep-research-swarm description: Multi-agent research literature analysis keywords: - research - literature - swarm - multi-agent - hypothesis measurable_outcome: Generates comprehensive literature review with >50 citations in <5 minutes. license: MIT metadata: author: Biomedical OS Team version: "1.0.0" compatibility: - system: Python 3.10+ allowed-tools: - run_shell_command - read_file - google_web_search --- # DeepResearch Swarm A coordinated swarm of agents designed to perform deep, parallelized research into biomedical literature, aggregating findings into comprehensive reports. ## When to Use This Skill * When you need an exhaustive review of a specific medical topic. * When connecting disparate pieces of evidence across thousands of papers. * When generating hypotheses based on recent literature. ## Core Capabilities 1. **Parallel Search**: Querying multiple databases simultaneously. 2. **Evidence Synthesis**: Combining facts into a coherent narrative. 3. **Citation Verification**: Ensuring all claims are backed by sources. ## Example Usage **User**: "Research the latest advancements in mRNA cancer vaccines." **Agent Action**: ```bash python3 src/research/agents/agent_coordinator.py --topic "mRNA cancer vaccines" --depth "deep" ``` <!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
GitHub에서 보기