能力标签
赛博宇宙
⚙️
Agent工作流

赛博宇宙

基于 Python · 无代码搭建完整 AI 自动化流程
英文名:CyberVerse
⭐ 1.0k Stars 🍴 142 Forks 💻 Python 📄 GPL-3.0 🏷 AI 8.0分
8.0AI 综合评分
ai-agentsai-companiondigital-human
✦ AI Skill Hub 推荐

AI Skill Hub 强烈推荐:赛博宇宙 是一款优质的Agent工作流。已获得 1.0k 颗 GitHub Star,AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。

📚 深度解析

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

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

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

📋 工具概览

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

GitHub Stars
⭐ 1.0k
开发语言
Python
支持平台
Windows / macOS / Linux
维护状态
正常维护,社区驱动
开源协议
GPL-3.0
AI 综合评分
8.0 分
工具类型
Agent工作流
Forks
142

📖 中文文档

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

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

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

# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install cyberverse

# 方式三:从源码安装(获取最新功能)
git clone https://github.com/dsd2077/CyberVerse
cd CyberVerse
pip install -e .

# 验证安装
python -c "import cyberverse; print('安装成功')"
📋 安装步骤说明
  1. 访问 GitHub 仓库获取工作流文件
  2. 在对应平台(Dify / Flowise / Make 等)中找到「导入工作流」功能
  3. 上传工作流文件
  4. 按照提示配置必要的环境变量和 API Key
  5. 运行测试确认流程正常后投入使用
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
cyberverse --help

# 基本用法
cyberverse input_file -o output_file

# Python 代码中调用
import cyberverse

# 示例
result = cyberverse.process("input")
print(result)
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# cyberverse 配置文件示例(config.yml)
app:
  name: "cyberverse"
  debug: false
  log_level: "INFO"

# 运行时指定配置文件
cyberverse --config config.yml

# 或通过环境变量配置
export CYBERVERSE_API_KEY="your-key"
export CYBERVERSE_OUTPUT_DIR="./output"
📑 README 深度解析 真实文档 完整度 95/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

CyberVerse

CyberVerse is an open-source real-time digital-human Agent framework. It uses WebRTC, persona memory, tools, RAG, and optional digital-human video capabilities to help you build AI agents centered on voice interaction.

<p align="center"> <a href="README.md"><strong>English</strong></a> · <a href="README.zh-CN.md">简体中文</a> · <a href="README.ja.md">日本語</a> · <a href="README.ko.md">한국어</a> </p>

<p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/License-GPL%20v3-blue.svg" alt="License: GPL v3"/></a> <a href="https://github.com/dsd2077/CyberVerse/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"/></a> <a href="https://deepwiki.com/dsd2077/CyberVerse"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki" /></a> <a href="https://x.com/dsd2077"><img src="https://img.shields.io/badge/@dsd2077-black?logo=x&logoColor=white" alt="X" /></a> </p>

<p align="center"> <a href="docs/assets/logo.png"><img src="docs/assets/logo.png" alt="CyberVerse logo" width="100%"/></a> </p>

Features

Prerequisites

  • Node 18+
  • Go 1.25 (required: protoc-gen-go, protoc-gen-go-grpc)
  • Conda
  • Python 3.10+
  • FFmpeg
  • libopus-dev、libopusfile-dev、libsoxr-dev,pkg-config
For pure voice sessions, no local avatar GPU is required. Runtime cost depends on the realtime voice/omni/LLM/TTS/ASR providers you configure.

To verify, use:

node --version
go version
protoc --version
ffmpeg -version
conda --version

Step 5: Install project dependencies

make setup

This installs the base editable package ([dev,inference]), generates gRPC stubs, and installs frontend dependencies.

Install the voice-agent extras used by the default config:

```bash

Additional Requirements

  • GPU with CUDA 12.8+
  • PyTorch 2.8 (CUDA 12.8)
  • FFmpeg with libvpx for video encoding
  • Avatar model weights

Install PyTorch (CUDA 12.8):

pip3 install torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0 --index-url https://download.pytorch.org/whl/cu128

Install vllm if you use LiveAct:

pip install vllm==0.11.0

SageAttention (source build)

git clone https://github.com/thu-ml/SageAttention.git cd SageAttention export EXT_PARALLEL=4 NVCC_APPEND_FLAGS="--threads 8" MAX_JOBS=32 # Optional python setup.py install

bash

Quick Start

Demo

<p align="center"><em>The following characters are demo examples only. They are not bundled with CyberVerse and are not provided for commercial use.</em></p>

<p align="center"> <a href="docs/assets/character1.png"><img src="docs/assets/character1.png" alt="CyberVerse character selection gallery" width="100%"/></a> </p>

<p align="center"> <a href="docs/assets/character2.png"><img src="docs/assets/character2.png" alt="CyberVerse character gallery examples" width="100%"/></a> </p>

[![](docs/assets/爱丽丝.mov.png)](https://youtu.be/Lk88sew2x4o)[![](docs/assets/丽娜.mov.png)](https://youtu.be/8jdQ3ThcwgA)
[**Alice — watch on YouTube**](https://youtu.be/Lk88sew2x4o)[**Lina — watch on YouTube**](https://youtu.be/8jdQ3ThcwgA)
[![](docs/assets/小龙女.mov.png)](https://youtu.be/WjEHUYZx5Gs)
[**Xiaolongnü — watch on YouTube**](https://youtu.be/WjEHUYZx5Gs)

</div>

Step 2: Create Python environment

conda create -n cyberverse python=3.10
conda activate cyberverse

Step 3: Configure environment variables

cp -r infra/config config

Edit config/env and fill in the supported API keys:

Alibaba Cloud Qwen-series models:

DASHSCOPE_API_KEY=your_dashscope_api_key

Or Volcengine Doubao-series models:

DOUBAO_ACCESS_TOKEN=your_doubao_access_token
DOUBAO_APP_ID=your_doubao_app_id

Doubao Voice: follow the Volcengine quick start to get App ID / API Key, then fill in DOUBAO_APP_ID / DOUBAO_ACCESS_TOKEN.

After the stack is running, you can change API keys and service endpoints from the web UI at /settings instead of editing config/env only.

Omni, LLM, embedding, TTS, and ASR model definitions are discovered automatically from infra/config/*_models/. Create matching files under config/*_models/ only when you want local overrides.

Step 4: Create local config and enable voice-only mode

Edit config/cyberverse.yaml:

inference:
  avatar:
    enabled: false

With enabled: false, CyberVerse runs as a pure voice agent assistant.

all optional groups at once

pip install -e ".[all]" ```

Optional: Full Digital-Human Video

If you want to drive realtime Avatar video with FlashHead or LiveAct, follow the steps below.

Configure Avatar Inference

Set enabled: true in config/cyberverse.yaml. Model-specific settings live in one file per model under config/avatar_models/; update those paths to match your local checkpoints.

inference:
  avatar:
    enabled: true
    default: "flash_head"               # use "flash_head" or "live_act"
    idle_strategy: "silent_inference"
    runtime:
      cuda_visible_devices: 0      # shared GPU ID(s), e.g. 0,1 for multi-GPU
      world_size: 1                # shared GPU count, set to 2 for dual-GPU
    model_config_dir: "avatar_models"

Then edit the active model file, for example config/avatar_models/flash_head.yaml or config/avatar_models/live_act.yaml. The Web UI also edits model parameters in those per-model files.

Optional when the figure needs a fixed camera.

