能力标签
multi-agent-shogun Agent工作流
🛠
AI工具

multi-agent-shogun Agent工作流

基于 Shell · 开源 AI 工具,GitHub 社区精选
英文名:multi-agent-shogun
⭐ 1.3k Stars 🍴 271 Forks 💻 Shell 📄 MIT 🏷 AI 8.2分
8.2AI 综合评分
多智能体工作流编排Claude自动化并行处理
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,multi-agent-shogun Agent工作流 获评「强烈推荐」。已获得 1.3k 颗 GitHub Star,这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。

📚 深度解析

multi-agent-shogun Agent工作流 是一款基于 Shell 的开源工具,在 GitHub 上收获 1k+ Star,是多智能体、工作流编排、Claude、自动化领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
multi-agent-shogun Agent工作流 依赖 Shell 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 Shell 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 multi-agent-shogun Agent工作流 的版本更新,及时通知重要功能变化。

📋 工具概览

基于Claude的开源多智能体编排系统,采用武士风格架构设计,支持并行任务协调。适合需要构建复杂AI工作流、自动化多步骤任务的开发者和企业用户。

multi-agent-shogun Agent工作流 是一款基于 Shell 开发的开源工具,专注于 多智能体、工作流编排、Claude 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 1.3k
开发语言
Shell
支持平台
macOS / Linux
维护状态
正常维护,社区驱动
开源协议
MIT
AI 综合评分
8.2 分
工具类型
AI工具
Forks
271

📖 中文文档

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

基于Claude的开源多智能体编排系统,采用武士风格架构设计,支持并行任务协调。适合需要构建复杂AI工作流、自动化多步骤任务的开发者和企业用户。

multi-agent-shogun Agent工作流 是一款基于 Shell 开发的开源工具,专注于 多智能体、工作流编排、Claude 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 克隆仓库
git clone https://github.com/yohey-w/multi-agent-shogun
cd multi-agent-shogun

# 查看安装说明
cat README.md

# 按 README 完成环境依赖安装后即可使用
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 查看帮助
multi-agent-shogun --help

# 基本运行
multi-agent-shogun [options] <input>

# 详细使用说明请查阅文档
# https://github.com/yohey-w/multi-agent-shogun
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# multi-agent-shogun 配置说明
# 查看配置选项
multi-agent-shogun --config-example > config.yml

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

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

简介

About WSL2

WSL2 (Windows Subsystem for Linux) lets you run Linux inside Windows. This system uses tmux (a Linux tool) to manage multiple AI agents, so WSL2 is required on Windows.

Key Features

Task Dependencies (blockedBy)

Tasks can declare dependencies on other tasks using blockedBy:

```yaml

First-time setup

```bash

3. Run first-time setup

./first_setup.sh ```

What `install.bat` does automatically:

  • ✅ Checks if WSL2 is installed (guides you if not)
  • ✅ Checks if Ubuntu is installed (guides you if not)
  • ✅ Shows next steps (how to run first_setup.sh)

After Setup

Whichever option you chose, 10 AI agents are automatically launched:

AgentRoleCount
🏯 ShogunSupreme commander — receives your orders1
📋 KaroManager — distributes tasks, quality checks1
⚔️ AshigaruWorkers — execute implementation tasks in parallel7
🧠 GunshiStrategist — handles analysis, evaluation, and design1

Two tmux sessions are created: - shogun — connect here to give commands - multiagent — Karo, Ashigaru, and Gunshi running in the background

---

One-time setup (already done by first_setup.sh)

git init --bare ~/.shogun-private.git alias privategit='git --git-dir=$HOME/.shogun-private.git --work-tree=/path/to/multi-agent-shogun' privategit remote add origin https://github.com/YOU/shogun-private.git

MCP Setup Guide

MCP (Model Context Protocol) servers extend Claude's capabilities. Here's how to set them up:

Installing MCP Servers

Add MCP servers with these commands:

```bash

Note: Run `npx playwright install chromium` first

Quick Start

Requirements: tmux, bash 4+, at least one of: Claude Code / Codex / Copilot / Kimi / OpenCode / Antigravity

