paladin-ai 0.4.1

Enterprise AI orchestration framework with multi-agent coordination patterns
Documentation
1
2
3
4
5
6
//! Handoff Error Types
//!
//! Re-exports [`HandoffError`] from its canonical home in `paladin-core`'s
//! `core::platform::container::arsenal::handoff_error` module.

pub use crate::core::platform::container::arsenal::handoff_error::HandoffError;