Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Enterprise-grade research with multi-source synthesis, citation tracking, and verification. 8-phase pipeline with auto-continuation.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
requirements.txt
1# Deep Research Skill Dependencies2#3# Core: Python 3.9+ standard library only. No pip install needed.4#5# Optional tools (not Python packages):6#7# search-cli — multi-provider search aggregation (Brave, Serper, Exa, Jina, Firecrawl)8# Install: brew tap 199-biotechnologies/tap && brew install search-cli9# Config: search config set keys.[provider] YOUR_KEY10# Repo: https://github.com/199-biotechnologies/search-cli11#12# weasyprint — PDF generation from HTML reports13# Install: pip install weasyprint14# Used by: reference/html-generation.md (Phase 8 PDF output)15