Skip to main content

Module types

Module types 

Source
Expand description

Core types for AgenticConnect.

Re-exports§

pub use auth::AuthMethod;
pub use auth::OAuth2GrantType;
pub use auth::StoredCredential;
pub use connection::Connection;
pub use connection::ConnectionId;
pub use connection::ConnectionResult;
pub use connection::Session;
pub use error::ConnectError;
pub use error::ConnectResult;
pub use health::HealthCheck;
pub use health::HealthStatus;
pub use health::Slo;
pub use health::TrendPoint;
pub use protocol::Protocol;
pub use protocol::ProtocolCapabilities;
pub use retry::CircuitBreaker;
pub use retry::CircuitState;
pub use retry::FailureClass;
pub use retry::RateLimitWindow;
pub use retry::RetryPolicy;
pub use retry::RetryStrategy;
pub use soul::ConnectionProfile;
pub use soul::ErrorRecord;
pub use soul::PerformanceBaseline;
pub use soul::SystemFingerprint;

Modules§

auth
Authentication types — Invention 2: Adaptive Authentication.
connection
Connection types — core data model for all connections.
error
Error types for AgenticConnect.
health
Health check types — Invention 20: Network Sentinel.
protocol
Protocol types — Invention 1: Protocol Omniscience.
retry
Retry and circuit breaker types — Invention 4: Intelligent Retry Fabric.
soul
Connection soul types — Invention 3: Connection Soul.