agent-of-empiresAgent44/100 via “profile-isolated workspace management”
Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile. Also supports Mistral Vibe, Codex CLI, Gemini CLI, Pi.dev, Copilot CLI, Factory Droid Coding. Uses tmux and git worktrees.
Unique: Implements profile isolation at the storage layer (src/session/storage.rs) with automatic directory scoping, allowing complete session independence without manual path management. Profiles are composable with worktree and Docker sandbox configurations, enabling per-project agent behavior customization.
vs others: More lightweight than containerized workspace solutions (Docker Compose) while providing stronger isolation than simple directory-based organization, with explicit profile switching semantics.