//! Interactive PTY-based shell sessions for agents.
//!
//! Provides three tools: `shell_start`, `shell_send`, `shell_end` that let agents
//! drive persistent interactive terminal sessions (SSH, REPLs, debuggers, etc).
pub use ShellConfig;
pub use ;
pub use ShellStartTool;
pub use ShellSendTool;
pub use ShellEndTool;