OpenAgentID documentation
Source referencesPackage entries

openagent-ws (Rust)

WebSocket adapter for the OpenAgent Auth Protocol (OAAP) — maps the 4-step OAAP handshake onto WebSocket connections for real-time agent-to-agent communication.

Purpose

WebSocket adapter for the OpenAgent Auth Protocol (OAAP) — maps the 4-step OAAP handshake onto WebSocket connections for real-time agent-to-agent communication.

Read the protocol adapters guide.

Source contract

FieldValue
Packageopenagent-ws
Version0.1.0
LanguageRust
Runtime floor1.78
Manifestopenagent-sdk/adapters/websocket/rust/Cargo.toml
DistributionSource package; registry publication not verified

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

openagent-sdk/adapters/websocket/rust/src/lib.rs

Source SHA-256: d6f1fc27284f118a123a7d0274dbc44542c94225a3b7b5c1dd2635d6276c4348.

pub mod client;
pub mod error;
pub mod frame;
pub mod server;
pub mod session;
pub mod transport;
pub use client::OpenAgentWsClient;
pub use error::{Result, WsError};
pub use server::OpenAgentWsHandler;
pub use session::AuthenticatedSession;
pub const VERSION: &str = env!("CARGO_PKG_VERSION");

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