paladin-ai 0.4.1

Enterprise AI orchestration framework with multi-agent coordination patterns
Documentation
1
2
3
4
5
6
//! Citadel Error Types
//!
//! Re-exports [`CitadelError`] from `paladin-core` where it now lives alongside
//! the other domain error types (`garrison_error`, `registry_error`, etc.).

pub use paladin_core::platform::container::citadel_error::CitadelError;