OpenAgentID documentation
Source referencesPackage entries

openagent-client (Rust)

OpenAgent protocol client — challenge-response auth for agents

Purpose

OpenAgent protocol client — challenge-response auth for agents

Read the legacy client and server guide.

Source contract

FieldValue
Packageopenagent-client
Version0.1.0
LanguageRust
Runtime floor1.78
Manifestopenagents/openagent.id/crates/openagent-client/Cargo.toml
DistributionSource package; registry publication not verified

Manifest SHA-256: 5c001f496c461f291ba35df0c5e9834d8a17e3b6cc37a56f11c23011505b7134. 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-client/src/lib.rs

Source SHA-256: 23b524b4bb88ff2889460df8f132972d7e3b707a7f3af5891a1f6d26c69240f4.

pub mod error;
pub struct OpenAgentClient {
pub struct AuthenticatedResponse {

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