pub trait AgentCoreExt {
// Required method
fn into_tui(self) -> TuiRunner;
}Expand description
Extension trait to add TUI functionality to AgentCore.
This trait is implemented for AgentCore when the tui feature is enabled,
providing a convenient into_tui() method.