filterspec.JUNK_CATEGORIES

filterspec.JUNK_CATEGORIES: dict[str, tuple[tuple[str, str], …]] = {
    "structural": STRUCTURAL_GROUPS,
    "agent_injection": AGENT_INJECTION_GROUPS,
    "interrupt": INTERRUPT_MARKER_GROUPS,
    "stop_hook": STOP_HOOK_GROUPS,
    "continuation": CONTINUATION_GROUPS,
    "command_echo": COMMAND_ECHO_GROUPS,
}