Skip to main content

Prerequisites

Required

ToolWhy
Python 3.11+The pipeline-kit CLI and pack loader
uv or pipxInstall the CLI as a user tool

The CLI has no other runtime dependencies. You do not need Node.js for the kit itself.

Optional, by feature

You wantAlso install
Cursor adapterCursor, and open the project folder as workspace root
Claude Code adapterClaude Code CLI
GitHub adapterCopilot / GitHub agent hooks as documented for that IDE
Graphify pluginGraphify CLI (uv tool install graphifyy)
Archify pluginGitHub CLI v2.90+ (gh skill), Node.js 18+. Chrome is optional for visual-check
Agent-run observabilityA Langfuse project and LANGFUSE_* keys in the environment

Documentation site (this folder)

To preview these docs locally you need Node.js 18+, only inside website/. That is independent of the kit CLI.

cd website
npm install
npm start

Network

uv tool install git+<repo-url> needs access to the kit repository. A local clone can use ./install.sh instead.