Skip to main content

run_console

Function run_console 

Source
pub async fn run_console(
    agent: Arc<dyn Agent>,
    app_name: String,
    user_id: String,
) -> Result<()>
Expand description

Run an interactive console session with the given agent.

This is a convenience wrapper kept for backward compatibility with existing examples. Prefer Launcher for new code.