Integrate Pipeline banner
run-llama run-llama

Integrate Pipeline

Data community

Description

Integrate a new document parsing pipeline into ParseBench: $ARGUMENTS You are integrating a new pipeline into the ParseBench benchmark. The user will provide a pipeline name and any relevant context (API docs, SDK links, product website, etc.). Your job is to create all the files needed so that `uv run parse-bench run <pipeline_name>` works end-to-end. --- ## Step 1: Understand the provider Before writing any code, research the provider: 1. If the user gave a URL, fetch and read it to under

Installation

Installs to ~/.claude/commands/run-llama-parsebench-integrate-pipeline.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/run-llama/ParseBench/HEAD/.claude/commands/integrate-pipeline.md -o ~/.claude/commands/run-llama-parsebench-integrate-pipeline.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository