Skip to main content

interactive

Function interactive 

Source
pub async fn interactive(
    harness: &AgentHarness,
    args: &Args,
    initial: Option<String>,
    extra_messages: &[String],
) -> i32
Expand description

interactive mode: a minimal line-oriented REPL. NOT a port of the TS TUI.