Stakpak: Your DevOps AI Agent. Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production.
//! Local storage and hook infrastructure
//!//! This module provides:
//! - Database operations for local session storage
//! - Lifecycle hooks for context management
// Sub-modules
pub(crate)modcontext_managers;pubmodhooks;pubmodmigrations;pubmodskills;pubmodstorage;#[cfg(test)]modtests;