能力标签
Wee-Orchestrator
⚙️
Agent工作流

Wee-Orchestrator

基于 Python · 无代码搭建完整 AI 自动化流程
⭐ 6 Stars 🍴 3 Forks 💻 Python 📄 GPL-3.0 🏷 AI 7.5分
7.5AI 综合评分
workflowai-agentai-frameworkautomationchatbotclaudepython
✦ AI Skill Hub 推荐

AI Skill Hub 推荐使用:Wee-Orchestrator 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。

📚 深度解析

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

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

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

📋 工具概览

Wee-Orchestrator是开源的AI工作流管理器,支持多种AI代理,包括Claude、Gemini和Copilot。它使用户能够自主管理AI工作流,实现更高效的AI协作。

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

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

📖 中文文档

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

Wee-Orchestrator是开源的AI工作流管理器,支持多种AI代理,包括Claude、Gemini和Copilot。它使用户能够自主管理AI工作流,实现更高效的AI协作。

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

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

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

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

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

# 基本用法
wee-orchestrator input_file -o output_file

# Python 代码中调用
import wee_orchestrator

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

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

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

🍀 Wee-Orchestrator

One platform for agents, runtimes, automation, and every client surface.

Python 3.10+ License: MIT

Wee-Orchestrator is a self-hosted AI-agent API. It coordinates specialized agents across GitHub Copilot, Claude, OpenCode, Gemini, Codex, Cursor, Devin, and the built-in Wee native runtime for Ollama, OpenRouter, and compatible providers. Use it from the browser Web UI, Telegram, WebEx, or the native macOS app.

Features and clients

- Local runtime and client update — local API isolation, Ollama, OpenRouter, Wee runtime search, and clients. - Background tasks and context-window management. - Skills panel, mobile bots, and agent settings integration. - Release notes and change history.

Install the API

macOS and Linux one-line installer

For a localhost-only API installation with a virtual environment, a private generated shared key, and a minimal local agent:

curl -fsSL https://raw.githubusercontent.com/leprachuan/Wee-Orchestrator/main/scripts/install-api.sh | bash

It downloads the latest stable, versioned API release and verifies its SHA-256 checksum before installing it. Set WEE_VERSION=api-vMAJOR.MINOR.PATCH and/or WEE_INSTALL_DIR=/your/path after the pipe to select a release or location. See API releases for the exact command and upgrade behavior. Read the script before running it if your environment requires a custom package or source policy.

Manual installation

```bash git clone https://github.com/leprachuan/Wee-Orchestrator.git cd Wee-Orchestrator

python3 -m venv .venv . .venv/bin/activate pip install -r requirements.txt

cp .env.example .env

Install and configure the macOS app

1. Download and unzip the current macOS release. 2. Move WeeOrchestrator.app to Applications and open it. The ad-hoc-signed build may require an initial macOS Open/allow action. 3. Use Remote Settings to enter your API URL and pair/sign in, or use Local Settings to clone, bootstrap, and start a local API on the Mac. 4. Use Local Models to install/start Ollama and download a 64K+ context model for the wee runtime. Optional OpenRouter access is configured in Local Settings and stored only in macOS Keychain.

Use File → New Window to open another workspace window. Use Check for Updates or the in-app update notice to install later macOS releases with one click; each update is verified against its published SHA-256 checksum before replacement.

Edit .env and agents.json for this host. Do not commit either file.

python agent_manager.py --api ```

Open http://127.0.0.1:8000/ui for the Web UI. Start telegram_connector.py and/or webex_connector.py only when those channels are configured.

For production or networked access, bind the API only to trusted interfaces; do not use API_HOST=0.0.0.0. See network access guidance.

searxng settings.yml

