Skip to main content
0
A

Agent

Ship your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your a

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

API key required

Works With

Claude CodeCursorWindsurfVS Code

About

Ship your code, on autopilot.

An open source agent that lives on your machines 24/7, keeps your apps running, and only pings when it needs a human. All the upside of a PaaS, none of the lock-in.

:star: Help us reach more developers and grow the Stakpak community. Star this repo!

Try Stakpak Now

bash
curl -sSL https://stakpak.dev/install.sh | sh # install Stakpak
stakpak init # understand your apps and tech stack
stakpak autopilot up # start the autonomous agent, running 24/7 in the background

For more installation options...

You can't trust most AI agents with your DevOps. One mistake, and your production is toast. Stakpak is built different:

  • Secret Substitution - The LLM works with your credentials without ever seeing them
  • Warden Guardrails - Network-level policies block destructive operations before they run
  • DevOps Playbooks Baked-in - Curated library of DevOps knowledge in Stakpak Rulebooks

Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production.

🤖 Autopilot (24/7 Autonomous Runtime)

Use the new lifecycle aliases for one-command setup/start/stop:

bash
stakpak up        # alias for: stakpak autopilot up
stakpak down      # alias for: stakpak autopilot down

You can also use the canonical subcommands:

bash
stakpak autopilot up
stakpak autopilot status
stakpak autopilot logs
stakpak autopilot down
stakpak autopilot doctor

#### Autopilot prerequisites

Before running autopilot on a remote VM:

  • Docker must be installed and accessible to the current user
  • 2GB+ RAM is recommended for reliable autopilot + sandbox runs
  • Swap is strongly recommended on small Linux hosts
  • Linux user services may require linger to survive logout

stakpak up now runs preflight checks before startup, and stakpak autopilot doctor can be used as a deployment-readiness check before first boot:

bash
stakpak autopilot doctor
stakpak up

See also: cli/README.md

#### Unified configuration (profiles + autopilot wiring)

  • ~/.stakpak/config.toml: profile behavior (model, allowed_tools, auto_approve, system_prompt, max_turns, provider credentials)
  • ~/.stakpak/autopilot.toml: runtime wiring (schedules, channels, service/server settings)

Use profile = "name" on schedules/channels and keep behavior inside profile definitions.

bash
# schedule profile
stakpak autopilot schedule add health --cron '*/5 * * * *' --prompt 'Check health' --profile monitoring

# channel profile
stakpak autopilot channel add slack --bot-token "$SLACK_BOT_TOKEN" --app-token "$SLACK_APP_TOKEN" --profile ops

Full setup guide: cli/README.md

🔒 Security Hardened

Don't lose this

Three weeks from now, you'll want Agent again. Will you remember where to find it?

Save it to your library and the next time you need Agent, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

Ship your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your a. Best for anyone looking to make their AI assistant more capable in devops & monitoring. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.