Skip to main content

AgentCoreExt

Trait AgentCoreExt 

Source
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.

Required Methods§

Source

fn into_tui(self) -> TuiRunner

Convert this AgentCore into a TuiRunner for TUI operation.

Implementors§