AI Skill Hub 推荐使用:Broomy 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
Broomy是开源AI工作流工具,帮助开发者轻松与多个AI代理进行交互。
Broomy 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Broomy是开源AI工作流工具,帮助开发者轻松与多个AI代理进行交互。
Broomy 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g broomy # 方式二:npx 直接运行(无需安装) npx broomy --help # 方式三:项目依赖安装 npm install broomy # 方式四:从源码运行 git clone https://github.com/Broomy-AI/broomy cd broomy npm install npm start
# 命令行使用
broomy --help
# 基本用法
broomy [options] <input>
# Node.js 代码中使用
const broomy = require('broomy');
const result = await broomy.run(options);
console.log(result);
# broomy 配置说明 # 查看配置选项 broomy --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export BROOMY_CONFIG="/path/to/config.yml"
A desktop application for managing multiple AI coding agent sessions across different repositories. See all your agent sessions at a glance, monitor their status, and interact with them through embedded terminals.
Built with Electron, React, and xterm.js.
Broomy is a standard Electron app with three process layers:
Main Process (Node.js) Preload (Context Bridge) Renderer (React)
───────────────────── ────────────────────── ─────────────────
PTY management (node-pty) ──► window.pty ──► Terminal component
Git operations (simple-git)──► window.git ──► Explorer, SessionList
Filesystem I/O ──► window.fs ──► FileViewer, Explorer
Config persistence ──► window.config ──► Zustand stores
GitHub CLI (gh) ──► window.gh ──► Explorer (PR/Issues)
Profile management ──► window.profiles ──► ProfileChip
State is managed by six Zustand stores in the renderer: sessions, agents, repos, profiles, errors, and tutorial. The panel system uses a registry pattern for extensibility.
Cmd+1-6 to toggle panels, Cmd+Shift+C to copy terminal contentgit clone <repo-url>
cd broomy
pnpm install
pnpm dev
The app opens automatically in development mode with hot reload. Dev mode uses a separate config file (~/.broomy/profiles/default/config.dev.json) so your test sessions don't interfere with real work. A yellow "DEV" chip appears in the title bar to distinguish dev from production.
pnpm dist # Build and package for macOS
pnpm start # Run the packaged app
Config files are stored at ~/.broomy/:
~/.broomy/
├── profiles.json # Profile definitions + last active profile
├── profiles/
│ ├── default/
│ │ ├── config.json # Sessions, agents, repos (production)
│ │ ├── config.dev.json # Same structure (development)
│ │ └── init-scripts/ # Per-repo init scripts (repo-id.sh)
│ └── <profile-id>/
│ └── ...
"Electron uninstall" error -- Run rm -rf node_modules && pnpm install to clean reinstall.
"posix_spawnp failed" terminal errors -- Run npx @electron/rebuild to rebuild native modules for Electron.
Blank screen on launch -- Check the DevTools console for preload script errors. Ensure the preload script is built as CommonJS (.js, not .mjs).
pnpm is required -- This project enforces pnpm via a preinstall script. Using npm or yarn will fail.
Broomy是一个易于使用的AI工作流工具,提供了一个简单的API来与多个AI代理进行交互,但其功能和性能还需要进一步优化。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,Broomy 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | broomy |
| 原始描述 | 开源AI工作流:Tool for making it easy to work with lots of AI agents。⭐49 · TypeScript |
| Topics | workflowtypescript |
| GitHub | https://github.com/Broomy-AI/broomy |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端