// Thin wrapper — re-exports agor_core::pty types. // PtyManager is now in agor-core; this module only re-exports for lib.rs. pub use agor_core::pty::{PtyManager, PtyOptions};