开源AI工作流:AI Agent Orchestration Platform 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
AI Agent Orchestration Platform,提供AI工作流管理和调度功能,帮助用户快速构建和部署AI应用。
开源AI工作流:AI Agent Orchestration Platform 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI Agent Orchestration Platform,提供AI工作流管理和调度功能,帮助用户快速构建和部署AI应用。
开源AI工作流:AI Agent Orchestration Platform 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g pi-dash # 方式二:npx 直接运行(无需安装) npx pi-dash --help # 方式三:项目依赖安装 npm install pi-dash # 方式四:从源码运行 git clone https://github.com/The-AI-Republic/pi-dash cd pi-dash npm install npm start
# 命令行使用
pi-dash --help
# 基本用法
pi-dash [options] <input>
# Node.js 代码中使用
const pi_dash = require('pi-dash');
const result = await pi_dash.run(options);
console.log(result);
# pi-dash 配置说明 # 查看配置选项 pi-dash --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export PI_DASH_CONFIG="/path/to/config.yml"
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="./pi-symbol-dark.svg" /> <source media="(prefers-color-scheme: light)" srcset="./pi-symbol-light.svg" /> <img alt="Pi Dash" src="./pi-symbol-light.svg" width="120" /> </picture> </p>
<p align="center"><b>Pi Dash -- AI Agent Orchestration Platform</b></p>
<p align="center"> <a href="https://pidash.airepublic.com"><b>Live</b></a> • <a href="https://airepublic.com/"><b>Website</b></a> • <a href="https://airepublic.com/docs"><b>Documentation</b></a> • <a href="https://airepublic.com/"><b>Community</b></a> • <a href="https://x.com/ai_republic"><b>X</b></a> </p>
Pi Dash is an open-source AI agent orchestration platform built for As Coding (asynchronous vibe coding) — a workflow where you define what needs to be built, and coding agents handle the implementation in the background. Instead of babysitting agent runs and watching terminals scroll, Pi Dash lets you focus on the work that matters: scoping tasks, reviewing results, and shipping products.
Try it now at pidash.airepublic.com — no installation required.
Pi Dash is evolving every day. Your suggestions, ideas, and reported bugs help us immensely. Do not hesitate to open a GitHub discussion or raise an issue. We read everything and respond to most.
Pi Dash Cloud is now live at pidash.airepublic.com — sign up to get started without running your own infrastructure. Prefer to self-host? Follow the steps below.
pidash auth login --url https://your-pidash-instance.com
A local command-line tool and background daemon that runs on your development machine. The CLI connects to the Pi Dash platform, picks up assigned tasks, dispatches them to your configured AI agent, and reports results back. The runner daemon keeps this loop going continuously so you don't have to trigger each task manually.
Install the CLI on any machine where you want agents to pick up and execute tasks. Currently supported platforms:
On macOS and Linux, run the following command in your dev machine terminal:
curl --proto '=https' --tlsv1.2 -LsSf \
https://github.com/The-AI-Republic/pi-dash/releases/latest/download/pidash-installer.sh | sh
On Windows, download and run the MSI installer:
<https://github.com/The-AI-Republic/pi-dash/releases/latest/download/pidash-x86_64-pc-windows-msvc.msi>
To pin to a specific version (or install a prerelease), swap latest for the tag, e.g. .../releases/download/pidash-v0.1.4/pidash-installer.sh. Prereleases are excluded from /latest/, so the one-liners above always serve the last stable release. Full pinning recipes — wrapper, bare installer, Windows variants — are in runner/README.md.
Then authenticate the machine and register a runner. The standard flow is two commands:
```bash
该项目提供了一个开源的AI工作流管理平台,支持多种AI框架和工具的集成,帮助用户快速构建和部署AI应用。然而,项目的文档和示例代码可能需要进一步完善。
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
经综合评估,开源AI工作流:AI Agent Orchestration Platform 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | pi-dash |
| 原始描述 | 开源AI工作流:AI Agent Orchestration Platform。⭐14 · TypeScript |
| Topics | workflowtypescript |
| GitHub | https://github.com/The-AI-Republic/pi-dash |
| License | AGPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-05-25 · 更新时间:2026-05-30 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端