BAIDU_XILING_CAMERA_ID="0" ```

Baidu Xiling is selected per character in the Web UI. It is not an avatar inference model and should not be configured as inference.avatar.default. CyberVerse still runs ASR/LLM/TTS/history through the orchestrator, then sends 16 kHz 16-bit mono PCM chunks to the browser. The frontend embeds the Baidu H5 iframe and drives it with the official sendAudioData / AUDIO_STREAM_RENDER message format.

LiveAct FP4 GEMM (Optional)

FP4 acceleration requires building and installing lightx2v_kernel from LightX2V. Use PyTorch 2.7+ and a CUTLASS checkout on the build machine.

Preparation

pip install scikit_build_core uv

Build wheel

```bash git clone https://github.com/NVIDIA/cutlass.git git clone https://github.com/ModelTC/LightX2V.git cd LightX2V/lightx2v_kernel

SageAttention & FlashAttention (Optional)

```bash

FlashAttention (optional)

wget -O flash_attn-2.8.1+cu12torch2.8cxx11abiTRUE-cp312-cp312-linux_x86_64.whl \ "https://github.com/Dao-AILab/flash-attention/releases/download/v2.8.1/flash_attn-2.8.1%2Bcu12torch2.8cxx11abiTRUE-cp312-cp312-linux_x86_64.whl"

pip install flash_attn-2.8.1+cu12torch2.8cxx11abiTRUE-cp312-cp312-linux_x86_64.whl ```

Check API health

curl -s http://localhost:8080/api/v1/health ```

Open http://localhost:5173 in your browser.

export HF_ENDPOINT=https://hf-mirror.com

hf download Soul-AILab/SoulX-FlashHead-1_3B \ --local-dir ./checkpoints/SoulX-FlashHead-1_3B

hf download facebook/wav2vec2-base-960h \ --local-dir ./checkpoints/wav2vec2-base-960h


#### LiveAct (SoulX-LiveAct)

