feat: add stakpak package (v0.3.86)
Some checks are pending
CI / check (push) Waiting to run

Stakpak is a DevOps AI agent that generates infrastructure code,
debugs Kubernetes, configures CI/CD, and automates deployments.

- Source: github.com/stakpak/agent v0.3.86
- Rust workspace (14 crates), default binary: stakpak
- Dependencies: openssl (transitive via native-tls), pkg-config
- License: Apache-2.0
This commit is contained in:
Hermes Agent
2026-06-07 19:42:25 +00:00
parent 37dd6d3295
commit a0abf62d0d
3 changed files with 49 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ A custom Nix overlay and flake providing additional packages not found in upstre
| `kubernetes-mcp-server` | Model Context Protocol (MCP) server for Kubernetes and OpenShift | MCP Servers |
| `loop` | Corporate messenger for your team | Communication |
| `radar` | Modern Kubernetes visibility — topology, event timeline, service traffic, resource browsing, Helm management, and GitOps support | Kubernetes |
| `stakpak` | DevOps AI agent that generates infrastructure code, debugs Kubernetes, configures CI/CD, and automates deployments | AI Agents |
## Usage
@@ -122,7 +123,8 @@ nix-overlay/
│ ├── loop/ # Corporate messenger for your team
│ ├── mcp-gateway/ # MCP protocol gateway
│ ├── radar/ # Kubernetes UI (topology, timeline, Helm, GitOps)
── skillsmcp/ # MCP server for Agent Skills
── skillsmcp/ # MCP server for Agent Skills
│ └── stakpak/ # DevOps AI agent for infrastructure automation
└── README.md
```