latte-review-guide
Installation
SKILL.md
LatteReview Guide
Overview
LatteReview is a low-code Python package that uses AI agents to automate systematic literature reviews. It handles title/abstract screening, full-text assessment, data extraction, and PRISMA-compliant reporting — tasks that typically consume hundreds of researcher-hours. Supports multiple LLM backends (Anthropic, OpenAI, local models).
Installation
pip install lattereview
Core Workflow
Step 1: Initialize Review
from lattereview import ReviewProject