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 ofzeroclaw_config::schema::ObservabilityConfig. - Resolved
Policy - Resolved policy bundle the writer + tool-io capturers read at runtime.
Enums§
- LlmRequest
Payload Policy - LLM request payload capture policy. Mirrors
ToolIoPolicybut gates the prompt/messages on eachllm_request. Unlike tool I/O, an unknown or empty value resolves toSelf::Offso the prompt is never captured unless the operator explicitly opts in. - Storage
Policy - JSONL persistence policy.
- Tool
IoPolicy - Tool input/output capture policy.