能力标签
Adnify AI工作流编辑器
⚙️
Agent工作流

Adnify AI工作流编辑器

基于 TypeScript · 无代码搭建完整 AI 自动化流程
英文名:Adnify
⭐ 218 Stars 🍴 42 Forks 💻 TypeScript 📄 NOASSERTION 🏷 AI 8.2分
8.2AI 综合评分
AI工作流Agent编辑器可视化编排开源工具TypeScript
✦ AI Skill Hub 推荐

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

📚 深度解析

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

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

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

📋 工具概览

轻量级高定制化的开源AI Agent编辑器,专为开发者设计的AI工作流平台。支持Claude等多种AI模型集成,提供可视化工作流编排,适合需要构建智能自动化流程的开发者和企业用户。

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

GitHub Stars
⭐ 218
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
NOASSERTION
AI 综合评分
8.2 分
工具类型
Agent工作流
Forks
42

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

轻量级高定制化的开源AI Agent编辑器,专为开发者设计的AI工作流平台。支持Claude等多种AI模型集成,提供可视化工作流编排,适合需要构建智能自动化流程的开发者和企业用户。

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

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

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

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

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

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

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

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

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

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

简介

Adnify Logo

Adnify

<p><a href="README_CN.md">中文</a> | <strong>English</strong></p>

<p><strong>Connect AI to Your Code.</strong></p> <p>An AI-native engineering workspace for direct execution and governed multi-agent planning.</p>

<p> <a href="https://github.com/ad-naan/adnify"><img src="https://img.shields.io/github/stars/ad-naan/adnify?logo=github&color=181717" alt="GitHub" /></a> <a href="https://gitee.com/adnaan/adnify"><img src="https://img.shields.io/badge/Gitee-156%20Stars-C71D23?logo=gitee&logoColor=white" alt="Gitee" /></a> <a href="https://atomgit.com/adnaan/adnify"><img src="images/atomgit-badge.svg" alt="AtomGit" /></a> <a href="https://deepwiki.com/ad-naan/Adnify"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki" /></a> <img src="https://img.shields.io/badge/license-Custom%20License-blue.svg" alt="License" /> <img src="https://img.shields.io/badge/Electron-43.6.0-blueviolet" alt="Electron 43.6.0" /> <img src="https://img.shields.io/badge/React-18-blue" alt="React 18" /> <img src="https://img.shields.io/badge/TypeScript-5-blue" alt="TypeScript 5" /> </p> </div>

Adnify brings code editing, AI execution, asset generation, and browser verification into one desktop workspace. Use Agent Mode for direct implementation or Plan Mode for requirement clarification, reviewed task graphs, dependency-aware execution, and result validation. Manage commands and background services across windows, and receive task results through system notifications or your own webhook receiver.

Adnify Main Interface Demo

---

✨ Core Features

🔐 Security & Other Features

Security Features - Workspace isolation, sensitive path protection (.ssh, .aws, .gnupg, etc.) - Permission-aware command execution and shell injection detection - Explicit authorization for files outside the workspace - Protected Webview navigation and narrowly scoped Electron IPC capabilities

Multi-Window & Workspace - Supports multiple windows for different projects simultaneously - Multi-workspace management with quick workspace switching - Automatic workspace state save and restore - Supports monorepo multi-root workspaces

Other Features - Command Palette (Ctrl+Shift+P) for quick access to all features - SQLite-backed thread history with checkpoints, branches, plan history, and crash-safe recovery - Token statistics with real-time consumption display - Complete Chinese and English support with automatic system language detection - Custom shortcuts supporting VSCode-style keybindings - Onboarding wizard for beginner-friendly experience - Tree-sitter parsing for 20+ languages with precise code analysis - Auto-update with silent download of new versions

---

📖 Feature Details

Requirements

ToolVersionNotes
**Node.js****24.19.0+ within 24.x** (^24.19.0)Repository baseline pinned in .nvmrc and .node-version; Node 22 and 25+ are outside the supported engine range.
**pnpm****11.22.0** (exact)Must match packageManager / engines.pnpm. Enable Corepack with corepack enable.
Gitany recent
PythonoptionalNeeded only when native addons must compile from source

The engines and packageManager fields in package.json declare the required versions, while preinstall (scripts/ensure-pnpm.js) rejects other package managers. Use the pinned Node version and pnpm 11.22.0 before installing.

4. Install dependencies

pnpm install

mise install # reads mise.toml

Build & Package

