Agent of Empires banner
njbrake njbrake

Agent of Empires

Development community intermediate

Description

- **Multi-agent support** -- Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI, Cursor CLI, Copilot CLI, and Pi.dev - **TUI dashboard** -- visual interface to create, monitor, and manage sessions

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agent of Empires (AoE)








A terminal session manager for AI coding agents on Linux and macOS. Built on tmux, written in Rust.

Run multiple AI agents in parallel across different branches of your codebase, each in its own isolated session with optional Docker sandboxing.

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

[](https://www.youtube.com/watch?v=Kk8dX_F-P4E)

Features

  • Multi-agent support -- Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI, Cursor CLI, Copilot CLI, and Pi.dev
  • TUI dashboard -- visual interface to create, monitor, and manage sessions
  • Agent + terminal views -- toggle between your AI agents and paired shell terminals with t
  • Status detection -- see which agents are running, waiting for input, or idle
  • Git worktrees -- run parallel agents on different branches of the same repo
  • Docker sandboxing -- isolate agents in containers with shared auth volumes
  • Diff view -- review git changes and edit files without leaving the TUI
  • Per-repo config -- .aoe/config.toml for project-specific settings and hooks
  • Profiles -- separate workspaces for different projects or clients
  • CLI and TUI -- full functionality from both interfaces

How It Works

AoE wraps [tmux](https://github.com/tmux/tmux/wiki). Each session is a tmux session, so agents keep running when you close the TUI. Reopen `aoe` and everything is still there.

...