AIAny
AI Agent2026
Icon for item

mngr

CLI for creating, running, and managing coding agents across local hosts, containers, and cloud sandboxes. Uses SSH, git, and tmux; supports snapshots, push/pull, auto-shutdown for cost control, and provider-agnostic workflows for developer-centric agent orchestration.

Introduction

Most agent tooling today is a hosted, opaque service that trades control for convenience. As teams experiment with dozens of coding agents and mixed providers, the hard problems become orchestration, isolation, and reproducible state — not model quality. mngr flips that tradeoff: it treats agents as first-class, Git-like resources you run on compute you control.

What Sets It Apart
  • Git-like agent lifecycle semantics — create, clone, snapshot, push/pull, and fork agent state so agent environments and histories are reproducible across hosts. This makes experimentation auditable and portable (so what: reduces drift when iterating on agent-driven changes).
  • Provider-agnostic, SSH-native architecture — agents run in tmux sessions on any SSH-accessible host (local, Docker, Modal, etc.). Built on familiar primitives (SSH, git, tmux), so teams avoid a locked-in managed control plane (so what: lowers onboarding friction and improves security posture).
  • Cost- and security-minded defaults — agents auto-shutdown when idle, support network allowlists, and use per-host SSH isolation (so what: easier to reason about inference spend and safer to run untrusted agents).
  • Developer-first UX — a terse CLI surface (create/list/connect/message/exec) with tab completion and programmatic messaging makes it easy to script and integrate agents into CI or local workflows (so what: faster iteration and straightforward debugging via direct SSH into agent sessions).
Who It's For and Tradeoffs

Great fit if you are a developer or small team who: wants to run many coding agents without a managed SaaS; needs reproducible agent state or the ability to snapshot/fork agent work; prefers simple, scriptable tooling built on SSH/git/tmux.

Look elsewhere if you need a polished multi-tenant web UI, enterprise-grade role-based access controls out of the box, or a fully managed hosted orchestration platform — mngr intentionally avoids a central managed control plane and relies on host-level tooling and provider integrations (tradeoff: more operational responsibility in exchange for control and transparency).

Where It Fits

Use mngr as the orchestration layer when you value provable isolation, reproducible agent state, and local-first experimentation. It pairs well with containerized providers (Docker, Modal) and can slot into CI pipelines or developer workstations where SSH access and simple lifecycle scripts are preferred.

Information

  • Websitegithub.com
  • AuthorsImbue AI
  • Published date2026/01/19

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).