search: formats: - html - json ```

Essential configuration

NeedConfigure it in
Agent workspaces and defaultsagents.json (or AGENT_CONFIG_FILE)
API host/port and runtime defaults.env / process environment
Telegram/WebEx credentialsAPI secure-secret flow or host secret store
OpenRouter key for Wee nativeOPENROUTER_API_KEY in the host secret environment, or macOS Local Settings
Local Ollama endpointWEE_OLLAMA_HOST, normally http://127.0.0.1:11434

Never commit API keys, bearer/session tokens, shared keys, bot tokens, or .env files. Every API request requires an authenticated bearer token.

Configuration and security

- Network access guidance — trusted binding, Tailscale, and SSH access patterns. - HTTPS and TLS — secure transport configuration. - Secret tool — secure secret-management workflow. - Agents and sub-agents and skill sub-agents.

API, operations, and architecture

- Operations and API reference — API endpoints, slash commands, CLI usage, session behavior, Web UI, connectors, testing, troubleshooting, and operations. - Architecture — components, deployment topology, and orchestration flow. - API releases — supported installers, release assets, checksum verification, and the API versioning process. - Documentation index — entry point for the remaining feature-specific documentation.

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

Wee-Orchestrator 是一个统一的 AI Agent 平台,旨在实现“一个平台,连接所有 AI,覆盖所有渠道”的目标。它允许开发者通过 Telegram、WebEx 或浏览器 Web UI 与各种 AI CLI 运行时(如 GitHub Copilot、Claude Code、OpenCode、Google Gemini 和 OpenAI Codex)进行交互。该框架支持在 N8N 工作流中调用 AI CLI,并具备强大的会话保持能力,支持通过 JSON 配置文件动态切换不同的 Agent 仓库,无需硬编码即可灵活配置。

⚡ 功能介绍

本项目支持 5 种主流 AI Runtimes,包括 GitHub Copilot CLI、Claude Code、OpenCode、Google Gemini 和 OpenAI Codex。用户可以通过 Telegram、WebEx(基于 RabbitMQ)或具有 SSE 流式传输功能的玻璃拟态 Web UI 进行多渠道交互。平台支持多 Agent 管理,可通过 `agents.json` 定义专业 Agent 并使用 `/agent` 命令实时切换,支持热重载(Hot-reload)机制,甚至可以在对话过程中动态更换模型。

📋 环境依赖

在使用 Wee-Orchestrator 之前,请确保您的系统中已安装 Python 3.10+ 环境。此外,由于该平台通过调用 AI CLI 运行时来工作,您必须根据需求预先安装相应的 AI 工具(如 GitHub Copilot CLI、Claude Code 等)。项目依赖可以通过 `pip install -r requirements.txt` 进行安装。

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

推荐开发者使用 Wee-Orchestrator Starter Kit 进行快速部署,该工具包包含了最佳实践、安全扫描及预配置脚本,能让您在几分钟内搭建起一个新的 Bot 仓库。如果您希望从零开始,可以手动创建 Bot 目录并初始化 Git 仓库。对于环境依赖,请通过 pip 安装必要的 Python 包,并确保相关的 AI CLI 工具已配置在系统路径中。

🚀 使用教程

快速上手指南:首先,您需要准备好 Bot 的目录结构,包括 `AGENTS.md`(定义行为)、`.env`(存储凭证)以及基于 PARA 方法论的 `memory/` 知识库目录。通过这种结构化的组织方式,您可以管理 Agent 的知识、项目、领域及资源。在运行过程中,您可以根据需要通过命令行或 Web UI 与不同的 Agent 进行交互。

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

配置过程主要通过编辑 `.env` 文件完成,请将您的 API Key 和 Bot Token 填入其中。对于权限控制,项目提供了精细化的 Runtime 权限配置。例如,GitHub Copilot CLI 可通过 `--allow-all-tools` 开启全权限,而 Claude Code 则支持特定的权限模式。此外,您可以通过 `agents.json` 或 `AGENTS.md` 来定义 Agent 的行为、偏好、工具权限及子 Agent 委派规则。

🔌 API 说明

Wee-Orchestrator 提供 API 服务支持,您可以通过运行 `python3 agent_manager.py --api` 来启动 API 服务器。此外,它还支持通过 CLI 封装器进行操作。在配置身份验证时,请务必将您的 API Key 设置为环境变量(如 `export GOOGLE_API_KEY='your-api-key-here'`),以确保在不同系统环境下都能安全、正确地调用 AI 能力。

🔄 工作流/模块

核心组件包括通过 `AGENTS.md` 定义行为的 Agent 管理系统,它涵盖了模型选择、工���权限及安全规则。此外,项目深度集成了 N8N 工作流,允许开发者通过 Node.js 的 `child_process` 模块在 N8N 中执行 Agent Manager,实现自动化任务编排。通过这种方式,您可以将强大的 AI Agent 能力无缝嵌入到复杂的业务自动化流程中。

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

Wee-Orchestrator是一个有潜力的开源AI工作流管理器,支持多种AI代理。它的自主管理功能使用户能够高效地协作,但仍需要进一步的开发和测试。

📚 实用指南(长尾问题)
适合谁
  • 构建多智能体协作系统的 Agent 开发者
最佳实践
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • Python 依赖冲突:建议用 venv / uv 隔离环境
部署方案
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
Wee-Orchestrator 中文教程Wee-Orchestrator 安装报错怎么办Wee-Orchestrator Agent 工作流Wee-Orchestrator 与同类工具对比Wee-Orchestrator 最佳实践Wee-Orchestrator 适合谁用

⚡ 核心功能

👥 适合谁
  • 构建多智能体协作系统的 Agent 开发者
⭐ 最佳实践
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • Python 依赖冲突:建议用 venv / uv 隔离环境

👥 适合人群

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

🎯 使用场景

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

⚖️ 优点与不足

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

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

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

📄 License 说明

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

🔗 相关工具推荐

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

❓ 常见问题 FAQ

Wee-Orchestrator 是一款Python开发的AI辅助工具。开源AI工作流:🍀 Self-hosted multi-agent AI orchestrator — chat with Claude, Gemini & Copilot 。⭐6 · Python 主要应用场景包括:Wee-Orchestrator适用于需要自主管理AI工作流的用户,例如AI开发者、数据科学家和IT专业人员。。
💡 AI Skill Hub 点评

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

⬇️ 获取与下载
⬇ 下载源码(GPL)
⚠️ 本工具使用 GPL-3.0 协议。您可以自由下载和使用,但衍生作品必须以相同协议开源,不可商业闭源。使用前请确认符合协议要求。
📚 深入学习 Wee-Orchestrator
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 Wee-Orchestrator
原始描述 开源AI工作流:🍀 Self-hosted multi-agent AI orchestrator — chat with Claude, Gemini & Copilot 。⭐6 · Python
Topics workflowai-agentai-frameworkautomationchatbotclaudepython
GitHub https://github.com/leprachuan/Wee-Orchestrator
License GPL-3.0
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/leprachuan/Wee-Orchestrator 🌐 官方网站  https://github.com/leprachuan/Wee-Orchestrator

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

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