delegated 0.1.1

Fail-closed trust evaluation for agentic AI systems — delegation tokens, policy enforcement, and audit for agent-to-agent and human-to-agent workflows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod a2a;
pub mod guard;
pub mod http;
pub mod mcp;

#[cfg(feature = "async")]
pub mod a2a_async;
#[cfg(feature = "async")]
pub mod http_async;
#[cfg(feature = "async")]
pub mod mcp_async;

#[cfg(feature = "axum")]
pub mod axum_layer;