stakpak/agent — Summary
Stakpak is a Rust-based DevOps AI agent CLI designed for 24/7 autonomous infrastructure operations. Its core value proposition is "all the upside of a PaaS, none of the lock-in" — an always-on agent that generates infrastructure code, debugs Kubernetes, configures CI/CD, and automates deployments without exposing LLM tools to raw credentials. Key security primitives: dynamic secret substitution (AI works with credentials without ever seeing values), Warden network-level policy guardrails (blocks destructive operations before execution), and a Docker-based sandbox that isolates subagent tool calls. The stakpak binary ships with 20+ subcommands including an Autopilot mode (stakpak up) that starts a background daemon with cron-scheduled tasks and channel integrations (Slack). A Ratatui TUI surfaces live output. The framework bundles DevOps knowledge as "Rulebooks" — configurable SOPs/playbooks that shape agent behavior.
Differs from seeds: Most similar to agent-os (always-on autonomous agent) but Stakpak is narrowly scoped to DevOps/infrastructure, not general-purpose. Unlike taskmaster-ai (task breakdown MCP server), Stakpak embeds the task execution in the CLI binary with Docker sandbox isolation. The secret substitution and Warden guardrails are unique in this corpus — no seed framework has network-level policy enforcement on AI tool calls.