git clone https://github.com/yohey-w/multi-agent-shogun
cd multi-agent-shogun
bash first_setup.sh                        # one-time setup: config, dependencies, MCP
source ~/.bashrc                           # reload PATH
claude --dangerously-skip-permissions      # first run only: OAuth + accept Bypass Permissions → /exit
bash shutsujin_departure.sh                # launch all agents
For full install steps (incl. Windows) and the first-30-minutes walkthrough, see 🚀 Quick Start and the basic usage section below.

Type a command in the Shogun pane:

"Build a REST API for user authentication"

Shogun delegates → Karo breaks it down → 7 Ashigaru execute in parallel. You watch the dashboard. That's it.

Want to go deeper? The rest of this README covers architecture, configuration, memory design, and multi-CLI setup.

---

Quick Start

projects/example.yaml

id: example name: "Sample Project" working_directory: /path/to/repo north_star: "The ultimate goal for this project" notes: | Project-specific notes, stakeholders, special rules


The Shogun and Karo reference this file and inject project context when issuing cmds.

Detailed project knowledge (requirements, design, past feedback) lives in `context/{name}.md`. When the Shogun issues a cmd related to the project, it automatically references this file.

#### 3. Customizing the agent formation

The agent formation (which CLI each agent uses) lives in `config/settings.yaml`:
yaml cli: agents: ashigaru1: type: codex # codex / claude / copilot / kimi / opencode / antigravity model: gpt-5.5 ashigaru2: type: claude model: claude-sonnet-4-6 # Same for ashigaru3-7, gunshi, karo

OpenCode uses provider-qualified model IDs:
yaml cli: agents: ashigaru3: type: opencode model: openrouter/openai/gpt-4o-mini variant: high # optional provider-specific reasoning variant

OpenRouter setup has two separate pieces:

1. **Model routing** goes in `config/settings.yaml` as shown above (`type: opencode`, `model: openrouter/...`).
2. **Provider authentication** is configured in OpenCode, not in `settings.yaml`. Run OpenCode once as the same OS user that will launch Shogun, then use `/connect` → `OpenRouter` and paste the API key. OpenCode stores provider credentials in its own user data under that OS user (for example under `~/.local/share/opencode/`; the exact file/database is OpenCode-internal). For headless deployments that use environment-based provider credentials, make sure the shell that runs `shutsujin_departure.sh` has `OPENROUTER_API_KEY` loaded.

Do not put API keys in `config/settings.yaml`, `config/opencode-tui.json`, or `.opencode/agents/*.md`. Those files only describe routing, tmux-safe keybindings, and generated agent definitions.

When OpenCode is selected, `lib/cli_adapter.sh` launches it with `--agent <agent_id>` and the repository-pinned `OPENCODE_TUI_CONFIG=config/opencode-tui.json`. The TUI command does not accept `--variant`; if `variant:` is configured, `scripts/build_instructions.sh` and `scripts/switch_cli.sh` synchronize `model:` / `variant:` into a git-ignored `.opencode/agents/<agent_id>-runtime.md`, which OpenCode loads via `--agent <agent_id>-runtime`.

