OpenAgentID documentation
Source referencesRust module referenceopenagent-claude-agent

openagent-claude-agent · crate

Declared module signatures, types, configuration, and source documentation.

Source: openagent-sdk/integrations/claude-agent-sdk/rust/src/lib.rs. SHA-256: e8f91183afd16d5b68e4263a8ac0e6b53399b2e83daea317c8758d1f22ac7e51.

This source reference follows declared modules and preserves feature attributes. It includes public declarations and implementation methods in those modules. Private-module exports and trait resolution still require the compiler; not every declaration is a crate-root import. Function bodies and constant values are omitted. Source comments describe their implementation context and are not a production deployment claim.

audit

pub mod audit;

Source line: 62.

error

pub mod error;

Source line: 63.

hash

pub mod hash;

Source line: 64.

hooks

pub mod hooks;

Source line: 65.

identity

pub mod identity;

Source line: 66.

plugin

pub mod plugin;

Source line: 67.

policy

pub mod policy;

Source line: 68.

pub use error::Error;

pub use error::Error;

Source line: 70.

pub use hooks::{HookContext, OpenAgentHooks};

pub use hooks::{HookContext, OpenAgentHooks};

Source line: 71.

pub use plugin::{OpenAgentPlugin, PluginConfig};

pub use plugin::{OpenAgentPlugin, PluginConfig};

Source line: 72.

On this page