paladin-ai 0.4.3

Enterprise AI orchestration framework with multi-agent coordination patterns
Documentation
1
2
3
4
5
6
7
//! In-memory opaque-token authentication adapter.

/// Concrete [`AuthPort`](paladin_ports::output::auth_port::AuthPort)
/// implementation backed by an in-memory store of hashed tokens.
pub mod in_memory_token_auth_adapter;

pub use in_memory_token_auth_adapter::InMemoryTokenAuthAdapter;