To switch on the fly, use `scripts/switch_cli.sh`:
bash bash scripts/switch_cli.sh ashigaru3 --type claude --model claude-sonnet-4-6 bash scripts/switch_cli.sh ashigaru3 --type opencode --model openrouter/openai/gpt-4o-mini bash scripts/switch_cli.sh ashigaru3 --type opencode --model openrouter/minimax/minimax-m2.5 --variant xhigh ```

4. Switching or closing a project

There is no explicit "close project" command. Issuing the next project's cmd automatically switches context.

  • Pause temporarily: do nothing. Old cmds remain in queue/ as history, and the Shogun restores state when resumed
  • Fully retire: delete projects/{name}.yaml, or add an archived: true flag
  • Run in parallel: use the project: field in cmds to keep concurrent projects distinct

5. Carrying experience and settings between projects

What carries forward to future projects:

What carries forwardStored inReferenced when
Lord's preferences and lessonsMemory MCP (persistent)All agents at Session Start
Project-specific knowledgecontext/{name}.mdWhen running the project's cmds
Past cmd historyqueue/shogun_to_karo.yamlWhen the Shogun needs it
Custom skills~/.claude/skills/, skills/When matching triggers fire
Agent formationconfig/settings.yamlAt shutsujin startup

Memory MCP is the heart of "experience." When you tell the Shogun "don't do X next time" or "remember Y," the Shogun records it in Memory MCP, and all future projects see it.

Use Cases

  • 🛏️ In bed: "Gotta submit the report tomorrow" — captured before you forget, no fumbling for a notebook
  • 🚗 While driving: "Don't forget the estimate for client A" — hands-free, eyes on the road
  • 💻 Mid-work: "Oh, need to buy milk" — dump it instantly and stay in flow
  • 🌅 Wake up: Today's tasks already waiting in your notifications — no app to open, no inbox to check
  • 🐸 Eat the Frog: AI picks your hardest task each morning — ignore it or conquer it first

→ "Bypass Permissions" prompt appears → Select "Yes, I accept" (↓ to option 2, Enter)

Set your screenshot folder in config/settings.yaml

screenshot: path: "/mnt/c/Users/YourName/Pictures/Screenshots"

Model Settings

AgentDefault ModelThinkingRole
ShogunOpus**Enabled (high)**Strategic advisor to the Lord. Use --shogun-no-thinking for relay-only mode
KaroSonnetEnabledTask distribution, simple QC, dashboard management
GunshiOpusEnabledDeep analysis, design review, architecture evaluation
Ashigaru 1–7Sonnet 4.6EnabledImplementation: code, research, file operations

Thinking control: Set thinking: true/false per agent in config/settings.yaml. When thinking: false, the agent starts with MAX_THINKING_TOKENS=0 to disable Extended Thinking. Pane borders show +T suffix when Thinking is enabled (e.g., Sonnet+T, Opus+T).

Live model switching: Use /shogun-model-switch to change any agent's CLI type, model, or Thinking setting without restarting the entire system. See the Skills section for details.

The system routes work by cognitive complexity at two levels: Agent routing (Ashigaru for L1–L3, Gunshi for L4–L6) and Model routing within Ashigaru via capability_tiers (see Dynamic Model Routing below).

Why CLI (Not API)?

Most AI coding tools charge per token. Running 8 Opus-grade agents through the API costs $100+/hour. CLI subscriptions flip this:

API (Per-Token)CLI (Flat-Rate)
**8 agents × Opus**~$100+/hour~$200/month
**Cost predictability**Unpredictable spikesFixed monthly bill
**Usage anxiety**Every token countsUnlimited
**Experimentation budget**ConstrainedDeploy freely

"Use AI recklessly" — With flat-rate CLI subscriptions, deploy 8 agents without hesitation. The cost is the same whether they work 1 hour or 24 hours. No more choosing between "good enough" and "thorough" — just run more agents.

Multi-CLI Support

Shogun isn't locked to one vendor. The system supports 7 CLI tools, each with unique strengths:

CLIKey StrengthDefault Model
**Claude Code**Battle-tested tmux integration, Memory MCP, dedicated file tools (Read/Write/Edit/Glob/Grep)Claude Sonnet 4.6
**OpenAI Codex**Sandbox execution, JSONL structured output, codex exec headless mode, **per-model --model flag**gpt-5.3-codex / **gpt-5.3-codex-spark**
**GitHub Copilot**Built-in GitHub MCP, 4 specialized agents (Explore/Task/Plan/Code-review), /delegate to coding agentClaude Sonnet 4.6
**Kimi Code**Free tier available, strong multilingual supportKimi k2
**OpenCode**Shared AGENTS.md instructions, agent-specific definitions via --agent, /new context reset, restart-only model changes, deterministic interactive TUI launch, provider-qualified --model routingprovider/model
**Cursor**Auto-loads CLAUDE.md/AGENTS.md/.cursor/rules/, built-in web search, inbox-write skill via .cursor/skills/, /model live switching, --yolo auto-runVaries
**Antigravity CLI**Google Antigravity CLI integration via agy, host-managed auth, YOLO-style launch, gemini/agy legacy aliaseshost default / last-used

OpenCode sessions load the agent-specific .opencode/agents/<agent_id>.md definition via --agent and keep automation resets on /new; model changes require a relaunch. Automation uses the repository-provided config/opencode-tui.json via OPENCODE_TUI_CONFIG, which disables app_exit and pins session_interrupt/input_clear to known bindings. Role boundaries are embedded in the generated agent frontmatter: Shogun can read queue/reports/* for oversight but cannot write them, Karo is limited to coordination files plus report aggregation, Ashigaru only touch their own task/report pair, and Gunshi reads ashigaru reports but only writes gunshi_report.yaml.

Antigravity sessions launch with agy --dangerously-skip-permissions. Shogun treats type: antigravity, type: agy, and legacy type: gemini as Antigravity. Authentication and default model selection stay in the host user's Antigravity CLI setup; settings.yaml may optionally pass a concrete model, but auto uses the host default or last-used model.

A unified instruction build system generates CLI-specific instruction files from shared templates:

instructions/
├── common/              # Shared rules (all CLIs)
├── cli_specific/        # CLI-specific tool descriptions
│   ├── claude_tools.md  # Claude Code tools & features
│   ├── copilot_tools.md # GitHub Copilot CLI tools & features
│   ├── opencode_tools.md # OpenCode tools, agent frontmatter, and permission model
│   └── cursor_tools.md  # Cursor Agent tools, skills, and session rules
└── roles/               # Role definitions (shogun, karo, ashigaru)
    ↓ build
CLAUDE.md / AGENTS.md / .github/copilot-instructions.md / .opencode/agents/*.md / .cursor/rules/*.md
  ← Generated per CLI

One source of truth, zero sync drift. Change a rule once, all CLIs get it.

---

🔄 2. Non-Blocking Workflow

The Shogun delegates instantly and returns control to you:

You: Command → Shogun: Delegates → You: Give next command immediately
                                       ↓
                       Workers: Execute in background
                                       ↓
                       Dashboard: Shows results

No waiting for long tasks to finish.

📸 6. Screenshot Integration

VSCode's Claude Code extension lets you paste screenshots to explain issues. This CLI system provides the same capability:

```yaml