```bash

2. Build installer

pnpm dist

🚀 Quick Start

⚡ Skills System Usage

Skills are instruction packages that give AI specialized capabilities (e.g., optimization for specific frameworks, complex test writing).

1. Browse & Install: - Open Settings → Skills tab. - Search Market: Click "Search Market" to find community-contributed skills on skills.sh. - GitHub Install: Enter a GitHub repo URL containing a SKILL.md file to clone it directly. - Create Manually: Create an exclusive skill for the current project and edit the generated SKILL.md template. - Use Existing Local Skills: Open the project or global Skills directory from settings, place an existing skill folder there, then refresh the Skills list. 2. How it Works: - Enabled skills are automatically injected into the AI's System Prompt. - When a task touches on the skill's domain, the AI will automatically follow the expert instructions in the skill package. 3. Management: - You can enable/disable specific skills in settings at any time, or click the "Folder" icon to edit the skill's source code directly. - Recognized local skills use a dedicated folder per skill with a SKILL.md file plus optional supporting files such as scripts/, templates/, or data/.

---

Development Environment

```bash

Configure AI Model

  1. Click settings icon in bottom-left or press Ctrl+,
  2. Select AI provider in Provider tab and enter API Key
  3. Select model and save

Supports OpenAI, Anthropic, Google, DeepSeek, Ollama, and custom APIs

Core Module Overview

Renderer UI - React components in src/renderer own the editor, Agent surfaces, Plan Workbench, terminal, previews, and user-facing interaction flows.

Agent Runtime - src/renderer/agent provides the shared execution kernel for Agent and Plan task workers, including model routing, context flow, tool policies, approvals, budgets, and recovery.

Plan Runtime - The Plan domain models requirements, task dependencies, execution state, artifacts, validation, and history independently from the UI, while reusing the same proven Agent kernel for each task.

State and Session - Renderer-side stores manage UI state, threads, checkpoints, branches, and session lifecycle. A dedicated session-storage process persists SQLite history, while hot/cold message windows bound the amount of history loaded into the UI.

Frontend Services - Lightweight client services in the renderer coordinate terminal UX, completions, workspace/session helpers, and requests that cross into Electron APIs.

Renderer Workers - Browser workers handle compute-heavy renderer work such as text/diff processing, while Monaco language workers keep editor language features off the UI thread.

Preload Bridge - src/main/preload.ts exposes a typed contextBridge surface so the renderer can access privileged features without direct Node access.

