经 AI Skill Hub 精选评估,多智能体工作流 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
多智能体工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
多智能体工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g maw-js # 方式二:npx 直接运行(无需安装) npx maw-js --help # 方式三:项目依赖安装 npm install maw-js # 方式四:从源码运行 git clone https://github.com/Soul-Brews-Studio/maw-js cd maw-js npm install npm start
# 命令行使用
maw-js --help
# 基本用法
maw-js [options] <input>
# Node.js 代码中使用
const maw_js = require('maw-js');
const result = await maw_js.run(options);
console.log(result);
# maw-js 配置说明 # 查看配置选项 maw-js --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export MAW_JS_CONFIG="/path/to/config.yml"
Multi-Agent Workflow — wake agents, talk across machines, see the mesh.
maw is a CLI for running multiple AI agents across machines. You wake an agent in a tmux window, send it tasks, watch its screen, and see what it cost — all from one terminal. One node or twenty; same commands. Built on Bun and engine-agnostic — drives Claude Code, Codex, Aider, and OpenCode alike.
maw ui install # latest release
maw ui install --version v1.15.0 # specific version
maw ui status # verify installation
Downloads dist.tar.gz from the maw-ui GitHub Release and extracts to the active maw data dir (~/.maw/ui/dist/ by default today, or $XDG_DATA_HOME/maw/ui/dist/ when MAW_XDG=1). Restart the maw server to serve the new UI.
```bash
maw installs API-only. The React frontend ships separately from Soul-Brews-Studio/maw-ui.
```bash
ghq get -u github.com/Soul-Brews-Studio/maw-ui
cd "$(ghq root)/github.com/Soul-Brews-Studio/maw-ui"
bun install && bun run build
ln -sf "$(pwd)/dist" "${XDG_DATA_HOME:-$HOME/.local/share}/maw/ui/dist"
maw serve # start API + UI on :3456
maw ui install # download the federation lens
maw ui # → http://localhost:3456/federation_2d.html
maw ls --recent 5 # find recent sessions
maw wake neo --split # wake side-by-side with an oracle
maw bring neo --to work:review --pick # bring to an explicit session:window when fuzzy
maw hey neo "what are you working on?" # bare-name addressing works
{ "node": "oracle-world", "federationToken": "shared-secret-min-16-chars", "namedPeers": [{ "name": "white", "url": "http://10.20.0.7:3456" }] } ```
| Endpoint | Purpose |
|---|---|
GET /api/config | Node identity + agents map |
GET /api/fleet-config | Fleet entries with sync_peers + lineage |
GET /api/feed?limit=200 | Live event log |
GET /api/federation/status | Peer connectivity |
POST /api/peer/exec | Signed command relay between nodes |
POST /api/proxy/* | HTTP relay for mixed-content peers |
Full reference: docs/federation.md
maw is now a plugin OS as much as a CLI. Core commands stay small, while registry plugins add focused tools that can be enabled, served, or removed without changing the engine.
maw plugin ls # installed + tiered plugins
maw plugin install <name> # install from maw-plugin-registry or peers
maw plugin enable <name> # opt into disabled-but-installed tools
maw <plugin> serve # run a plugin-owned browser/process UI
The plugin manifest supports CLI commands, capabilities, APIs, lifecycle hooks, and engine-backed serve processes. Registry plugins such as fleet-ui, messages, and fck can extend the operator surface without promoting every experiment into core.
高质量的开源AI工作流项目
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
AI Skill Hub 点评:多智能体工作流 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | maw-js |
| 原始描述 | 开源AI工作流:maw — CLI for running multiple AI agents across machines via tmux. Wake agents, 。⭐30 · TypeScript |
| Topics | AI工作流多智能体tmux |
| GitHub | https://github.com/Soul-Brews-Studio/maw-js |
| License | NOASSERTION |
| 语言 | TypeScript |
收录时间:2026-06-07 · 更新时间:2026-06-08 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端