DocumentationAIP 1.0DocumentationArchitecture and Security
Architecture Documentation
These documents explain how the Rust workspace implements the AIP 1.0 semantics. They are descriptive implementation documentation; the AIP 1.0 Specification remains the normative wire contract.
Read in this order:
- Architecture Overview for the component boundaries.
- Dependency Graph for crate direction and feature ownership.
- Gateway for ingress, routing, admission, and profile composition.
- Runtime for durability, scheduling, approvals, transactions, delegation, and recovery.
- Security Model for authentication, authorization, identity, replay, and secret boundaries.
For deployment topology, use Production Deployment. For current evidence and known limitations, use Implementation Status.