Multi Agent Researcher
Description
Multi-agent research system using Instructor for structured LLM outputs and Exa.ai for neural search
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
Multi-Agent Research System
A sophisticated multi-agent research system that uses [Instructor](https://github.com/jxnl/instructor) for structured LLM outputs and [Exa.ai](https://exa.ai) for neural web search.
Features
- π€ Multi-Agent Architecture: Lead researcher decomposes queries and coordinates parallel subagents
- π Neural Search: Integrates Exa.ai for semantic web search
- π Structured Outputs: Uses Instructor to get typed, validated responses from LLMs
- πΎ Persistent Memory: Stores research plans and intermediate results
- π Iterative Refinement: Subagents evaluate and refine their searches
- β‘ Parallel Execution: Multiple agents work simultaneously for faster results
Quick Start
Installation
# Clone the repository
git clone
cd researcher
# Install with uv (recommended)
pip install uv
uv sync
# Or with pip
pip install -e .
Environment Setup
# Required for LLM decomposition
export ANTHROPIC_API_KEY="your-anthropic-key"
# Required for web search (optional - will use mock data without it)
export EXA_API_KEY="your-exa-key"
Run Examples
# Simple research query
uv run python examples/simple_research.py
# Compare AI frameworks
uv run python examples/comparative_research.py
# Find recent AI developments
uv run python examples/time_bounded_research.py
# Academic paper research
uv run python examples/academic_research.py
# Demo with mock data (no API keys needed)
uv run python examples/demo_with_mocks.py
Architecture
The system implements a hierarchical multi-agent architecture:
User Query β Lead Researcher β Query Decomposition (via Instructor)
β
Parallel Subagents β Iterative Search β Result Synthesis
β
Memory Storage β Citation Addition β Final Report
Key Components
- LeadResearcherV2: Orchestrates the research process using Instructor for structured task decomposition
- **R
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
π₯ The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
βAI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.π― εε«δΏ‘ζ―θΏθ½½οΌδ½ η
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI