⚙️
Agent工作流

Aiden AI工作流引擎

基于 TypeScript · 无代码搭建完整 AI 自动化流程
英文名:aiden
⭐ 397 Stars 🍴 71 Forks 💻 TypeScript 📄 AGPL-3.0 🏷 AI 8.2分
8.2AI 综合评分
工作流AI代理本地执行自动化开源
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,Aiden AI工作流引擎 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。

📚 深度解析
Aiden AI工作流引擎 是一套完整的 AI Agent 自动化工作流方案。随着 AI 能力的不断提升,基于 Agent 的自动化工作流正在成为提升个人和团队效率的核心方式。区别于传统的 RPA 自动化(模拟鼠标键盘操作),AI Agent 工作流通过理解任务意图、动态规划执行路径,能够处理更复杂的非结构化任务。

Aiden AI工作流引擎 工作流的设计遵循"最小配置,最大复用"原则:核心逻辑已经封装好,用户只需配置自己的 API Key 和业务参数即可快速上手。工作流内置错误处理和重试机制,在网络波动或 API 限速等情况下仍能稳定运行,适合作为生产环境的自动化基础设施。

在实际部署时,建议先在测试环境中运行 3-5 次,验证各个环节的输出结果符合预期,再部署到生产环境。AI Skill Hub 评分 8.2 分,是同类 Agent 工作流中的精选推荐。
📋 工具概览

本地优先的开源AI执行运行时,支持Windows和Linux。提供安全的自动化工作流和AI代理能力,集成多种AI技能工具。适合需要构建本地化AI自动化系统、隐私敏感的企业和开发者使用。

Aiden AI工作流引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

GitHub Stars
⭐ 397
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
AGPL-3.0
AI 综合评分
8.2 分
工具类型
Agent工作流
Forks
71
📖 中文文档
以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

本地优先的开源AI执行运行时,支持Windows和Linux。提供安全的自动化工作流和AI代理能力,集成多种AI技能工具。适合需要构建本地化AI自动化系统、隐私敏感的企业和开发者使用。

Aiden AI工作流引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

📌 核心特色
  • 可视化 Agent 工作流编排,无需编写复杂代码
  • 支持多步骤自动化任务链,实现全流程无人值守
  • 与外部 API、数据库和第三方服务无缝集成
  • 内置错误处理与自动重试机制,保障稳定运行
  • 提供可复用的自动化模板,快速在同类场景部署
🎯 主要使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g aiden

# 方式二:npx 直接运行(无需安装)
npx aiden --help

# 方式三:项目依赖安装
npm install aiden

# 方式四:从源码运行
git clone https://github.com/taracodlabs/aiden
cd aiden
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库获取工作流文件
  2. 在对应平台(Dify / Flowise / Make 等)中找到「导入工作流」功能
  3. 上传工作流文件
  4. 按照提示配置必要的环境变量和 API Key
  5. 运行测试确认流程正常后投入使用
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
aiden --help

# 基本用法
aiden [options] <input>

# Node.js 代码中使用
const aiden = require('aiden');

const result = await aiden.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# aiden 配置说明
# 查看配置选项
aiden --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export AIDEN_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 64/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

<img width="1672" height="941" alt="AIDEN BOOTUP LOGO" src="https://github.com/user-attachments/assets/c0809009-73e2-4d58-9292-12fbd0324952" />

█████╗  ██╗██████╗ ███████╗███╗   ██╗
██╔══██╗██║██╔══██╗██╔════╝████╗  ██║
███████║██║██║  ██║█████╗  ██╔██╗ ██║
██╔══██║██║██║  ██║██╔══╝  ██║╚██╗██║
██║  ██║██║██████╔╝███████╗██║ ╚████║
╚═╝  ╚═╝╚═╝╚═════╝ ╚══════╝╚═╝  ╚═══╝

Autonomous AI Engine — local-first, Windows-native, yours to own

74 skills · 60 tools · 19 providers · 9 channels · AGPL-3.0

Windows · Linux · WSL · macOS (API Mode)
<div align="center">

What's new in v4.8

Aiden's UI got an identity, and pasting actually works now.

What's new in v4.6

Aiden now spawns workers and learns from itself.

  • Sub-agents. spawn_sub_agent runs a focused child with an isolated context + intersected toolset; subagent_fanout runs N children in parallel (ensemble or partition) with merge strategies (all / vote / pick-best / combine) and provider rotation across configured fallback slots.
  • Operator kill-switch. /spawn-pause on|off|status blocks new sub-agent spawning while in-flight children continue. Marker file at ~/.aiden/spawn.paused so the state survives restart and is shared across REPL, daemon, and MCP runtimes. Optional reason field captured in the typed SUBAGENT_SPAWN_PAUSED error envelope.
  • Self-improvement loop foundation. TCE classifications + recoveries persist to two new SQLite tables (failure_signatures, recovery_reports); /recovery list|show|clear surfaces recurring failure patterns across sessions.
  • REPL parent-run lineage. Each REPL turn writes its own runs row; sub-agent children link back via spawned_from_run_id. aiden runs list hides children by default and shows a (N children, M OK) badge per parent; --include-children flips to flat view.
  • PlannerGuard opt-in. The keyword-based per-turn tool narrower is OFF by default in v4.6 (modern models pick well from the full catalog). Enable via /planner-guard on or AIDEN_PLANNER_GUARD=1 for smaller local models.
  • v4.6.1 onboarding redesign. Fresh disclaimer screen, loading sequence, rich provider picker with live /models fetch, 3-step connection probe, success screen, and /walkthrough guided tour. Phase 2 also fixed an MCP-mode subagent_fanout regression that had silently broken in the v4.5 refactor.

<br>

What's new in v4.5

Aiden now wakes up by itself.

  • Persistent daemon mode (opt-in). AIDEN_DAEMON=1 boots a background service with a SQLite-backed trigger bus. File watchers, webhook endpoints, IMAP polling, and cron schedules all feed the same durable queue.
  • Autonomous trigger dispatch. When a trigger fires, a real AidenAgent turn runs end-to-end — same tools, same sandbox, same recovery pipeline as your interactive REPL. Surface the chain with aiden runs show <id>.
  • Execution sandbox with risk tiers. Filesystem allowlist + Docker session backend + dry-run preflight. Default on; flip live with /sandbox on|off.
  • State-aware browser depth. URL + DOM + iframe-tree capture before/after every browser tool call. Stale-ref auto-retry. Surfaces login / 2FA / captcha / consent blockers as structured cards.
  • Continuous error recovery (TCE). 16 failure categories classified per tool call. Smart retry with cooldown. Dead-letter for permanent failures. Recovery report enriches the REPL's capability card.
  • Live-flip slash commands. /sandbox, /tce, /browser-depth, /daemon status, /suggestions, /update — toggle every subsystem without restart. Choices persist to config.yaml.
  • Update notification + /update CLI. Boot prompt when a newer version is on npm. Skip-this-version persistence. Install-method detection (npm-global / npx / standalone).

Full v4.5 internals: docs/v4.5/ (overview, triggers, architecture, daemon on Linux/macOS/Windows, troubleshooting).

<br>

Core capabilities

CategoryWhat Aiden does
**Inference & providers**19 providers: Anthropic, OpenAI, Groq, Gemini, OpenRouter, Together, NVIDIA NIM, DeepSeek, Mistral, Z.ai, Kimi, MiniMax, Hugging Face, Ollama (fully offline), Nous Portal, custom OpenAI-compatible endpoints. OAuth subscription routing for Claude Pro and ChatGPT Plus.
**60 built-in tools**Web search & fetch, deep research, YouTube search, Playwright browser automation (10 tools), file ops, process control, shell exec, code execution, system info, screenshot, clipboard, app launch, media keys, MCP bridge, memory ops, session list/search/summary/recall, skill view/list/manage, aiden_self_update.
**74 bundled skills**Composable workflows each with a SKILL.md prompt, optional helper scripts, and tool requirements. GitHub PR/issue workflows, NSE / Upstox / Zerodha trading, Censys / Shodan / VirusTotal lookups, Windows Defender / Task Scheduler, Docker management, YouTube content tools, and more.
**Self-promoting memory**USER.md + SOUL.md identity, plus MEMORY.md split between durable facts (compression-protected) and recent-session distillations. Each session ends with a structured summary that graduates durable facts into the protected section. Semantic recall over past sessions via recall_session.
**Voice**Edge TTS / Windows SAPI text-to-speech, speech-to-text helpers.
**Channel adapters**Discord, Slack, Telegram, WhatsApp, Email (IMAP+SMTP), Webhook, Twilio SMS, iMessage (macOS), Signal — any channel triggers the same agent loop.
**Computer use**Screenshot capture, screen-state vision loop, browser automation. Mouse/keyboard automation partial.
**v4.5 daemon mode (opt-in)**File watcher / webhook / email IMAP / scheduled triggers route through a durable trigger bus consumed by the Phase 5a dispatcher. Triggers fire → real agent runs → tool calls execute → run_events captures the chain. **Off by default.**
**Plugins**Three bundled plugins: Chrome DevTools Protocol bridge, Claude Pro OAuth, ChatGPT Plus OAuth. Permission-state machine (pending-grant / loaded / suspended).
**MCP**Model Context Protocol bridge — stdio + HTTP transports, schema discovery, tool dispatch.
**Security moat**Tiered approval engine (safe / caution / dangerous), dangerous-command pattern classifier, honesty enforcement (post-loop scan rewrites false claims), memory guard, planner-guard tool narrowing, SSRF-safe URL fetcher, secret/PII pre-write scanner, skill-teacher (auto-create skills from successful flows).

<br>

Install + first run

Try without installing

npx aiden-runtime

Uninstall

npm uninstall -g aiden-runtime

To also wipe your local Aiden home (config, sessions, memory, skills):

```bash

Setup wizard

The first time you run aiden, you'll see:

  1. Disclaimer screen — honest about what Aiden can touch (files, browser, shell)
  2. Loading sequence — system check, skills load, tools register, memory init
  3. Provider picker — pick from 19 providers, no defaults — explicit choice
  4. Live model fetch — Aiden hits the provider's /models API for the current catalog
  5. 3-step probe — key works → model accessible → tool calls supported
  6. Success screen — three example prompts to get started
  7. REPL handoff — first-run hint banner: Tip: try /walkthrough

To re-run the wizard later:

aiden setup

To diagnose without re-running:

aiden doctor

<br>

Configuration

Aiden reads ~/.aiden/config.yaml (Linux/macOS) or %LOCALAPPDATA%\aiden\config.yaml (Windows). The setup wizard writes a starter config on first boot; subsequent edits are diff-merged.

Common env vars

VariableDefaultEffect
AIDEN_DAEMON0Set to 1 to boot the daemon foundation alongside the REPL
AIDEN_DAEMON_PORT4200Daemon HTTP listener port
AIDEN_DAEMON_BIND127.0.0.1Loopback-only by default; non-loopback requires AIDEN_API_KEY
AIDEN_DAEMON_DAILY_BUDGETunsetHard daily token cap across daemon turns; resets midnight UTC
AIDEN_DAEMON_MODELunsetOverride model for daemon turns (<provider>/<model>)
AIDEN_SANDBOX10 to disable filesystem allowlist + Docker session backend
AIDEN_TCE10 to disable continuous error recovery
AIDEN_BROWSER_DEPTH10 to disable state-aware browser observation
AIDEN_API_KEYunsetRequired for non-loopback daemon bind
AIDEN_NO_UPDATE_CHECK0Set to 1 to silence the boot-time update probe
AIDEN_PLANNER_GUARD0Set to 1 to enable keyword-based tool narrowing (helps smaller local models)

Most flags are also flippable live via slash commands.

<br>

Configuration

/model · /personality · /skin · /streaming · /reasoning · /verbose · /debug-prompt · /identity

CLI commands

CommandWhat it does
aidenStart the REPL (runs setup wizard on first launch)
aiden setupRe-run the onboarding wizard
aiden doctorDiagnose providers, auth, config, and environment
aiden --versionPrint the installed version
aiden --helpShow the full CLI manual
aiden updateCheck for and install updates
aiden daemon startRun the daemon in foreground
aiden daemon installInstall daemon as system service (systemd / launchd / Task Scheduler)
aiden daemon statusShow daemon health, recent triggers, run history
aiden trigger add file --path <p>Add a file-watcher trigger
aiden trigger add webhook --label <n>Add an HTTP webhook trigger
aiden trigger add cron --schedule "<expr>"Add a scheduled trigger
aiden trigger listList all configured triggers
aiden runs listList recent agent runs (interactive + daemon)
aiden runs show <id>Inspect a specific run's tool chain
aiden runs statsAggregate stats across runs

<br>

Troubleshooting

Common issues live in docs/v4.5/troubleshooting.md. Quick reference:

  • "daemon already running" — stale ~/.aiden/daemon/runtime.lock; remove it
  • Webhook 401 despite valid HMAC — check format (github / gitlab / generic)
  • IMAP auth failure — Gmail / Outlook require app passwords, not account passwords
  • High RSS / slow drain — run the 72-hour soak (tests/v4/daemon/soak/README.md)
  • Boot stuck on wizard — non-TTY stdin (CI / piped); set provider env var or use --no-ui
  • /help doesn't list a command — that command likely needs an active session field; run from a real REPL
  • npm install permission errors on Windows — install into a real folder (not a drive root like S:\)

<br>

🎯 aiskill88 AI 点评 A 级 2026-05-22

项目架构清晰,本地优先理念符合隐私趋势。工作流和AI代理集成度高,社区活跃度良好,是企业级自动化的有力选择。

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 做语音类 AI 产品的开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
部署方案
  • Docker:aiden 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
aiden 中文教程aiden 安装报错怎么办aiden MCP 配置aiden Docker 部署aiden Agent 工作流aiden 与同类工具对比aiden 最佳实践aiden 适合谁用
⚡ 核心功能
👥 适合人群
自动化工程师和运维人员项目经理和业务分析师希望减少重复性工作的专业人士数字化转型团队
🎯 使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
⚖️ 优点与不足
✅ 优点
  • +大幅减少重复性人工操作
  • +可视化流程,清晰直观
  • +可扩展性强,支持复杂场景
⚠️ 不足
  • 初始配置和调试需投入一定时间
  • 强依赖外部服务的稳定性
  • 复杂场景需具备一定技术基础
⚠️ 使用须知

该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。

🔗 相关工具推荐
📚 相关教程推荐
❓ 常见问题 FAQ
aiden 是一款TypeScript开发的AI辅助工具。开源AI工作流:Local-first AI execution runtime for windows & linux — secure automation · AGPL-。⭐397 · TypeScript 主要应用场景包括:企业流程自动化、AI代理开发、本地隐私计算。
💡 AI Skill Hub 点评

AI Skill Hub 点评:Aiden AI工作流引擎 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

⬇️ 获取与下载
⬇ 下载源码(GPL)
⚠️ 本工具使用 AGPL-3.0 协议。您可以自由下载和使用,但衍生作品必须以相同协议开源,不可商业闭源。使用前请确认符合协议要求。
📚 深入学习 Aiden AI工作流引擎
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 aiden
原始描述 开源AI工作流:Local-first AI execution runtime for windows & linux — secure automation · AGPL-。⭐397 · TypeScript
Topics 工作流AI代理本地执行自动化开源
GitHub https://github.com/taracodlabs/aiden
License AGPL-3.0
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/taracodlabs/aiden 🌐 官方网站  https://aiden.taracod.com

收录时间:2026-05-21 · 更新时间:2026-05-22 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。