AI Skill Hub 强烈推荐:pipeshub-ai Agent工作流 是一款优质的Agent工作流。已获得 2.9k 颗 GitHub Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
企业级开源AI工作流平台,支持可扩展智能体编排和可解释性工作流设计。提供拖拽式流程编排、多智能体协作、数据集成等功能,适合需要构建复杂AI应用的企业和开发团队。
pipeshub-ai Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
企业级开源AI工作流平台,支持可扩展智能体编排和可解释性工作流设计。提供拖拽式流程编排、多智能体协作、数据集成等功能,适合需要构建复杂AI应用的企业和开发团队。
pipeshub-ai Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install pipeshub-ai
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install pipeshub-ai
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/pipeshub-ai/pipeshub-ai
cd pipeshub-ai
pip install -e .
# 验证安装
python -c "import pipeshub_ai; print('安装成功')"
# 命令行使用
pipeshub-ai --help
# 基本用法
pipeshub-ai input_file -o output_file
# Python 代码中调用
import pipeshub_ai
# 示例
result = pipeshub_ai.process("input")
print(result)
# pipeshub-ai 配置文件示例(config.yml) app: name: "pipeshub-ai" debug: false log_level: "INFO" # 运行时指定配置文件 pipeshub-ai --config config.yml # 或通过环境变量配置 export PIPESHUB_AI_API_KEY="your-key" export PIPESHUB_AI_OUTPUT_DIR="./output"
<a href="https://www.pipeshub.com"><img src="https://raw.githubusercontent.com/pipeshub-ai/media-assets/refs/heads/main/images/pipeshub-logo.svg" alt="PipesHub" width="280"/></a>
<p> <a href="https://www.pipeshub.com/">Website</a> · <a href="https://docs.pipeshub.com/">Docs</a> · <a href="https://discord.com/invite/K5RskzJBm2">Discord</a> · <a href="https://plum-myrtle-9f7.notion.site/Pipeshub-s-Product-Roadmap-33841c164f54803a9989fd0fdbfdb1ee">Roadmap</a> </p>
<a href="https://trendshift.io/repositories/14618"><img src="https://trendshift.io/api/badge/repositories/14618" alt="PipesHub on Trendshift" height="40"/></a>
<p> <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License"></a> <a href="https://github.com/pipeshub-ai/pipeshub-ai/releases"><img src="https://img.shields.io/github/v/release/pipeshub-ai/pipeshub-ai?color=success&label=release" alt="Release"></a> <a href="https://hub.docker.com/r/pipeshubai/pipeshub-ai"><img src="https://img.shields.io/docker/pulls/pipeshubai/pipeshub-ai?logo=docker&logoColor=white" alt="Docker Pulls"></a> <a href="https://discord.com/invite/K5RskzJBm2"><img src="https://img.shields.io/discord/1359557598222745670?label=Discord&logo=discord&logoColor=white" alt="Discord"></a> <img src="https://img.shields.io/github/last-commit/pipeshub-ai/pipeshub-ai" alt="Last commit"> <img src="https://img.shields.io/github/commit-activity/m/pipeshub-ai/pipeshub-ai" alt="Commits per month"> <a href="https://github.com/pipeshub-ai/pipeshub-ai/issues"> <img src="https://img.shields.io/github/issues/pipeshub-ai/pipeshub-ai" alt="GitHub issues"> </a> <a href="https://github.com/pipeshub-ai/pipeshub-ai/pulls"> <img src="https://img.shields.io/github/issues-pr/pipeshub-ai/pipeshub-ai" alt="GitHub pull requests"> </a> <a href="https://github.com/pipeshub-ai/pipeshub-ai/stargazers"> <img src="https://img.shields.io/github/stars/pipeshub-ai/pipeshub-ai" alt="GitHub Repo stars"> </a> <br/> <a href="https://x.com/PipesHub"><img src="https://img.shields.io/twitter/follow/PipesHub?style=social" alt="Twitter"></a> </p>
</div>
<strong>PipesHub</strong> is an open-source, self-hosted AI-native execution layer that connects enterprise knowledge, delivers explainable search with citations, and automates workflows across your systems.
PipesHub uses graph-backed retrieval that captures relationships across enterprise data. It uses Neo4j or ArangoDB as graph databases, combined with Qdrant for vector similarity search.
PipesHub (the Workplace AI Platform) can be run locally or deployed on the cloud using Docker Compose. Note: If you are deploying PipesHub on a cloud server, make sure you are using an HTTPS endpoint. PipesHub enforces stricter security checks, and browsers will block certain requests when the application is served over HTTP. You can use a reverse proxy like Cloudflare, Nginx, or Traefik to terminate SSL/TLS and provide a valid HTTPS certificate. If you see a white screen after deploying PipesHub while accessing it over HTTP, this is likely the cause. The frontend will refuse to load due to stricter security checks.
---
```bash
docker compose -f docker-compose.prod.yml -p pipeshub-ai up -d
```bash
docker compose -f docker-compose.build.neo4j.yml -p pipeshub-ai up --build -d
```bash
docker compose -f docker-compose.prod.yml -p pipeshub-ai up -d ```
Note: Use HTTPS for cloud deployments. HTTP may cause frontend security blocks.
Yes. PipesHub has a no-code agent builder. You can build agents visually and execute actions across enterprise tools without writing code.
👉 Set Environment Variables for secrets, passwords, and the public URLs of the Frontend and Connector services (Required for webhook notifications and real-time updates) Refer to env.template
👉 Set Environment Variables for secrets, passwords, and the public URLs of the Frontend and Connector services (Required for webhook notifications and real-time updates) Refer to env.template
PipesHub provides developer SDKs for Python, TypeScript, and Go to help you integrate quickly. Check the respective SDK repository README for setup and usage details.
| Name | Description | Link |
|---|---|---|
| **Python SDK** | Python SDK for PipesHub | [pipeshub-ai/pipeshub-sdk-python](https://github.com/pipeshub-ai/pipeshub-sdk-python) |
| **TypeScript SDK** | TypeScript SDK for PipesHub | [pipeshub-ai/pipeshub-sdk-typescript](https://github.com/pipeshub-ai/pipeshub-sdk-typescript) |
| **Go SDK** | Go SDK for PipesHub | [pipeshub-ai/pipeshub-sdk-go](https://github.com/pipeshub-ai/pipeshub-sdk-go) |
Need an SDK in another language? Reach out to us at developer@pipeshub.com
PipesHub provides SDKs for: - Python: pipeshub-ai/pipeshub-sdk-python - TypeScript: pipeshub-ai/pipeshub-sdk-typescript - Go: pipeshub-ai/pipeshub-sdk-go
docker compose logsPipesHub是专业的AI工作流平台,具有企业级功能和高扩展性。可解释性设计和智能体编排能力突出,适合构建复杂AI应用系统。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,pipeshub-ai Agent工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | pipeshub-ai |
| 原始描述 | 开源AI工作流:PipesHub is a fully extensible and explainable workplace AI platform for enterpr。⭐2.9k · Python |
| Topics | 工作流编排AI智能体企业平台可扩展可解释性 |
| GitHub | https://github.com/pipeshub-ai/pipeshub-ai |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-14 · 更新时间:2026-05-16 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端