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
pub mod tool;
pub use tool::RiskLevel;
pub mod code_sandbox;
pub mod file_edit;
pub mod file_ops;
pub mod git;
pub mod git_onboarding;
pub mod github;
pub mod guard;
pub mod hardening;
pub mod health;
pub mod host_inspect;
pub mod lsp_tools;
pub mod plan;
pub mod repo_script;
pub mod research;
pub mod risk_evaluator;
pub mod runtime_trace;
pub mod scoping_tools;
pub mod search;
pub mod shell;
pub mod tasks;
pub mod tool_schema_cache;
pub mod toolchain;
pub mod verify_build;
pub mod vision;
pub mod workspace_workflow;