能力标签
开源AI工作流
⚙️
Agent工作流

开源AI工作流

基于 TypeScript · 无代码搭建完整 AI 自动化流程
英文名:ava-supernova
⭐ 3 Stars 💻 TypeScript 📄 Apache-2.0 🏷 AI 7.5分
7.5AI 综合评分
workflowagentic-aitypescript
✦ AI Skill Hub 推荐

开源AI工作流 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析

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

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

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

📋 工具概览

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

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

📖 中文文档

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

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

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

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

# 方式三:项目依赖安装
npm install ava-supernova

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

# 基本用法
ava-supernova [options] <input>

# Node.js 代码中使用
const ava_supernova = require('ava-supernova');

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

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

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

简介

<p align="center"> <h1 align="center">Ava Supernova</h1> <p align="center"> <strong>Open-source AI coding agent — 60+ tools, 6 modes, 24 specialist personas, frontier open-source models from every major Chinese + Western lab. Creative Studio for images, video, music, voice. 300 free credits per month with an account, or bring your own API keys.</strong> </p> <p align="center"> <a href="#supported-models">Models</a> &middot; <a href="#getting-started">Getting Started</a> &middot; <a href="#vscode-extension">Extension</a> &middot; <a href="#ide">IDE</a> &middot; <a href="#tools-61">Tools</a> &middot; <a href="#privacy--security">Privacy</a> &middot; <a href="#sponsors">Sponsors</a> &middot; <a href="#contributing">Contributing</a> </p> <p align="center"> <a href="https://github.com/AugmentedValueAcceleration/ava-supernova/blob/production/LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License"></a> <img src="https://img.shields.io/badge/Node-%3E%3D20.0.0-brightgreen.svg" alt="Node"> <img src="https://img.shields.io/badge/TypeScript-5.9-blue.svg" alt="TypeScript"> <a href="https://marketplace.visualstudio.com/items?itemName=augmentedvalueacceleration.ava-supernova"><img src="https://img.shields.io/badge/VS%20Code-Marketplace-007ACC.svg" alt="VS Code Marketplace"></a> </p> </p>

---

Ava Supernova is an open-source AI coding agent that brings full agentic coding to every developer — as a VS Code extension, a standalone IDE, a terminal CLI, and a companion app. She remembers you across sessions, teaches for free, and thinks before she builds with 24 specialist personas across 6 modes.

Start coding with AI in 30 seconds. Install, open, go. Sign up for 300 free credits per month, or bring your own API keys.

Extension Features

  • Agentic coding — Ava reads, writes, edits, searches, and executes code autonomously
  • Six modes — Work (>> full agent), Plan (:: read-only), Brainstorm (** ideation), Chat (.. friend), Teach (?? personal tutor), Security (!! OWASP audit)
  • 24 specialist personas — Internal team orchestrated by Conductor across 5 modes
  • 5-layer memory — Pattern extraction, LLM reflection, habit detection, cross-memory insights, cloud sync with semantic search
  • Custom personality — Name, pronouns, tone, energy, communication style — design your own AI companion
  • Command centre dashboard — Weather, news, tasks, journal, learning, memory, session stats, library, settings, sync, and more
  • Image generation — Create icons, illustrations, backgrounds via Alibaba Wan2.6, browse in dashboard library
  • Background removal — Remove image backgrounds directly in chat
  • Office suite — Native .pptx presentations, .docx emails/reports, .xlsx spreadsheets, .pdf generation
  • Daily briefing — Morning summary with tasks, calendar events, journal prompts, and priorities
  • Knowledge packs — Curated learning content for languages, frameworks, and tools
  • Workflow engine — Automate multi-step processes with triggers and conditions
  • Usage analytics — Token consumption, cost tracking, and usage patterns
  • Cloud sync — Delta tracking, selective sync per data type, full transparency
  • Model selector — Switch models from the header dropdown with provider labels and availability indicators
  • Mid-task interjection — Type while Ava is working to add context, corrections, or redirect
  • Vision — Attach images in chat for models that support it
  • Codebase understanding — Project indexer and symbol finder for intelligent code navigation
  • Context compression — Automatic context management keeps long conversations within model limits
  • Conversation history — Auto-saved per project, searchable, with quick access from the header
  • Project context — Create .ava/instructions.md to give Ava persistent knowledge about your codebase
  • Tool approval — Review every action before Ava executes it, or grant autonomy with permission modes
  • 20 languages — Full UI and response localization

Prerequisites

  • Node.js v20.0.0 or later
  • pnpm package manager
  • An API key from any supported provider — or sign up for 300 free credits per month

Getting Started

Installation

git clone https://github.com/AugmentedValueAcceleration/ava-supernova.git
cd ava-supernova
pnpm install
pnpm build

Build all packages

pnpm build

Build everything

pnpm build

Or rebuild just the extension:

cd packages/extension && pnpm build ```

Quick Start

  1. Install the extension
  2. Click the Ava icon in the activity bar (or press Ctrl+Shift+A)
  3. Sign up for 300 free credits per month, or add your own API keys in Settings
  4. Start coding

Usage Analytics

Track your AI usage:

  • Token consumption per model and provider
  • Cost tracking and estimates
  • Usage patterns and trends

Configuration

Ava stores its configuration at ~/.ava/config.json.

{
  "activeModel": "deepseek:deepseek-v4-flash",
  "providers": {
    "deepseek": { "apiKey": "sk-..." },
    "kimi": { "apiKey": "sk-..." },
    "qwen": { "apiKey": "sk-..." }
  },
  "preferences": {
    "temperature": 0.7,
    "maxTokens": 8192
  }
}

CLI — First Run

```bash node packages/cli/dist/index.js

Where to Get API Keys

