Skills2026年5月12日·1 分钟阅读

agent-of-empires — Multi-Agent Manager for Claude Code

AoE manages multiple AI coding agents with tmux-backed sessions, git worktrees, and an optional web dashboard you can access from phone or browser.

Agent 就绪

先审查再安装

这个资产需要先审查。复制的指令会要求 Agent dry-run、列出写入项,确认后再继续。

Needs Confirmation · 64/100策略:需确认
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Asset
先审查命令
npx -y tokrepo@latest install 97d7e529-6677-56e6-b60b-ff51543325f1 --target codex

先 dry-run,确认写入项后再运行此命令。

简介

Agent of Empires(AoE)把“并行跑多个编码 Agent”变得可控:tmux 持久会话、worktree 隔离与可视化面板用于快速监督。

最适合: 在多个分支/仓库并行运行 2–10 个编码 Agent

适配: Linux/macOS;依赖 tmux;Docker 可选用于沙箱隔离

配置时间: 10–20 分钟

关键事实(已验证)

  • README 特性列表提到支持多种 Agent CLI(Claude Code、Codex CLI、Gemini CLI、Cursor CLI 等)。
  • README 提供 brew install aoe 与 curl 一键安装两种方式。
  • GitHub:2,191 stars · 187 forks;最近更新 2026-05-12(GitHub API 验证)。

正文

AoE 真正好用通常来自三个习惯:

  1. 每个 Agent 用一个 git worktree,避免在同一个工作区互相踩踏。
  2. 会话命名围绕意图(如 lint-fixperf-profile),面板里更容易快速分诊。
  3. 保留“人类复核回路”:让 Agent 先产出,再在 AoE 内查看 diff/修改后再合并。

README 原文节选(verbatim)

Agent of Empires

Agent of Empires (AoE)

njbrake%2Fagent-of-empires | Trendshift

CI Homebrew License: MIT ClawHub
YouTube Follow @natebrake Discord

A session manager for AI coding agents on Linux and macOS. Use it from the terminal (TUI) or from any browser (web dashboard).

Run multiple AI agents in parallel across different branches of your codebase, each in its own isolated session with optional Docker sandboxing. Access your agents from your laptop, phone, or tablet.

Why AoE?

Running one AI agent is easy. Running five of them across different branches, keeping track of which is stuck, which is waiting on input, and which just made a mess of your working tree, becomes a part-time job. AoE makes it a glance: one dashboard, one status column, git worktrees and Docker sandboxes set up for you, and sessions that outlive your terminal.

If you find this project useful, please consider giving it a star on GitHub: it helps others discover the project!

Want merch? Visit the store.

Agent of Empires Demo
Watch the getting started video

FAQ

关掉 AoE 会话会消失吗? 答:README FAQ 表示会话作为 tmux 会话在后台持久存在,直到你手动删除。

Windows 能用吗? 答:README FAQ 表示原生 Windows 不支持,可能需要 WSL2。

必须装 Docker 吗? 答:README 说明 Docker 仅用于可选沙箱隔离;tmux 才是必需项。

🙏

来源与感谢

Source: https://github.com/njbrake/agent-of-empires > License: MIT > GitHub stars: 2,191 · forks: 187

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产