经 AI Skill Hub 精选评估,沃尔迪安 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
沃尔迪安 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
沃尔迪安 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install wardian # 方式二:从源码编译 git clone https://github.com/wardian-app/Wardian cd Wardian cargo build --release # 二进制在 ./target/release/wardian
# 查看帮助 wardian --help # 基本运行 wardian [options] <input> # 详细使用说明请查阅文档 # https://github.com/wardian-app/Wardian
# wardian 配置说明 # 查看配置选项 wardian --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export WARDIAN_CONFIG="/path/to/config.yml"
<img src="public/icon.png" width="128" alt="Wardian Logo" />
Local command center for multi-agent CLI workflows — see every session, collect completed work in a queue, and give agents a CLI surface for coordinating and controlling Wardian.
</div>
---
🚧 Early development. Wardian is under active construction. Expect rough edges: APIs, on-disk formats, and UI layouts can change between releases without notice. Pin a version if you depend on it, and please file an issue when something breaks.
Wardian is an Integrated Agent Environment — a local, app-first governance layer for AI orchestration. It centralizes PTY management, live telemetry, completion queues, workflow execution, and shared context into a unified desktop Command Center for developers managing many long-running agent sessions across multiple projects. The bundled wardian CLI gives agents a textual control surface for discovering their own identity, coordinating peers, and controlling Wardian without driving the graphical app.
---
1. Rust: Install rustup.rs (latest stable). 2. Node.js: Ensure Node.js (v18+) is installed. 3. Agent CLIs: Install at least one supported provider CLI before spawning agents: Gemini CLI (@google/gemini-cli), Antigravity (agy), Claude Code (@anthropic-ai/claude-code), Codex (@openai/codex), or OpenCode (opencode command, commonly installed from opencode-ai). Ensure each provider is authenticated successfully in your terminal first. 4. Clone & Install:
git clone https://github.com/wardian-app/Wardian.git
cd Wardian
npm install
To run the application in development mode with live reloading:
npm run dev
To generate a production-ready release executable for your platform:
npm run tauri build
---
New users should start with the public first-run guide:
That guide covers download, launch, provider CLI setup, authentication, the first agent spawn, and Queue review.
For local development, clone the repository and run the dev app:
git clone https://github.com/wardian-app/Wardian.git
cd Wardian
npm install
npm run dev
---
Wardian workflows combine a visual builder with a Rust execution engine. Manual triggers, scheduled triggers, file listeners, agent nodes, branch/loop/wait control, shared storage, and run telemetry all flow through the same deterministic runtime model.
---
高质量的AI工作流管理工具
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:沃尔迪安 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | Wardian |
| 原始描述 | 开源AI工作流:Local command center for multi-agent CLI workflows — see every session, swap ski。⭐4 · Rust |
| Topics | AI工作流自动化 |
| GitHub | https://github.com/wardian-app/Wardian |
| License | MIT |
| 语言 | Rust |
收录时间:2026-05-29 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端