microclaw-core 0.1.0

Stable provider-neutral contracts and safety primitives for MicroClaw
Documentation
1
2
3
4
5
6
7
8
9
10
//! Shared foundational types and helpers for MicroClaw.

pub mod diff;
pub mod error;
pub mod injection_scan;
pub mod llm_types;
pub mod redact;
pub mod run_protocol;
pub mod runtime_event;
pub mod text;