hematite-cli 0.10.0

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
pub mod architecture_summary;
pub mod compaction;
pub mod config;
pub mod conversation;
pub mod diagnose;
pub mod diagnose_why;
pub mod diff_tracker;
pub mod direct_answers;
pub mod economics;
pub mod edge_redact;
pub mod find_files;
pub mod fix_recipes;
pub mod fuzzy;
pub mod git;
pub mod git_context;
pub mod git_monitor;
pub mod hooks;
pub mod html_template;
pub mod inference;
pub mod instructions;
pub mod intent_embed;
pub mod lms;
pub mod lsp;
pub mod mcp;
pub mod mcp_manager;
pub mod mcp_server;
pub mod ollama;
pub mod parser;
pub mod permission_enforcer;
pub mod policy;
pub mod pricing;
pub mod prompt;
pub mod provider;
pub mod recovery_recipes;
pub mod redact_audit;
pub mod redact_policy;
pub mod report_export;
pub mod routing;
pub mod scheduler;
pub mod searx_lifecycle;
pub mod semantic_redact;
pub mod shell_history;
pub mod specular;
pub mod swarm;
pub mod tasks;
pub mod tool_registry;
pub mod transcript;
pub mod truncation;
pub mod trust_resolver;
pub mod types;
pub mod utils;
pub mod workspace_profile;