Skip to main content

microclaw_core/
lib.rs

1//! Shared foundational types and helpers for MicroClaw.
2
3pub mod diff;
4pub mod error;
5pub mod injection_scan;
6pub mod llm_types;
7pub mod redact;
8pub mod run_protocol;
9pub mod runtime_event;
10pub mod text;