SayTask vs cmd Pipeline

Shogun has two complementary task systems:

CapabilitySayTask (Voice Layer)cmd Pipeline (AI Execution)
Voice input → task creation
Morning notification digest
Eat the Frog 🐸 selection
Streak tracking
AI-executed tasks (multi-step)
8-agent parallel execution

SayTask handles personal productivity (capture → schedule → remind). The cmd pipeline handles complex work (research, code, multi-step tasks). Both share streak tracking — completing either type of task counts toward your daily streak.

---

FAQ

Q: How is this different from other task apps? A: You never open an app. Just speak. Zero friction. Most task apps fail because people stop opening them. SayTask removes that step entirely.

Q: Can I use SayTask without the full Shogun system? A: SayTask is a feature of Shogun. Shogun also works as a standalone multi-agent development platform — you get both capabilities in one system.

Q: What's the Frog 🐸? A: Every morning, AI picks your hardest task — the one you'd rather avoid. Tackle it first (the "Eat the Frog" method) or ignore it. Your call.

Q: Is it free? A: Everything is free and open-source. ntfy is free too. No account, no server, no subscription.

Q: Where is my data stored? A: Local YAML files on your machine. Nothing is sent to the cloud. Your tasks never leave your device.

Q: What if I say something vague like "that thing for work"? A: AI does its best to categorize and schedule it. You can always refine later — but the point is capturing the thought before it disappears.

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

multi-agent-shogun 是一个基于 WSL2 环境构建的多智能体协作系统。该系统利用 Linux 的 tmux 工具来高效管理多个 AI Agents,通过模拟指挥官模式实现复杂的任务调度。由于其核心逻辑运行在 Linux 环境中,Windows 用户需要通过 WSL2 来运行此系统,以确保 tmux 等工具的完美兼容。

⚡ 功能介绍

本项目集成了强大的多智能体协作能力,支持通过不同的 CLI 工具驱动多个角色(如 Shogun、Karo、Gunshi)协同工作。系统具备非阻塞式工作流,允许用户在智能体执行后台任务时继续下达指令,并通过 Dashboard 实时监控任务进度,实现极高的开发效率与交互体验。

