AAStation开源AI工作流 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
AAStation是开源的AI工作流,提供AI代理中继站功能,帮助开发者构建高效的AI工作流。
AAStation开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AAStation是开源的AI工作流,提供AI代理中继站功能,帮助开发者构建高效的AI工作流。
AAStation开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install aastation # 方式二:从源码编译 git clone https://github.com/QinMoXX/AAStation cd AAStation cargo build --release # 二进制在 ./target/release/aastation
# 查看帮助 aastation --help # 基本运行 aastation [options] <input> # 详细使用说明请查阅文档 # https://github.com/QinMoXX/AAStation
# aastation 配置说明 # 查看配置选项 aastation --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AASTATION_CONFIG="/path/to/config.yml"
<p align="center"> <img src="src-tauri/icons/logo.png" alt="AAStation Logo" width="128" height="128" /> </p>
<p align="center"> <strong>本地 AI API 代理工具</strong> </p>
<p align="center"> 画个图,把 AI 请求转发到你想用的供应商 </p>
<br>
<p align="center"> <a href="https://github.com/QinMoXX/AAStation/releases"> <img src="https://img.shields.io/badge/version-0.9.3-blue" alt="Version" /> </a> <img src="https://img.shields.io/badge/platform-Windows-green" alt="Platform" /> <img src="https://img.shields.io/badge/license-MIT-yellow" alt="License" /> </p>
<p align="center"> <a href="#安装使用">安装使用</a> · <a href="#english">English</a> </p>
---
简体中文
<br>
<br>
<br>
从 Releases 下载安装包,安装后打开。
<br>
Download the installer from Releases.
<br>
Prerequisites: Node.js v18+, Rust, Visual Studio Build Tools (Windows, "Desktop development" workload)
git clone https://github.com/QinMoXX/AAStation.git
cd AAStation
npm install
npm run tauri dev # Dev mode
npm run tauri build # Build installer
<br>
一个综合了以上所有元素的完整链路:

---
<a name="english"></a>
<br>
The simplest setup: route your AI client through AAStation to a single provider.
1. Add nodes
Click the + button in the toolbar to add a provider (e.g. DeepSeek) and an application node. Fill in your API Key.

2. Connect
Drag a line from the application node's right handle to the provider node's left handle.
3. Configure the client
Go to Settings → Apps, select the client type and application node, then click "Write Config".
Your existing config is automatically backed up before writing.

4. Start the proxy
Click "Start Proxy" on the main interface. The status bar will show the proxy is running.

Done! Your AI client now uses the provider through AAStation.
<br>
Route different models to different providers using a Switcher node.
Pipeline: App → Switcher → Multiple Providers
1. Add a Switcher node between the app and multiple providers 2. Configure routing rules in the side panel, e.g.: - Model claude-sonnet → DeepSeek - Model claude-opus → Zhipu AI - Others → default provider

Match by model name, path prefix, or HTTP header.
<br>
Have multiple provider accounts? Use a Poller node for automatic selection and failover.
Pipeline: App → Poller → Multiple Providers
1. Add a Poller node between the app and multiple providers 2. Choose a strategy in the side panel: - Weight — Distribute requests by ratio - Health First — Prefer the fastest-responding provider - Remaining Quota — Prefer providers with the most tokens left 3. (Optional) Set daily/monthly token budgets on provider nodes

When a provider fails or runs out of quota, requests automatically fall over to the next one.
<br>
Dashboard
Switch to the Monitor tab to see request count, token usage, latency, and success rate in real time.

Floating Message Window
Enable "Floating Message Window" in Settings → General — a translucent overlay shows live request/response content with typewriter animation.

<br>
A complete pipeline combining all the elements above:

添加Claude Code、OpenCod、Codex CLI 应用节点后,设置界面点击"写入配置" 一键配置。
Codex CLI 注意:AAStation 不支持修改旧版 Codex 配置;新版 Codex 改用 Responses API,兼容性有限。建议优先使用 Claude Code 或 OpenCode。(详见 Codex 官方说明)。
<br>
想让不同模型走不同供应商?在中间加一个路由器节点。
链路结构: 应用 → 路由器 → 多个供应商
1. 在应用和供应商之间加入「路由器」节点,连接多个供应商 2. 点击路由器节点,在右侧面板添加路由规则,例如: - 模型名 claude-sonnet → 走 DeepSeek - 模型名 claude-opus → 走智谱 AI - 其他模型 → 走默认供应商

支持按模型名、路径前缀、请求头三种条件匹配。
<br>
AAStation是一个有潜力的开源AI工作流,提供了AI代理中继站功能,帮助开发者构建高效的AI工作流。然而,项目的文档和示例仍需要进一步完善。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,AAStation开源AI工作流 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | AAStation |
| Topics | workflowrust |
| GitHub | https://github.com/QinMoXX/AAStation |
| License | MIT |
| 语言 | Rust |
收录时间:2026-05-23 · 更新时间:2026-05-23 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端