openagent-aegis-core (Rust)
AEGIS core plugin interfaces, types, and error types
Purpose
AEGIS core plugin interfaces, types, and error types
Read the aegis verification guide.
Source contract
| Field | Value |
|---|---|
| Package | openagent-aegis-core |
| Version | 0.2.0 |
| Language | Rust |
| Runtime floor | 1.85 |
| Manifest | aegis/openagent-aegis-core/Cargo.toml |
| Distribution | Source package; registry publication not verified |
Manifest SHA-256: 6c3bf81fb6608f587fbf03df7f2b0a1bb092e00b893ca423cc6e2c5eb16a90a6. 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-core/src/lib.rs
Source SHA-256: 88d7730fc7e6ae32363a1c3e20c911711e49b185bd5482f35302a01053d22c78.
pub mod error;
pub mod plugin;
pub mod types;
pub use error::*;
pub use plugin::*;
pub use types::*;Module signatures and options
Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.