//! FFI bindings to native Gopher libraries.
//!
//! This module provides safe Rust bindings to:
//! - `gopher-orch` - AI agent orchestration library
//! - `gopher-auth` - OAuth/JWT authentication library (optional, requires `auth` feature)
// Re-export orch types at module level for backward compatibility
pub use *;