noxy-sdk 2.0.0

Decision Layer SDK for AI agents. Encrypted actionable decisions over gRPC.
Documentation
1
2
3
4
5
6
7
mod decision;
mod identity;
mod quota;

pub(crate) use decision::DecisionService;
pub(crate) use identity::IdentityService;
pub(crate) use quota::QuotaService;