//! Agent definition loading, crew assembly, and versioning.
//!
//! Handles the declarative side of AgnosAI: loading agent definitions from
//! JSON/YAML files, assembling crews from team specs, and tracking definition
//! versions with rollback support.
/// Kubernetes CRD type definitions for crew/agent resources.
// Re-exports for convenience.
pub use ;
pub use AgnosPackage;