Expand description
Shared foundational types and helpers for MicroClaw.
Modulesยง
- diff
- Unified-diff rendering for file-modifying tools.
- error
- injection_
scan - Prompt-injection heuristics shared across boundaries: memory writes,
agent-created skills, and ClawHub skill installs all funnel untrusted
text through
scan_for_injectionbefore it can reach a prompt. - llm_
types - redact
- PII / secret redaction helpers.
- run_
protocol - Stable, provider-neutral contracts for embedding and remotely hosting MicroClaw runs.
- runtime_
event - Provider-neutral runtime events shared by Server, Work, and headless clients.
- text