//! Domain models for AIVCS.
//!
//! Canonical definitions for the core entities:
//! - `AgentSpec`: Immutable specification of an agent
//! - `Run`: Execution instance of an agent
//! - `EvalSuite`: Evaluation framework for testing agents
//! - `Release`: Deployment records
// Re-export main types and errors
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use SnapshotMeta;