Skip to main content

Module config

Module config 

Expand description

Policy types parsed from the runtime’s observability config.

Structs§

LogConfig
Minimal observability config shape used by the writer + tool-io capturer. Mirrors the relevant [observability] fields of zeroclaw_config::schema::ObservabilityConfig.
ResolvedPolicy
Resolved policy bundle the writer + tool-io capturers read at runtime.

Enums§

LlmRequestPayloadPolicy
LLM request payload capture policy. Mirrors ToolIoPolicy but gates the prompt/messages on each llm_request. Unlike tool I/O, an unknown or empty value resolves to Self::Off so the prompt is never captured unless the operator explicitly opts in.
StoragePolicy
JSONL persistence policy.
ToolIoPolicy
Tool input/output capture policy.