openagent-aegis-policy (Rust)
AEGIS policy enforcement framework — spending, contract, temporal, and lineage-aware policies
Purpose
AEGIS policy enforcement framework — spending, contract, temporal, and lineage-aware policies
Read the aegis verification guide.
Source contract
| Field | Value |
|---|---|
| Package | openagent-aegis-policy |
| Version | 0.2.0 |
| Language | Rust |
| Runtime floor | 1.85 |
| Manifest | aegis/openagent-aegis-policy/Cargo.toml |
| Distribution | Source package; registry publication not verified |
Manifest SHA-256: 1ee7ac173df0fd66faa8ac9192868bde7148425e954d2ac4fb3d509cb17b2076. The recorded Git revision identifies the containing repository; the manifest and entry-point hashes identify this working-tree snapshot.
Integration
Use the package root above from an authorized source checkout. Preserve sibling dependencies and their version/feature requirements. Install the runtime and compile the selected package before using its generated artifacts. The task guide describes configuration, trust boundaries, and error behavior. Test/conformance and deployment packages are supporting tools, not interchangeable production identity providers.
Exported entry points
The declarations below are extracted from the named entry files. This is a navigable source reference, not compiler-generated documentation of every transitive module. Feature gates and runtime requirements still apply. Private implementation files are not promoted to public APIs merely because they contain a public declaration.
aegis/openagent-aegis-policy/src/lib.rs
Source SHA-256: 4d0513d5b022efc203ba22a565acaccec45761e802bc4d1102ac476636cdd6ab.
pub mod composition;
pub mod contract;
pub mod lineage;
pub mod spending;
pub mod temporal;Module signatures and options
Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.