paladin-ai 0.1.0

Enterprise AI orchestration framework with multi-agent coordination patterns
Documentation
1
2
3
4
5
6
7
8
//! Scheduling adapters for the infrastructure layer.
//!
//! Provides concrete implementations of the [`SchedulerPort`] trait using
//! external scheduling libraries.
//!
//! [`SchedulerPort`]: paladin_ports::output::scheduler_port::SchedulerPort

pub mod tokio_cron_adapter;