openagent-server (Rust)
OpenAgent protocol server middleware — challenge-response identity for agents
Purpose
OpenAgent protocol server middleware — challenge-response identity for agents
Read the legacy client and server guide.
Source contract
| Field | Value |
|---|---|
| Package | openagent-server |
| Version | 0.1.0 |
| Language | Rust |
| Runtime floor | 1.78 |
| Manifest | openagents/openagent.id/crates/openagent-server/Cargo.toml |
| Distribution | Source package; registry publication not verified |
Manifest SHA-256: 6ad9e3d5b1cdce9f6729f09450f86448f5e55d49252aa8dc0a226649ccb4526e. 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.
openagents/openagent.id/crates/openagent-server/src/lib.rs
Source SHA-256: c43f987d28dca0c03c3934d60c2f9f82ce7cc8a39cd25885a4e8ecd524ebbadc.
pub mod authority;
pub mod challenge;
pub mod config;
pub mod did_key;
pub mod error;
pub mod l1feid_client;
pub mod layer;
pub mod session;
pub mod verify;
pub use authority::{
require_authoritative_lineage, AuthorityError, LegacyLineageEvidence, MissingAuthorityVerifier,
PrivilegedAuthorityRequest, PrivilegedAuthorityVerifier,
};
pub use config::OpenAgentConfig;
pub use l1feid_client::L1feIdClient;
pub use layer::OpenAgentLayer;Module signatures and options
Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.