⚙️
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 深度解析 真实文档 完整度 83/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>A next-generation code editor with stunning visual experience and deeply integrated AI Agent.</p>

<p> <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-39.0-blueviolet" alt="Electron 39.0" /> <img src="https://img.shields.io/badge/React-18-blue" alt="React 18" /> <img src="https://img.shields.io/badge/TypeScript-5.0-blue" alt="TypeScript 5.0" /> </p> </div>

Adnify is more than just an editor—it's your intelligent programming companion. It replicates and surpasses traditional IDE experiences, blending Cyberpunk glassmorphism design with a powerful built-in AI Agent that supports full-process automation from code generation to file operations.

Adnify Main Interface Demo

---

✨ Core Features

🔐 Security & Other Features

Security Features - Workspace isolation, sensitive path protection (.ssh, .aws, .gnupg, etc.) - Command whitelist, Shell injection detection - Git subcommand whitelist, permission confirmation - Customizable security policies, audit logging

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 - Session management with persistent conversation history - 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

  • Node.js >= 18
  • Git
  • Python (optional, for compiling certain npm packages)

2. Install dependencies

npm install

Build & Package

```bash

2. Build installer

npm run 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 panels, editor surfaces, chat, plan views, and user-facing interaction flows.

Agent Runtime - src/renderer/agent is now a first-class runtime subsystem covering orchestration, planning, context flow, tool invocation, and application-level coordination.

State and Session - Renderer-side stores and modes manage UI state, conversation state, checkpoints, branches, and session lifecycle.

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 privileged capabilities: window/app lifecycle, filesystem and shell boundaries, LLM backends, MCP backends, LSP management, indexing, and auxiliary desktop services.

Indexing Worker - src/main/indexing/indexer.worker.ts moves indexing work onto a Node worker thread so parsing, embedding, and vector-store updates do not block the Electron main thread.

🤖 Deep AI Agent Integration

  • Three Core Working Modes:
  • Chat Mode 💬: Pure conversation mode for quick Q&A and code discussions, direct responses without active tool calls
  • Agent Mode 🤖: Intelligent agent mode with single-thread task focus, full file system read/write and terminal execution permissions, ideal for clear development tasks
  • Plan Mode 🧠: [NEW] Task orchestration mode supporting multi-turn interactive requirement gathering, automatically creates deep step-by-step execution plans, decomposes complex tasks into multiple sub-tasks with parallel/serial execution, supports task dependency management and progress tracking
  • 24+ Built-in Native Core Tools: Building a universal foundation allowing AI to fully take over projects
  • 📂 File System Management: read_file (supports single/batch file reading), list_directory (supports recursive traversal)
  • ✍️ Smart Code Editing: edit_file (9-strategy intelligent matching), write_file, create_directory, delete_file_or_folder
  • 🔎 Full-scale Search Engine: search_files (ultra-fast regex scan, supports | pattern combination), codebase_search (LanceDB vector semantic insight)
  • 🧠 Language Service (LSP): find_references, go_to_definition, get_hover_info, get_document_symbols, get_lint_errors (supports force refresh)
  • 💻 Sandbox Terminal Control: run_command (supports background execution), read_terminal_output, send_terminal_input (supports Ctrl key combinations), stop_terminal
  • 🌐 Knowledge Networking: web_search (multi-strategy fusion), read_url (Jina deep parsing)
  • 🤝 Human-like Interaction: ask_user (supports manual approval and confirmation)
  • Task Planning System: create_task_plan, update_task_plan, start_task_execution (supports task dependencies and parallel execution)
  • 🎨 UI/UX Design Search: uiux_search (global design aesthetics knowledge base and industry best practices)
  • 💾 Project Memory Management: read_memory, write_memory (supports manual approval mechanism)
  • Smart Context References:
  • @filename - Reference file context with fuzzy matching support
  • @codebase - Semantic codebase search based on AI Embedding
  • @git - Reference Git changes, auto-fetch diff info
  • @terminal - Reference terminal output for quick error analysis
  • @symbols - Reference current file symbols, quick navigation to functions/classes
  • @web - Web search for latest technical documentation
  • Drag & drop files/folders to chat for batch context addition
  • Seamless Multi-LLM Switching:
  • Supports OpenAI (GPT-4, GPT-4o, o1 series)
  • Anthropic Claude (Claude 3.5 Sonnet, Claude 3.7)
  • Google Gemini (Gemini 2.0, Gemini 1.5 Pro)
  • DeepSeek (DeepSeek-V3, DeepSeek-R1 with thinking process visualization)
  • Ollama (local models)
  • Custom API (OpenAI-compatible format)
  • Quick Model Switching: Dropdown selector at bottom of chat panel, grouped by provider, one-click model switching with custom model parameters
  • ⚡ Skills System:
  • Plugin-based system based on agentskills.io standard
  • Search and install community skill packages from skills.sh marketplace
  • Direct installation from GitHub repositories
  • Supports project-level and global-level skills, project-level overrides global
  • Supports Auto mode (AI auto-determines loading) and Manual mode (requires @skill-name reference)
  • Skill packages support YAML frontmatter metadata configuration
  • 🔌 Deep MCP Protocol Integration:
  • Full implementation of Model Context Protocol standard
  • Supports external tools, resources, and prompt extensions
  • Built-in OAuth 2.0 authentication flow for third-party service authorization
  • Config hot-reload without restart for MCP server updates
  • Supports multi-workspace config merging with priority management
  • Built-in MCP Registry search for one-click official plugin installation
  • 💾 AI Memory & Approval:
  • Project-level memory storage supporting long-term and short-term memory
  • Manual approval mechanism for AI-written memories to prevent misinformation
  • Automatic memory categorization and indexing with semantic search
  • Supports memory export/import for team knowledge sharing
  • 🎨 Enhanced Response Preview:
  • Tool execution results support rich rendering: Markdown, code highlighting, images, tables
  • Fluid typewriter animation with real-time AI content generation
  • Supports collapse/expand for long content, optimized reading experience
  • Thinking process visualization (DeepSeek-R1, Claude 3.7 reasoning models)
  • 🪵 Eye Style Log System:
  • Redesigned color-highlighted log system
  • Separate Main/Renderer process logs for clear debugging
  • Supports log level filtering (Debug, Info, Warn, Error)
  • Real-time log streaming without refresh
  • 🎭 Emotion Awareness System:
  • Real-time detection of user coding state (focused, confused, fatigued, etc.)
  • Multi-dimensional analysis based on keyboard/mouse behavior and code context
  • Intelligent suggestions for break times and task switching
  • Personalized baseline learning adapting to different developer habits

alt text

🚀 Unique Advantages (vs Cursor/Windsurf/Claude Code)

Adnify builds upon mainstream AI editors with multiple innovative features:

  • 🔄 9-Strategy Smart Replace: When AI edits code, 9 fault-tolerant matching strategies (exact match, whitespace normalization, flexible indentation, etc.) ensure successful modifications even with slight format differences, dramatically improving edit success rate
  • ⚡ Smart Parallel Tool Execution: Dependency-aware parallel execution - independent reads run in parallel, writes on different files can parallelize, 2-5x speed improvement for multi-file operations
  • 🧠 4-Level Context Compression: Progressive compression (remove redundancy → compress old messages → generate summary → Handoff document), supports truly long conversations without context overflow interruption
  • 📸 Checkpoint System: Auto-creates snapshots before AI modifications, rollback by message granularity, more fine-grained version control than Git
  • 🌿 Conversation Branching: Create branches from any message to explore different solutions, visual management, like Git branches but for AI conversations
  • 🔁 Smart Loop Detection: Multi-dimensional detection of AI repetitive operations, auto-interrupt with suggestions, avoids token waste
  • 🩺 Auto Error Fix: After Agent execution, automatically calls LSP to detect code errors, immediately fixes issues found
  • 💾 AI Memory System: Project-level memory storage, lets AI remember project-specific conventions and preferences
  • 🎬 Streaming Edit Preview: Real-time Diff display as AI generates code, preview changes as they're generated
  • 🎭 Role-based Tools: Different roles have exclusive toolsets, frontend and backend developers can have different tool capabilities

🙋 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.

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

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

⚡ 核心功能
👥 适合人群
自动化工程师和运维人员项目经理和业务分析师希望减少重复性工作的专业人士数字化转型团队
🎯 使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
⚖️ 优点与不足
✅ 优点
  • +大幅减少重复性人工操作
  • +可视化流程,清晰直观
  • +可扩展性强,支持复杂场景
⚠️ 不足
  • 初始配置和调试需投入一定时间
  • 强依赖外部服务的稳定性
  • 复杂场景需具备一定技术基础
⚠️ 使用须知

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

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

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

📄 License 说明

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

🔗 相关工具推荐
📚 相关教程推荐
❓ 常见问题 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-22 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。