📋 环境依赖

在使用本项目前,请确保您的环境已安装 WSL2 以及 Ubuntu 分发版。此外,系统依赖 bash 4+ 和 tmux 环境。在模型接入方面,您需要准备好 Claude Code、Codex、Copilot、Kimi 或 OpenCode 中的至少一种工具,以驱动底层的 AI 能力。

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

首次安装请在 Windows 环境下运行 `install.bat`,它会自动检测并引导您安装 WSL2 和 Ubuntu。安装完成后,进入项目目录执行 `./first_setup.sh` 进行初始化配置。该脚本会自动处理依赖项与 MCP 配置,确保环境符合运行要求。请注意,首次运行 Claude Code 时需通过 OAuth 认证并选择 'Bypass Permissions' 以获得完整权限。

🚀 使用教程

项目通过 YAML 文件管理任务上下文。您只需在 `projects/` 目录下创建对应的配置文件,并在其中定义 `north_star`(项目终极目标)和相关规则。Shogun 与 Karo 会自动读取这些上下文进行指令注入。当您需要执行任务时,直接通过命令行交互即可,无需频繁切换应用,实现‘即说即做’的无缝体验。

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

系统配置主要通过 `config/settings.yaml` 进行管理,例如您可以设置截图保存路径。针对不同角色的模型能力,系统内置了不同的模型策略:Shogun 负责战略决策,Karo 负责任务分发与质量控制,Gunshi 则专注于深度分析与架构评审。您可以根据需求调整各 Agent 的 Thinking 模式或切换模型。

🔌 API 说明

与传统的按 Token 计费的 API 模式不同,本项目优先采用 CLI 订阅模式。这种方式在运行多个高阶模型(如 Opus 级别)时具有极高的成本优势:相比于 API 每小时可能高达 $100+ 的开销,使用 CLI 订阅可以实现每月固定费用的成本预测,避免了因任务量激增导致的费用失控。

🔄 工作流/模块

本项目采用非阻塞式工作流(Non-Blocking Workflow),确保用户体验流畅。当您下达指令后,Shogun 会立即将任务委派给 Worker 并在后台���行,同时将控制权交还给用户,您可以立即输入下一条指令。同时,系统集成了截图功能,支持通过 VSCode 的 Claude Code 插件粘贴截图来辅助解释问题,实现视觉与文本的双重理解。

❓ FAQ 摘要

常见问题解答:本项目与传统任务管理应用的区别在于其‘零摩擦’的交互方式,用户无需手动打开 App,通过命令行即可完成任务调度。此外,本项目不仅是一个任务系统,更是一个完整的智能体工作流,通过集成多种 CLI 工具(如 Claude Code),实现了强大的文件读写、搜索及 Memory MCP 能力。

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

架构创新的多智能体框架,Claude集成深度好,并行编排高效。文档完善度和扩展性表现优秀,适合专业级应用。

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
multi-agent-shogun 中文教程multi-agent-shogun 安装报错怎么办multi-agent-shogun MCP 配置multi-agent-shogun Agent 工作流multi-agent-shogun 与同类工具对比multi-agent-shogun 最佳实践multi-agent-shogun 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效

👥 适合人群

AI 技术爱好者研究人员和学生开发者和工程师技术创业者

🎯 使用场景

  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

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

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

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

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

❓ 常见问题 FAQ

You never open an app. Just speak. Zero friction. Most task apps fail because people stop opening them. SayTask removes that step entirely.
💡 AI Skill Hub 点评

AI Skill Hub 点评:multi-agent-shogun Agent工作流 的核心功能完整,质量优秀。对于AI爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

📚 深入学习 multi-agent-shogun Agent工作流
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 multi-agent-shogun
原始描述 开源AI工作流:Samurai-inspired multi-agent system for Claude Code. Orchestrate parallel AI tas。⭐1.3k · Shell
Topics 多智能体工作流编排Claude自动化并行处理
GitHub https://github.com/yohey-w/multi-agent-shogun
License MIT
语言 Shell
🔗 原始来源
🐙 GitHub 仓库  https://github.com/yohey-w/multi-agent-shogun

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

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