AI Skill Hub 推荐使用:休斯顿 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
休斯顿 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
休斯顿 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install houston # 方式二:从源码编译 git clone https://github.com/gethouston/houston cd houston cargo build --release # 二进制在 ./target/release/houston
# 查看帮助 houston --help # 基本运行 houston [options] <input> # 详细使用说明请查阅文档 # https://github.com/gethouston/houston
# houston 配置说明 # 查看配置选项 houston --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export HOUSTON_CONFIG="/path/to/config.yml"
<p align="center"> <a href="https://gethouston.ai"> <strong>Houston</strong> </a> </p>
<p align="center"> <strong>The open source platform for AI-native products.</strong><br> One desktop app. Pre-built AI agents that work from day one.<br> Real tools. 1000+ integrations. Free forever. </p>
<p align="center"> <a href="https://gethouston.ai">gethouston.ai</a> · <a href="https://gethouston.ai/vision/">Vision</a> · <a href="https://gethouston.ai/learn/">Learn</a> · <a href="https://gethouston.ai/startups/">For Startups</a> · <a href="https://forms.gle/ac24qrKSufYvfudt8">Join the waiting list</a> </p>
<p align="center"> <a href="https://github.com/gethouston/houston/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-0d0d0d" alt="MIT License"></a> <a href="https://github.com/gethouston/houston/stargazers"><img src="https://img.shields.io/github/stars/gethouston/houston?color=0d0d0d" alt="Stars"></a> </p>
---
Create two files:
houston.json
{
"id": "bookkeeper",
"name": "Bookkeeper",
"description": "Categorize expenses and reconcile accounts.",
"icon": "Calculator",
"category": "business"
}
CLAUDE.md ```markdown
The engine is frontend-agnostic. You don't have to ship inside the Houston App — any web or native runtime can drive it over HTTP + WebSocket using @houston-ai/engine-client.
Working example: SmartBooks — a bookkeeping product with its own brand, its own UX, and zero @houston-ai/* UI deps. ~400 lines of TSX, one npm package, renders a live transactions table + a multi-sheet Excel workpaper. Soft workflow: the user asks for a new column, Claude edits the Python script, every future upload picks up the change. Clone it, rename things, ship your own AI-native product.
cd examples/smartbooks
pnpm install
pnpm dev
Full walkthrough + architecture diagram + custom-frontend gotchas in examples/smartbooks/README.md.
---
高质量的AI工作流平台
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,休斯顿 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | houston |
| 原始描述 | 开源AI工作流:Open source platform for AI-native products. Pre-built AI agents with real tools。⭐55 · Rust |
| Topics | AIRust工作流 |
| GitHub | https://github.com/gethouston/houston |
| License | MIT |
| 语言 | Rust |
收录时间:2026-05-27 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端