AI Skill Hub 推荐使用:AI管家 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
AI管家 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI管家 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g butler # 方式二:npx 直接运行(无需安装) npx butler --help # 方式三:项目依赖安装 npm install butler # 方式四:从源码运行 git clone https://github.com/Hexpy-Games/butler cd butler npm install npm start
# 命令行使用
butler --help
# 基本用法
butler [options] <input>
# Node.js 代码中使用
const butler = require('butler');
const result = await butler.run(options);
console.log(result);
# butler 配置说明 # 查看配置选项 butler --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export BUTLER_CONFIG="/path/to/config.yml"
<p align="center"> <img src="assets/butler_banner.png" alt="Butler" width="100%" /> </p>
Download butler-service-<version>-all.tar.gz from the GitHub Releases page for the tag you want to install. Release artifacts already include the built Butler App web client that the local app gateway serves.
cd ~
wget https://github.com/Hexpy-Games/butler/releases/download/v0.0.7/butler-service-0.0.7-all.tar.gz
mkdir -p ~/butler
tar -xzf ~/butler-service-*-all.tar.gz -C ~/butler
cd ~/butler
./install.sh
butler install --home ~/butler --data ~/.butler
Default paths:
BUTLER_HOME=~/butlerBUTLER_DATA=~/.butlerOverride them when needed:
./install.sh --home ~/Apps/butler --data ~/.butler
butler install --home ~/butler --data ~/.butler
For scripted installs:
./install.sh --non-interactive --no-register-service
./install.sh --non-interactive --register-service
To test the interactive installer in a disposable Docker container:
bun run install:docker
The Docker installer builds or consumes a service release artifact, runs the interactive install.sh, then keeps the container shell open. Service artifacts include the built app web client served by the app gateway. The container app gateway stays on 18765, but the host publish port is selected from the first free port starting at 18766 so it does not collide with a host Butler already using 18765. The script prints the host web and health URLs. Set BUTLER_INSTALL_DOCKER_HOST_PORT=18770 to force a specific host port.
To manually follow the README install commands inside a dependency-only Docker image:
bun run install:docker:readme
docker exec -it butler-readme-install bash -l
The README sandbox downloads the release artifact into the container's ~/Downloads, prepares only system dependencies in the Docker image, pre-wires the app gateway to bind 0.0.0.0:18765, and publishes it to the first free host port starting at 18766. Run the Quick Start commands inside the shell, then open the printed host URL from your browser.
After install:
butler commands
butler status
butler ps
butler logs --service butler-main --lines 100
butler doctor --check delivery --verbose
butler context prune --json
butler start
butler stop
butler restart
For the complete user-facing command list, see REF-CLI-REFERENCE - Butler CLI Reference.
| Component | Purpose |
|---|---|
packages/butler-agent | The headless Butler runtime, agent loop, tools, memory, workers, app gateway, and service scripts. |
packages/butler-app | The local desktop app and app-facing client code. |
packages/project-ledger | A portable project ledger used for structured project records and planning. |
tools | Validation, Docker install checks, and release verification. |
tests | Unit, smoke, and product-boundary tests. |
简化任务管理,提高效率
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,AI管家 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | butler |
| 原始描述 | 开源AI工作流:Your AI agent butler。⭐6 · TypeScript |
| Topics | AI工作流TypeScript |
| GitHub | https://github.com/Hexpy-Games/butler |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-05 · 更新时间:2026-06-05 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端