stakpak 0.3.68

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
pub mod fs_handler;
pub mod server;
pub mod utils;
pub use server::StakpakAcpAgent;
pub use stakpak_mcp_server::tool_names;