Skip to main content

Module capability

Module capability 

Source
Expand description

Per-tool output capability classification (issue #231 item 6).

Consulted by [crate::RlmRouter::should_route] before any routing decision. Only OutputCapability::BulkSummarizable tools are ever destructively summarized; everything else is left intact.

Enums§

OutputCapability
What RLM is allowed to do with a tool’s output.

Functions§

output_capability
Classify a tool by name. session_context is the pseudo-tool used by the compression pass and is the only summary-producing caller.