AI Skill Hub 强烈推荐:WrenAI Agent工作流 是一款优质的AI工具。在 GitHub 上收获超过 15.2k 颗 Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
WrenAI Agent工作流 是一款基于 Rust 开发的开源工具,专注于 工作流、AI代理、SQL生成 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
WrenAI Agent工作流 是一款基于 Rust 开发的开源工具,专注于 工作流、AI代理、SQL生成 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:cargo install(推荐) cargo install wrenai # 方式二:从源码编译 git clone https://github.com/Canner/WrenAI cd WrenAI cargo build --release # 二进制在 ./target/release/wrenai
# 查看帮助 wrenai --help # 基本运行 wrenai [options] <input> # 详细使用说明请查阅文档 # https://github.com/Canner/WrenAI
# wrenai 配置说明 # 查看配置选项 wrenai --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export WRENAI_CONFIG="/path/to/config.yml"
wren-core-wasm, deployable to Vercel / Cloudflare Pagesinstructions.md and queries.yml, plus a local LanceDB memory index (hybrid retrieval) for recallwren-langchain (LangChain / LangGraph), wren-pydantic; reference Python integration for other stacksFull roadmap and design notes: see the introduction.
wren-core-wasm and ship it to your own Vercel or Cloudflare Pages account with one command.instructions.md), and a memory of what worked. Reviewable. Git-friendly. Never locked inside someone else's UI.pip install wrenai # core (DuckDB included)
pip install "wrenai[postgres,memory]" # add per-datasource and memory extras as needed
Tip for users in mainland China: Ifpip installis slow or fails, use the Tsinghua mirror:If HuggingFace model downloads time out, add> pip install wrenai -i https://pypi.tuna.tsinghua.edu.cn/simple >export HF_ENDPOINT=https://hf-mirror.combefore running the CLI.
npx skills add Canner/WrenAI # auto-detects Claude Code, Cursor, Cline, Codex, …
The stub is ~50 lines. It teaches your agent to fetch workflow guides via wren skills get <name> and shaped prompts via wren ask "<question>" --guided|--direct, and everything else lives in the CLI.
"Turn that into an interactive dashboard I can filter and share, and deploy it to Vercel."
The agent runs wren skills get genbi, builds a browser-side GenBI app from your project's context, previews it locally, and ships it to your own Vercel or Cloudflare Pages account, returning a live, shareable URL. See the Build & deploy a GenBI app guide.
Want to try it without your own database? Ask your agent to use the bundled jaffle_shop sample dataset. Same flow, querying a real warehouse end-to-end in a couple of minutes.
WrenAI is agent-driven by design: install the CLI, install a one-file discovery stub for your AI client, then let your AI agent drive the rest. Workflow guides live inside the CLI itself and are served on demand, so content always matches the installed version.
Once onboarding finishes, ask:
"Enrich my Wren project with the business context in raw/."
The agent runs wren skills get enrich-context and follows the guide in grill mode (one question at a time) or auto-pilot mode (agent reads <project>/raw/ and proposes). Both modes write to MDL, instructions, queries, and memory, all reviewable, all Git-friendly.
| A raw LLM agent | A traditional BI tool | A bare semantic layer | **WrenAI** | |
|---|---|---|---|---|
| Writes SQL for you | ✅ (often wrong) | ❌ | ❌ | ✅ governed |
| Knows your business definitions | ❌ | partial, in-tool | ✅ (schema only) | ✅ + non-schema knowledge |
| Generates & deploys dashboards | ❌ | ✅ (manual, in-tool) | ❌ | ✅ agent-driven |
| Works through *your* agents (Claude Code, Cursor, MCP…) | ✅ | ❌ | ❌ | ✅ |
| Open, reviewable, Git-friendly context | ❌ | ❌ | partial | ✅ |
| Governed execution across 22+ sources | ❌ | per-connector | ✅ (definitions only) | ✅ |
"Who are our top 10 customers by sales this quarter?"
Your agent fetches MDL context, recalls similar past queries, writes governed SQL, and executes via wren query.
高星开源项目,Rust编写性能优异。创新的SQL上下文层设计让AI安全访问数据库,治理能力强。适合企业级应用,但学习成本较高。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,WrenAI Agent工作流 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | WrenAI |
| 原始描述 | 开源AI工作流:The open context layer that gives AI agents grounded, governed SQL across 20+ da。⭐15.2k · Rust |
| Topics | 工作流AI代理SQL生成数据治理多数据源上下文工程 |
| GitHub | https://github.com/Canner/WrenAI |
| License | NOASSERTION |
| 语言 | Rust |
收录时间:2026-05-17 · 更新时间:2026-05-19 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。