AI Skill Hub 强烈推荐:BullX智能工作流 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
BullX智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
BullX智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/AgentBull/bullx cd bullx # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 bullx --help # 基本运行 bullx [options] <input> # 详细使用说明请查阅文档 # https://github.com/AgentBull/bullx
# bullx 配置说明 # 查看配置选项 bullx --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export BULLX_CONFIG="/path/to/config.yml"
:warning: BullX is in early development. Some capabilities described here are still planned for later releases.
BullX is an AgentOS for working side by side with self-directed AI Colleagues.
Built on Elixir/OTP, PostgreSQL, and Redis, BullX is designed for durable digital work across enterprises, teams, and one-person companies.
OTP's lightweight processes, supervision trees, and message-passing isolation map naturally onto fleets of long-running, fault-tolerant AI Agents — see Why OTP is a better runtime for multi-agent orchestration for the longer argument.
Chatbots made LLMs conversational. The OpenClaw and Hermes-Agent generation gave agents hands: channels, tools, skills, shell and browser access, memory files, subagents, and scheduled work. Dify, RPA, and RAG workflow builders made it easier to package AI into specific business apps. BullX is designed for the next step: AI Colleagues that do accountable work over time, inside an operating model that can be audited, recovered, governed, and improved.
BullX is built around AI Agents as colleagues, not RAG support bots or digital assistants waiting for instructions. A BullX Agent can carry a long-term mission, track KPI/OKR-style success metrics, hold responsibility, work over long horizons, collaborate with humans or other Agents, and improve from trajectory data.
BullX does not optimize for "one more chat interface." It turns AI Colleagues into a durable work system:
bun install
Prerequisites: Elixir 1.18+, PostgreSQL, Bun
Make sure PostgreSQL is running and DATABASE_URL in .env.dev or .env.local points at it.
```sh
bun dev
Open `http://localhost:4000`. The current app shell redirects `/` to `/setup`.
In development, Phoenix starts Rsbuild as an endpoint watcher. The browser entry point remains `http://localhost:4000`; Rsbuild listens on `http://localhost:5173` for React/Inertia hot reload. If those ports are already in use, set `PORT` and `RSBUILD_PORT` in `.env.local`, for example `PORT=4001` and `RSBUILD_PORT=5174`.
Useful project commands:
sh
The React/Inertia app entry is webui/src/app.jsx, with SPA pages under webui/src/apps/. For deployable assets, Rsbuild writes priv/static/assets/.rsbuild/manifest.json, and Phoenix resolves scripts and styles from that manifest outside development.
Run Bun from the repository root; Rsbuild uses webui/src/ for application source and assets/css/ for the Phoenix CSS entry.
```sh
mix assets.build
mix assets.deploy
`mix assets.deploy` runs compilation, the Rsbuild build, and `phx.digest`. Run it before building a production release.
**Production:**
sh MIX_ENV=prod mix assets.deploy MIX_ENV=prod mix release _build/prod/rel/bullx/bin/bullx start ```
BullX loads dotenv files from the repository root. Later files override earlier ones; variables already present in the OS environment take precedence over dotenv values.
| Environment | Load order |
|---|---|
| Development | .env -> .env.dev -> .env.local |
| Test | .env -> .env.test |
| Production | .env -> .env.prod |
.env.local is gitignored and intended for machine-specific secrets. .env, .env.dev, and .env.test may be committed as shared non-secret team defaults.
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,BullX智能工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | bullx |
| Topics | aiagentelixirworkflow |
| GitHub | https://github.com/AgentBull/bullx |
| License | Apache-2.0 |
| 语言 | Elixir |
收录时间:2026-05-31 · 更新时间:2026-05-31 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端