paladin-ai 0.5.0

Enterprise AI orchestration framework with multi-agent coordination patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod arsenal;
pub mod auth;
pub mod citadel;
#[cfg(feature = "content-processing")]
pub mod document;
pub mod file_storage;
pub mod garrison;
pub mod herald;
pub mod input;
pub mod llm;
pub mod logs;
#[cfg(feature = "notifications")]
pub mod notifications;
pub mod output;
pub mod paladin_registry;
pub mod queue;
pub mod sanctum;
pub mod scheduling;