Free tier uses Qwen Flash (300 credits per month with account). For premium models:

ProviderPortal
Qwen (Alibaba Cloud)[bailian.console.alibabacloud.com](https://bailian.console.alibabacloud.com/)
DeepSeek[platform.deepseek.com](https://platform.deepseek.com/api_keys)
Kimi (Moonshot)[platform.moonshot.ai](https://platform.moonshot.ai/console/api-keys)
GLM (Zhipu AI)[z.ai](https://z.ai/)
Mistral[console.mistral.ai](https://console.mistral.ai/api-keys/)
Anthropic[console.anthropic.com](https://console.anthropic.com/)

Run CLI in dev mode

pnpm dev

Supported Models

ProviderModelsHighlights
**Ava Free**Qwen Flash**FREE — 300 credits/month** with account
**Alibaba Cloud**Qwen 3.6 Plus, 3.5 Plus, 3.5 Omni Plus, 3.5 Omni Flash, 3.5 FlashMaestro coordinator — Terminal-Bench #1 agentic coding, vision + audio (Omni), 1M context
**DeepSeek**V4 Pro, V4 FlashMIT-licensed open-weight, 1M context, SWE-Verified 80.6% (Pro), $0.14/$0.28 (Flash)
**Moonshot AI**Kimi K2.6, K2.5SoTA agentic coding (K2.6 SWE-Pro 58.6, HLE-w/tools 54.0), 256K context
**Zhipu AI**GLM-577.8% SWE-Bench, best tool-call reliability, separate vision SKU
**MiniMax**M2.7, M2.5Creative Studio specialist — image / video / music / voice
**Anthropic**Claude Opus 4.7, Opus 4.6, Sonnet 4.6, Haiku 4.5Frontier closed-source, vision, 1M context (Opus 4.7)
**Mistral**Large, Codestral, Devstral 2European provider, code-specialised, up to 262K context
**Xiaomi**MiMo V2.5, V2.5-Pro1M context, native multimodal, frontier-tier at lower cost
**Generic**Custom / LocalOllama, LM Studio, or any standard API format endpoint

Workflow Engine

Automate multi-step processes:

  • Define workflows with triggers and conditions
  • Chain tool calls into repeatable sequences
  • Event detection and automatic responses

VS Code Extension

Install from the VS Code Marketplace — or search "Ava Supernova" in the Extensions panel.

VS Code Extension Development

```bash

Press F5 in VS Code to launch Extension Development Host

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

Ava Supernova 是一个开源的 AI 编码代理,提供超过 60 个工具、6 种模式和 24 个专家角色,集成了来自各大中国和西方实验室的前沿开源模型。它还支持图片、视频、音乐和语音的创意工作室,用户可以享受每月 300 个免费信用额度,或者使用自己的 API 密钥。

⚡ 功能介绍

Ava Supernova 的功能包括:编码代理功能、6 种模式(工作、计划、脑力激荡、聊天、教学和安全)、24 个专家角色和 5 层的记忆功能,包括模式提取和 LLM 反射等。

📋 环境依赖

Ava Supernova 需要 Node.js v20.0.0 或更高版本、pnpm 包管理器和支持的 API 密钥(或注册 300 个免费信用额度)

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

安装 Ava Supernova,需要执行以下步骤:克隆 GitHub 仓库、切换到仓库目录、安装依赖项和构建项目

🚀 使用教程

使用 Ava Supernova,需要完成以下步骤:安装扩展程序、点击 Ava 图标、注册 300 个免费信用额度或添加自己的 API 密钥、开始编码

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

Ava Supernova 的配置文件存储在 ~/.ava/config.json 中,包含活跃模型、提供商和偏好设置等信息

🔌 API 说明

Ava Supernova 的 CLI 可以通过以下命令运行:node packages/cli/dist/index.js,API 密钥可以从 Qwen Flash、DeepSeek 等提供商处获取

🔄 工作流/模块

Ava Supernova 支持工作流引擎,允许用户定义多步骤流程、链式工具调用和事件检测等功能

🎯 aiskill88 AI 点评 A 级 2026-06-06

该项目提供了一个开源的AI工作流,支持多种工具和模式,但评分较低,可能需要进一步优化

📚 实用指南(长尾问题)
适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 跨境业务、多语言内容运营团队
  • 做语音类 AI 产品的开发者
最佳实践
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
ava-supernova 中文教程ava-supernova 安装报错怎么办ava-supernova Agent 工作流ava-supernova 与同类工具对比ava-supernova 最佳实践ava-supernova 适合谁用

⚡ 核心功能

👥 适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 跨境业务、多语言内容运营团队
  • 做语音类 AI 产品的开发者
⭐ 最佳实践
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型

👥 适合人群

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

🎯 使用场景

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

⚖️ 优点与不足

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

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

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

📄 License 说明

✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。

🔗 相关工具推荐

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

❓ 常见问题 FAQ

ava-supernova 是一款TypeScript开发的AI辅助工具。开源AI工作流:Open-source AI coding agent — 61 tools, 6 modes, 24 personas, 20+ models from 8 。⭐3 · TypeScript 主要应用场景包括:用于AI编码的开源工作流,支持61个工具,6种模式,24个角色,20+个模型。
💡 AI Skill Hub 点评

经综合评估,开源AI工作流 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ Apache-2.0 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 开源AI工作流
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 ava-supernova
原始描述 开源AI工作流:Open-source AI coding agent — 61 tools, 6 modes, 24 personas, 20+ models from 8 。⭐3 · TypeScript
Topics workflowagentic-aitypescript
GitHub https://github.com/AugmentedValueAcceleration/ava-supernova
License Apache-2.0
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/AugmentedValueAcceleration/ava-supernova 🌐 官方网站  https://ava-supernova.com/

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