IPC Handlers - src/main/ipc/*.ts is the contract boundary where renderer requests are validated and routed into main-process capabilities.

Shared Contracts - src/shared contains cross-process types, config, utilities, and shared error definitions used by both renderer and main code.

Main Process Services - src/main owns window/app lifecycle, filesystem and shell permissions, command scheduling, LLM and MCP backends, LSP management, notifications, and coordination of isolated services.

Isolated Service Processes - Code indexing, session storage, asset storage, and content processing run in Electron utility processes started on demand. Each workspace has an index service shared by its windows; parsing and SQLite workers run inside that service. See Process Isolation.

🤖 Two Purpose-Built AI Workflows

Adnify intentionally exposes two modes. The former standalone Chat mode has been merged into Agent, so questions, investigation, and implementation share one continuous context instead of forcing users to choose between conversation and action.

  • Agent Mode 🤖 — execute directly
  • Ask questions, inspect a codebase, edit files, run commands, search documentation, and verify results in one thread.
  • Permission-aware tools, checkpoints, diagnostics, loop detection, and recovery keep autonomous work observable and reversible.
  • Progressive context compression and summary/handoff support long-running tasks without losing key decisions.
  • Plan Mode 🧠 — review the work before it runs
  • A four-stage workbench guides Requirement Review → Plan Review → Run Center → Result Review.
  • The planner produces dependency-aware tasks with expected artifacts, priorities, role/model allocation, and sequential or parallel execution paths.
  • Structural checks catch dependency cycles, missing prerequisites, and parallel write conflicts before execution.
  • Each task runs in an isolated worker thread on the shared Agent kernel. You can inspect progress, open task threads, handle approvals, pause/resume execution, request changes, and accept the final result.

Plan Mode

3. Enable Corepack so pnpm matches packageManager

corepack enable

Choose a Workflow

Agent Mode is the default workspace for questions and implementation. Ask about the project, attach context with @, or describe a change; Agent can inspect files, use tools, generate diffs, run verification, and report the result in the same thread. There is no separate Chat mode.

Plan Mode is designed for larger or higher-risk work. Use it when you want to review requirements, dependencies, ownership, models, artifacts, and execution order before any task runs.

Context References: Type @ to select files, or use @codebase, @git, @terminal, @symbols, and @web for special context.

Inline Edit: Select code and press Ctrl+K, then describe the change without leaving the editor.

🙋 Q&A: About the License

Q: Why so many requirements in your license? Looks more complex than MIT?

A: Because I've been hurt before 😭

Seriously, I've seen too many of these operations: - Fork an open-source project, change the name and skin, claim it's "independently developed" - Delete author info and repo address completely, as if the code appeared from nowhere - Sell it for money, take outsourcing projects, don't give the original author a penny, won't even give a star - Even worse, some use it as training materials, students think the teacher wrote it - Companies directly bundle it into their products for sale without mentioning the original author

I'm not against commercialization, really. Want to use it commercially? Come on, send an email, maybe we can even collaborate. But sneakily erasing my name to make money? That's too much, right?

Q: Will I accidentally violate the rules if I use it for personal learning?

A: No! Personal learning, research, graduation projects, side projects—use it freely! As long as you: 1. Don't delete my name and repo address 2. Don't sell it or provide paid services 3. Don't bundle it into other products for sale

That simple, I'm not trying to make things difficult 😊

Q: If I want to use it internally at my company/team, does that count as commercial use?

A: - Small teams (≤5 people) internal use: If it's a startup team or small studio internal tool, not sold externally, generally okay, but recommend sending an email to notify - Company/large team use: Requires written authorization, even for internal tools - External services: Regardless of team size, if providing paid services or selling products externally, commercial authorization is required

If unsure, send me an email, I'm easy to talk to (really). Authorization process is simple, fees are reasonable.

Q: Can I modify the code? Can I distribute it?

A: - Personal modification: Yes, but for personal use only - Distribute modified version: No, unless you get written authorization - Contribute code: Welcome to submit PRs to the official repository, this is encouraged!

Q: Why not just use GPL or MIT?

A: - MIT is too permissive: Allows anyone to use commercially freely, can't protect author's rights - GPL is too strict: Requires derivative works to also be open source, limits reasonable commercial cooperation - Custom license: Protects author's rights while allowing reasonable commercial cooperation, it's a balance

My license core is one thing: You can use it, you can learn from it, but commercial use and team distribution require authorization, don't pretend you wrote it.

Simply put, open source isn't "free for you to abuse," it's "I'm willing to share, but please respect my work."

If you agree with this philosophy, welcome to star ⭐️, that's more important than anything.

🇨🇳 中文文档镜像 AI 翻译 2026-05-23
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

Adnify 是一款下一代代码编辑器,提供出色的视觉体验和连接 AI 到您的代码的功能。

⚡ 功能介绍

Adnify 的核心功能包括安全性和其他特性,例如工作区隔离、敏感路径保护、命令白名单、Git 子命令白名单、自定义安全策略和审计日志。它还支持多窗口和工作区管理,快速切换工作区。

📋 环境依赖

Adnify 需要 Node.js >= 18、Git 和 Python(可选,用于编译某些 npm 包)

🛠 安装步骤(Docker/pip/源码)

安装依赖项:npm install,构建安装程序:npm run dist

🚀 使用教程

使用 Adnify 的快速入门指南,包括技能系统的使用,技能是指令包,提供 AI 专门化能力(例如针对特定框架的优化、复杂测试编写)

⚙️ 配置说明(含 MCP / env)

配置 AI 模型,包括选择 AI 提供商、输入 API 密钥、选择模型并保存,支持 OpenAI、Anthropic、Google、DeepSeek、Ollama 和自定义 API

🔄 工作流/模块

核心模块概述,包括渲染 UI 和代理运行时,渲染 UI 负责面板、编辑器表面、聊天、计划视图和用户交互流程,代理运行时负责调度、规划、上下文流、工具调用和应用级别

❓ FAQ 摘要

关于许可证的常见问题,包括为什么许可证看起来比 MIT 复杂?

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

Adnify是专业级AI工作流编辑器,轻量高效的架构设计、强大的定制能力和活跃的社区使其成为构建AI应用的理想选择。TypeScript实现保证了跨平台兼容性。

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 跨境业务、多语言内容运营团队
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
Adnify 中文教程Adnify 安装报错怎么办Adnify MCP 配置Adnify Agent 工作流Adnify 与同类工具对比Adnify 最佳实践Adnify 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 跨境业务、多语言内容运营团队
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型

👥 适合人群

自动化工程师和运维人员项目经理和业务分析师希望减少重复性工作的专业人士数字化转型团队

🎯 使用场景

  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同

⚖️ 优点与不足

✅ 优点
  • +大幅减少重复性人工操作
  • +可视化流程,清晰直观
  • +可扩展性强,支持复杂场景
⚠️ 不足
  • 初始配置和调试需投入一定时间
  • 强依赖外部服务的稳定性
  • 复杂场景需具备一定技术基础
⚠️ 使用须知

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

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

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

📄 License 说明

📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。

🔗 相关工具推荐

📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

Because I've been hurt before 😭
💡 AI Skill Hub 点评

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

⬇️ 获取与下载
📚 深入学习 Adnify AI工作流编辑器
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 Adnify
原始描述 开源AI工作流:Adnify—A lightweight, highly customizable AI Agent Editor.It delivers a superior。⭐218 · TypeScript
Topics AI工作流Agent编辑器可视化编排开源工具TypeScript
GitHub https://github.com/ad-naan/Adnify
License NOASSERTION
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/ad-naan/Adnify 🌐 官方网站  https://www.adnaan.one

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

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →