内容摘录
<div align="center">
<a href="https://www.pipelex.com/"><img src="https://raw.githubusercontent.com/Pipelex/pipelex/main/.github/assets/logo.png" alt="Pipelex Logo" width="400" style="max-width: 100%; height: auto;"></a>
<h2 align="center">AI Workflows That Agents Build & Run</h2>
<p align="center">Pipelex is developing the open standard for repeatable AI workflows.<br/>
Write business logic, not API calls.</p>
<div>
<a href="https://go.pipelex.com/demo"><strong>Demo</strong></a> -
<a href="https://docs.pipelex.com/"><strong>Documentation</strong></a> -
<a href="https://github.com/Pipelex/pipelex/issues"><strong>Report Bug</strong></a> -
<a href="https://github.com/Pipelex/pipelex/discussions"><strong>Feature Request</strong></a>
</div>
<br/>
<p align="center">
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT License"></a>
<a href="https://github.com/Pipelex/pipelex/tree/main/tests"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Pipelex/pipelex/main/.badges/tests.json" alt="Tests"></a>
<a href="https://pypi.org/project/pipelex/"><img src="https://img.shields.io/pypi/v/pipelex?logo=pypi&logoColor=white&color=blue&style=flat-square"
alt="PyPI – latest release"></a>
<br/>
<a href="https://go.pipelex.com/discord"><img src="https://img.shields.io/badge/Discord-5865F2?logo=discord&logoColor=white" alt="Discord"></a>
<a href="https://www.youtube.com/@PipelexAI"><img src="https://img.shields.io/badge/YouTube-FF0000?logo=youtube&logoColor=white" alt="YouTube"></a>
<a href="https://pipelex.com"><img src="https://img.shields.io/badge/Homepage-03bb95?logo=google-chrome&logoColor=white&style=flat" alt="Website"></a>
<a href="https://github.com/Pipelex/pipelex-cookbook"><img src="https://img.shields.io/badge/Cookbook-5a0dad?logo=github&logoColor=white&style=flat" alt="Cookbook"></a>
<a href="https://docs.pipelex.com/"><img src="https://img.shields.io/badge/Docs-03bb95?logo=read-the-docs&logoColor=white&style=flat" alt="Documentation"></a>
<a href="https://docs.pipelex.com/changelog/"><img src="https://img.shields.io/badge/Changelog-03bb95?logo=git&logoColor=white&style=flat" alt="Changelog"></a>
<br/>
<br/>
</div>
!Pipelex Tutorial
🚀 Quick start
Install Pipelex
Get Your API Key (Free)
To use AI models, you need an API key:
**Free Pipelex API Key**: Join our Discord community and request your **free API key** (no credit card required) in the 🔑・free-api-key channel.
**Bring your own API keys**: OpenAI, Anthropic, Google, Mistral
**Local AI**: Ollama, vLLM, LM Studio, llama.cpp... any endpoint based on the OpenAI API or not, as you can plug-in your own non-standard APIs.
See Configure AI Providers for details.
Generate Your First Workflow
Create a complete AI workflow with a single command:
This command generates a production-ready .plx file with domain definitions, concepts, and multiple processing steps that analyzes CV-job fit and prepares interview questions.
**cv_match.plx**
<details>
<summary><b>📄 Click to view the supporting pipes implementation</b></summary>
</details>
**View the pipeline flowchart:**
Run Your Pipeline
**Via CLI:**
Create an inputs.json file with your PDF URLs:
**Via Python:**
Iterate with AI Assistance
Install AI assistant rules to easily modify your pipelines:
This installs rules for Cursor, Claude, OpenAI Codex, GitHub Copilot, Windsurf, and Blackbox AI. Now you can refine pipelines with natural language:
"Include confidence scores between 0 and 100 in the match analysis"
"Write a recap email at the end"
<div>
<h2 align="center">🚀 See Pipelex in Action</h2>
<table align="center">
<tr>
<td align="center" width="50%">
<h3>From Whiteboard to AI Workflow in less than 5 minutes with no hands (2025-07)</h3>
<a href="https://go.pipelex.com/demo">
<img src="https://go.pipelex.com/demo-thumbnail" alt="Pipelex Demo" width="100%" style="max-width: 500px; height: auto;">
</a>
</td>
<td align="center" width="50%">
<h3>The AI workflow that writes an AI workflow in 64 seconds (2025-09)</h3>
<a href="https://go.pipelex.com/Demo-Live">
<img src="https://d2cinlfp2qnig1.cloudfront.net/banners/pipelex_play_video_demo_live.jpg" alt="Pipelex Live Demo" width="100%" style="max-width: 500px; height: auto;">
</a>
</td>
</tr>
</table>
</div>
💡 What is Pipelex?
Pipelex is an open-source language that enables you to build and run **repeatable AI workflows**. Instead of cramming everything into one complex prompt, you break tasks into focused steps, each pipe handling one clear transformation.
Each pipe processes information using **Concepts** (typing with meaning) to ensure your pipelines make sense. The Pipelex language (.plx files) is simple and human-readable, even for non-technical users. Each step can be structured and validated, giving you the reliability of software with the intelligence of AI.
📖 Next Steps
**Learn More:**
Writing Workflows Tutorial - Complete guide with examples
Build Reliable AI Workflows - Deep dive into Pipelex
Configuration Guide - Set up AI providers and models
🔧 IDE Extension
We **highly** recommend installing our extension for .plx files into your IDE. You can find it in the Open VSX Registry. It's coming soon to VS Code marketplace too. If you're using Cursor, Windsurf or another VS Code fork, you can search for it directly in your extensions tab.
📚 Examples & Cookbook
Explore real-world examples in our **Cookbook** repository:
GitHub
Clone it, fork it, and experiment with production-ready pipelines for various use cases.
🎯 Optional Features
The package supports the following additional features:
anthropic: Anthropic/Claude support for text generation
google: Google models (Vertex) support for text generation
mistralai: Mistral AI support for text generation and OCR
bedrock: Amazon Bedrock support for text generation
fal: Image generation with Black Forest Labs "FAL" service
Install all extras:
Using pip:
Privacy & Telemetry
Pi…