OpenAgentID documentation
Source referencesPackage entries

openagent-aegis-sdk (Rust)

AEGIS SDK — unified high-level API for all AEGIS layers

Purpose

AEGIS SDK — unified high-level API for all AEGIS layers

Read the aegis verification guide.

Source contract

FieldValue
Packageopenagent-aegis-sdk
Version0.2.0
LanguageRust
Runtime floor1.85
Manifestaegis/openagent-aegis-sdk/Cargo.toml
DistributionSource package; registry publication not verified

Manifest SHA-256: 2823c82255705a96613dd16e42af94de09e1381d4b834b2ac5b9d7ecb28a0c30. 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.

Features and optional dependencies

{
  "default": [],
  "postgres": [
    "aegis-store-pg"
  ]
}

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-sdk/src/lib.rs

Source SHA-256: 83968235678802fdbfb94a7eb82f2246bb076573da27fa4a3c6ab060e6e44b3a.

pub mod client;
pub mod config;
pub use client::{AegisClient, AegisStores};
pub use config::{AegisConfig, StorageBackend};
pub use aegis_auth;
pub use aegis_delegate;
pub use aegis_keys;
pub use aegis_verify;
pub use aegis_wallet;
pub use openagent_aegis_core;
pub use openagent_aegis_policy;

Module signatures and options

Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.

On this page