{
  "markdown": "# Research CLI\n\nResearch CLI is a Go command-line tool for Gemini Deep Research, fast grounded search, image generation, and local research history.\n\nSee [MANUAL.md](MANUAL.md) for the full usage guide.\n\n## Installation\n\n### Gemini CLI Extension\n\n```bash\ngemini extensions install rmedranollamas/research-cli\n```\n\n### Standalone Binary\n\n```bash\ncurl -fsSL -o install.sh https://raw.githubusercontent.com/rmedranollamas/research-cli/main/install.sh\nless install.sh\nchmod +x install.sh\n./install.sh\n```\n\n### From Source\n\n```bash\ngit clone https://github.com/rmedranollamas/research-cli.git\ncd research-cli\ngo build -o research .\n./research --help\n```\n\n## Usage\n\n```bash\nexport RESEARCH_GEMINI_API_KEY=\"your-api-key\"\nresearch run \"How does quantum entanglement work?\"\n```\n\nKey commands:\n\n- `research run \"query\"`: long-running Deep Research using `deep-research-preview-04-2026`.\n- `research search \"query\"`: quick grounded answers using `gemini-3-flash-preview`.\n- `research status <interaction_id>`: poll an existing interaction.\n- `research generate-image \"prompt\" -o image.png`: generate an image using `gemini-3-pro-image-preview`.\n- `research list`: view recent local task history.\n- `research show <id>`: display a stored report.\n\n## Configuration\n\n- `RESEARCH_GEMINI_API_KEY`: required Gemini API key.\n- `RESEARCH_MODEL`: default Deep Research agent for `run`.\n- `RESEARCH_DB_PATH`: SQLite history database path. Defaults to `~/.research-cli/history.db`.\n- `RESEARCH_WORKSPACE`: workspace for outputs. Defaults to the current directory.\n- `RESEARCH_POLL_INTERVAL`: maximum polling interval in seconds. Defaults to `10`.\n- `RESEARCH_MCP_SERVERS`: comma-separated remote MCP server URLs.\n- `GEMINI_API_BASE_URL`: optional Gemini API base URL. HTTP is allowed only for loopback hosts.\n\nUse `RESEARCH_MODEL=deep-research-max-preview-04-2026` when you want the max Deep Research agent.\n\n## Development\n\n```bash\ngo test ./...\ngo vet ./...\ngo build ./...\n```\n\nTo inspect test coverage:\n\n```bash\ngo test ./... -coverprofile=coverage.out\ngo tool cover -func=coverage.out\n```\n\n## Agent Skill\n\nThe Gemini extension packages `skills/gemini-research/` and `commands/research.toml`, with a platform-specific Go binary placed at `skills/gemini-research/scripts/research`.\n",
  "bytes": 2262,
  "sha": "24bf63f14a0cae5682a8d625d6e5d2f2d0ff28d4bf13668e1f236970dc59cbb8",
  "repo_slug": "rmedranollamas/research-cli",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_rmedranollamas_research_cli_f3554cbb/readme"
}