What problem does it solve?
Sysadmin agents diagnose host OS, identify missing dependencies, and safely install required packages so other agents can operate without destabilizing the system.
Core Features & Use Cases
- OS and architecture detection across macOS, Linux, and Windows to tailor installation steps.
- Strict containment with local, non-global installs (virtual environments for Python, local npm/node_modules, and user-space package managers) to avoid system-wide changes.
- Escalation & consent workflow: NO SUDO WITHOUT PERMISSION; pauses to obtain explicit user approval when elevated privileges are needed.
- Verification after each install: confirm that the tool is available in PATH and functional by checking version or help commands.
Quick Start
Diagnose the host OS and install any missing dependencies locally, then verify tool availability.