1 2 3 4 5
use anyhow::{Result, bail}; pub fn run(_instruction: &str) -> Result<()> { bail!("ferrflow agent is not yet implemented") }