hematite-cli 0.7.0

Senior SysAdmin, Network Admin, and Software Engineer living in your terminal. A high-precision local AI agent harness for LM Studio, Ollama, and other local OpenAI-compatible runtimes that runs 100% on your own silicon. Reads repos, edits files, runs builds, and inspects the machine it is running on—including full network state and workstation telemetry.
Documentation
1
2
3
4
5
6
use serde_json::Value;

/// Precision File Discovery using Fuzzy Matching.
pub async fn find_files_fuzzy(args: &Value) -> Result<String, String> {
    crate::agent::find_files::find_files_fuzzy(args).await
}