//! Agent runner module for executing configurable agent commands.
//!
//! This module provides a generic agent runner that executes shell commands
//! based on configuration templates. It replaces the OpenCode-specific runner
//! with a configurable approach.
pub
// Re-export public types for backward compatibility
pub use OutputLine;
pub use ;
pub use AgentRunner;