stakpak 0.3.58

Stakpak: Your DevOps AI Agent. Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod checkpoint;
pub mod helpers;
pub mod mcp_init;
pub mod mode_async;
pub mod mode_interactive;
pub mod pause;
pub mod profile_switch;
pub mod renderer;
pub mod stream;
pub mod tooling;
pub mod tui;

pub use mode_async::{RunAsyncConfig, run_async};
pub use mode_interactive::{RunInteractiveConfig, run_interactive};
pub use pause::{AsyncOutcome, ResumeInput};
pub use renderer::OutputFormat;