pub async fn run_interactive(
project_path: &Path,
provider: ProviderType,
model: Option<String>,
) -> AgentResult<()>Expand description
Run the agent in interactive mode with custom REPL supporting /model and /provider commands
pub async fn run_interactive(
project_path: &Path,
provider: ProviderType,
model: Option<String>,
) -> AgentResult<()>Run the agent in interactive mode with custom REPL supporting /model and /provider commands