经 AI Skill Hub 精选评估,代码生成工作空间 获评「强烈推荐」。已获得 1.6k 颗 GitHub Star,这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
代码生成工作空间 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
代码生成工作空间 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install codeg # 方式二:从源码编译 git clone https://github.com/xintaofei/codeg cd codeg cargo build --release # 二进制在 ./target/release/codeg
# 查看帮助 codeg --help # 基本运行 codeg [options] <input> # 详细使用说明请查阅文档 # https://github.com/xintaofei/codeg
# codeg 配置说明 # 查看配置选项 codeg --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CODEG_CONFIG="/path/to/config.yml"
<p> <strong>English</strong> | <a href="./docs/readme/README.zh-CN.md">简体中文</a> | <a href="./docs/readme/README.zh-TW.md">繁體中文</a> | <a href="./docs/readme/README.ja.md">日本語</a> | <a href="./docs/readme/README.ko.md">한국어</a> | <a href="./docs/readme/README.es.md">Español</a> | <a href="./docs/readme/README.de.md">Deutsch</a> | <a href="./docs/readme/README.fr.md">Français</a> | <a href="./docs/readme/README.pt.md">Português</a> | <a href="./docs/readme/README.ar.md">العربية</a> </p>
Codeg (Code Generation) is a multi-agent coding workspace: run every AI coding agent in one place — and let them work together.
It aggregates your sessions from every supported agent CLI into one searchable workspace, and lets a main agent delegate to sub-agents of other types within a single task. Work you'd rather not sit through goes on a to-do board instead — each task in its own branch, running unattended, waiting for your review before it lands. Codeg runs as a desktop app, a standalone server, or a Docker container, with native iOS and Android clients for when you're away from your desk; fifteen agents come built in, and you can register any other ACP-compatible agent yourself.

@-mention any agent to delegate: sub-agents of different types run as their own sessions, in parallel, inside a single taskgit worktree flows.docx / .xlsx / .pptx through the bundled officecli, with live in-tab previewcodeg-server you reach from any browser, or docker compose upDesktop — download the installer for macOS, Windows, or Linux from Releases, then follow Installation.
Server — run Codeg headless and reach it from any browser. On Linux or macOS:
curl -fsSL https://raw.githubusercontent.com/xintaofei/codeg/main/install.sh | bash
CODEG_STATIC_DIR=/usr/local/share/codeg/web codeg-server
On Windows, in PowerShell:
irm https://raw.githubusercontent.com/xintaofei/codeg/main/install.ps1 | iex
$env:CODEG_STATIC_DIR="$env:LOCALAPPDATA\codeg\web"; codeg-server
Docker — the same server, in one container:
docker run -d -p 3080:3080 -v codeg-data:/data ghcr.io/xintaofei/codeg:latest
Mobile — install the iOS app or the Android APK, then point it at the Web Service of your desktop app or at your own codeg-server: URL, token, done. Pairing steps in Mobile apps.
Compose, prebuilt binaries, source builds, and in-place updates are covered in Deployment; environment variables in Configuration. Building Codeg itself: Development and Architecture.
Codeg 是一个全新的项目,旨在提供一个集成的开发环境,支持多种编程语言和工具。它基于 Tauri 和 Next.js 构建,提供了一个现代化的用户界面和强大的功能。
Codeg 的主要功能包括会话聚合、多个代理协作、并行开发以及项目管理等。它支持从多个代理中导入会话,允许在一个单独的会话中委派不同的代理类型来完成任务。
Codeg 的环境依赖包括 Node.js、pnpm、Rust stable 和 Tauri 2 的构建依赖。它还需要 Linux 系统(例如 Debian 或 Ubuntu),并需要安装一些特定的库和开发工具。
Codeg 的安装步骤包括使用 pnpm 安装 Tauri 和 Next.js,构建桌面应用,使用 Docker 部署,以及手动构建 codeg-mcp 的伴侣。
使用 Codeg 的步骤包括下载、解压和运行 Codeg 服务器,或者使用 Docker 部署。它还支持在不attended 部署中使用 --supervise 选项来自动回滚失败的升级。
Codeg 的配置包括设置、主界面和环境变量。它支持自定义设置和环境变量,允许用户根据自己的需求进行配置。
Codeg 的 API 主要包括设置和主界面。它提供了一个现代化的用户界面和强大的功能,支持多种编程语言和工具。
高质量的开源AI工作流项目,具有较大潜力
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:代码生成工作空间 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | codeg |
| 原始描述 | 开源AI工作流:Collaborative multi-agent AI coding workspace: aggregate sessions from Claude Co。⭐1.6k · Rust |
| Topics | AI代码生成工作流Rust |
| GitHub | https://github.com/xintaofei/codeg |
| License | Apache-2.0 |
| 语言 | Rust |
收录时间:2026-06-11 · 更新时间:2026-06-11 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端