hematite-cli 0.8.2

Senior SysAdmin, Network Admin, Data Analyst, 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, inspects full network state and workstation telemetry, and runs real Python/JS for data analysis.
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
}