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"
Why Ankole · Company Brain · Decision work · Enterprise runtime · Architecture · Current status · Development
Give your company a Brain and every Agent better judgment.
Ankole is the open source Claude Tag alternative for company work. Its enterprise Agent Harness assembles company knowledge, live signals, permissions, tools, and observed results into the context an Agent needs to make a decision and show its evidence.
Company Brain gives durable Agents shared knowledge. The Harness applies enterprise authority and carries work across model calls.
A model can reason only over the context it receives. Ankole selects the relevant facts and capabilities, enforces authority, preserves work through failure, and records results for later decisions.
Ankole runs on infrastructure that the company controls. Identity, context, credentials, artifacts, audit records, and execution stay in that environment.
The Harness gives each model call continuity, authority, durable state, and feedback from results.
bun webapps:build bun feishu-openapi:test
Agent Computer is designed to run as a Linux container runtime. For strong
bubblewrap command isolation, run Docker with `--cap-add SYS_ADMIN`,
`--security-opt seccomp=unconfined`, and
`--security-opt systempaths=unconfined` unless you provide an equivalent custom
seccomp/profile setup. In Kubernetes, put the equivalent
`capabilities.add: ["SYS_ADMIN"]`, `seccompProfile`, and `procMount: Unmasked`
on the Agent Computer container `securityContext`. If strong bubblewrap is
unavailable, the worker may downgrade to weak bubblewrap (container `/proc`
mounted into bwrap) and emits a startup warning. It never exposes model commands
without a sandbox.
Run checks for each affected package:
shell bun run --filter @ankole/control-plane test bun run agent-computer:test bun run --filter @ankole/agent-computer type-check bun run --filter @ankole/webapps type-check bun run --filter @ankole/feishu-openapi test
Once the control plane is running, the worker bootstrap helper renders the Docker command used to start an external Agent Computer worker against the local RuntimeFabric endpoint:
shell cd app/control_plane mix ankole.actor_runtime.worker_bootstrap --endpoint tcp://127.0.0.1:6010 --worker-id worker-a ```
Production bootstrap configuration uses standard infrastructure names such as DATABASE_URL and SECRET_KEY_BASE. Store runtime application configuration in the AppConfigure records in PostgreSQL.
Brain requires PostgreSQL with pg_search preloaded and the pg_search, vector, and pg_trgm extensions available; the BrainV3 migration installs them. tools/devkit/postgres-for-ankole builds a matching image.
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,BullX智能工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | bullx |
| 原始描述 | 开源AI工作流:BullX is an AgentOS for working side by side with self-directed AI Colleagues.。⭐16 · Elixir |
| 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 类型,复制安装指令后粘贴到对应客户端