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.