| ModelName | Download |
|-----------|----------|
| SoulX-LiveAct | [Hugging Face](https://huggingface.co/Soul-AILab/LiveAct), [ModelScope](https://modelscope.cn/models/Soul-AILab/LiveAct) |
| chinese-wav2vec2-base | [Hugging Face](https://huggingface.co/TencentGameMate/chinese-wav2vec2-base), [ModelScope](https://modelscope.cn/models/TencentGameMate/chinese-wav2vec2-base) |
bash hf download Soul-AILab/LiveAct \ --local-dir ./checkpoints/LiveAct

hf download TencentGameMate/chinese-wav2vec2-base \ --local-dir ./checkpoints/chinese-wav2vec2-base ```

Plugin-Based Stack

Brain, voice, hearing, tools, memory, and face are all replaceable modules. Runtime behavior stays in config/cyberverse.yaml, while omni, LLM, TTS, ASR, and embedding provider definitions are loaded from the built-in infra/config/*_models/ directories and optional local overrides under config/*_models/. You can configure different vendors' API keys and service endpoints in the web UI at /settings to switch providers and model combinations by scenario. The LiteLLM plugin adds access to 100+ LLM providers (AWS Bedrock, Azure, Vertex AI, Mistral, Cohere, etc.) through a single unified interface.

QA — Self-Check

Use this section when avatar video stutters, freezes, or falls behind audio. The first step is to confirm whether inference can keep up with playback.

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

CyberVerse 是一个开源的实时数字人 Agent 框架。它集成了 WebRTC 技术、人格记忆(Persona Memory)、工具调用、RAG(检索增强生成)以及可选的数字人视频生成能力,旨在帮助开发者构建以语音交互为核心的 AI Agent。无论是纯语音对话还是具备视觉形象的数字人交互,CyberVerse 都能提供强大的底层支持。

⚡ 功能介绍

CyberVerse 提供了一套完整的实时交互能力,支持语音驱��的 Agent 构建。其核心特性包括低延迟的语音交互、基于记忆系统的角色扮演、灵活的工具调用能力,以及通过集成特定的后端实现数字人视觉形象(Avatar)的实时驱动,让 AI 不仅能“听”和“说”,还能“看”和“动”。

📋 环境依赖

在开始之前,请确保您的开发环境已安装 Node 18+、Go 1.25(需包含 protoc-gen-go 和 protoc-gen-go-grpc)、Conda 以及 Python 3.10+。此外,系统还需要安装 FFmpeg 以处理音频流。请注意,若仅进行纯语音对话,则无需本地 GPU 资源;若需启用数字人视频功能,则需要相应的 GPU 算力支持。

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

安装过程分为环境准备与依赖安装两个阶段。首先需使用 Conda 创建 Python 3.10 环境,并根据项目提供的示例文件配置 `.env` 环境变量以接入 API。随后,通过 `make setup` 命令安装基础开发包、生成 gRPC stubs 并安装前端依赖。若需使用 SageAttention,则需要通过源码编译方式进行安装。

🚀 使用教程

项目提供了快速启动指南,帮助开发者快速进入开发状态。通过配置好必要的 API Key(如 Alibaba Cloud Qwen 系列或 Volcengine Doubao 系列模型)后,您可以直接启动服务。对于需要视觉效果的用户,可以通过下载指定的 Checkpoints 模型文件来驱动数字人形象。

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

用户可以通过修改 `cyberverse_config.yaml` 来灵活组合不同的 Omni 模型、LLM、TTS、ASR、Embeddings、RAG 以及 Avatar 后端。所有的 API Key 和服务端点(Endpoints)均可在 Web UI 的 `/settings` 页面进行配置。对于数字人视频功能,支持通过 FlashHead 或 LiveAct 等后端实现实时面部动画与唇形同步。

🔌 API 说明

CyberVerse 提供标准的 API 接口用于系统状态监控。开发者可以通过执行 `curl -s http://localhost:8080/api/v1/health` 来检查 API 的运行健康状况。前端交互界面可通过浏览器访问 `http://localhost:5173` 进行操作。

🔄 工作流/模块

CyberVerse 采用基于插件的堆栈架构(Plugin-Based Stack),其 Brain(大脑)、Voice(语音)、Hearing(听觉)、Tools(工具)、Memory(记忆)和 Face(面部)均被设计为可替换的模块。这种高度解耦的设计允许开发者根据需求,自由组合不同的供应商 API 或本地模型,构建高度定制化的 AI 交互工作流。

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

高质量开源AI工作流项目

📚 实用指南(长尾问题)
适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 做语音类 AI 产品的开发者
最佳实践
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • embedding 模型与查询模型不一致导致检索失效
  • Python 依赖冲突:建议用 venv / uv 隔离环境
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
CyberVerse 中文教程CyberVerse 安装报错怎么办CyberVerse Agent 工作流CyberVerse 与同类工具对比CyberVerse 最佳实践CyberVerse 适合谁用

⚡ 核心功能

👥 适合谁
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 做语音类 AI 产品的开发者
⭐ 最佳实践
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • embedding 模型与查询模型不一致导致检索失效
  • Python 依赖冲突:建议用 venv / uv 隔离环境

👥 适合人群

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

🎯 使用场景

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

⚖️ 优点与不足

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

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

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

📄 License 说明

⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。

🔗 相关工具推荐

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

❓ 常见问题 FAQ

CyberVerse 是一款Python开发的AI辅助工具。开源AI工作流:Self hosted, real-time digital human agent platform. Build voice-first AI agents。⭐1.0k · Python 主要应用场景包括:构建语音AI代理。
💡 AI Skill Hub 点评

总体来看,赛博宇宙 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

⬇️ 获取与下载
⬇ 下载源码(GPL)
⚠️ 本工具使用 GPL-3.0 协议。您可以自由下载和使用,但衍生作品必须以相同协议开源,不可商业闭源。使用前请确认符合协议要求。
📚 深入学习 赛博宇宙
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 CyberVerse
原始描述 开源AI工作流:Self hosted, real-time digital human agent platform. Build voice-first AI agents。⭐1.0k · Python
Topics ai-agentsai-companiondigital-human
GitHub https://github.com/dsd2077/CyberVerse
License GPL-3.0
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/dsd2077/CyberVerse 🌐 官方网站  https://www.cyberverse.cc

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

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