Skip to main content

Module semantic_culler

Module semantic_culler 

Source
Expand description

Semantic Culler - Pre-GPU pipeline for agency-driven data filtering

This module implements semantic and deontic culling before GPU rendering, ensuring that unauthorized Quins are mathematically dropped before they reach the WebGPU staging buffers. It integrates with zk_proofs and fiduciary_crypto for cryptographic verification of agency permissions.

Structs§

AgencyPolicy
Agency policy for data access control
CullingResult
Culling result for a Quin
CullingStats
Statistics for culling operations
CullingVerdict
Zero-heap verdict for hot-path filtering.
DeonticRule
Deontic rules for permission logic
Quin
Quin data structure for semantic filtering
SemanticCuller
Semantic culler for agency-driven data filtering
SemanticFilter
Semantic filter for content-based filtering
TemporalConstraints
Temporal constraints for data access
VerificationData
Verification data for cryptographic checks

Enums§

AccessLevel
Access levels for agency permissions
CullingError
CullingReason
Reasons for culling decisions
DeonticAction
Actions for deontic rules
DeonticType
Deontic logic types
FilterType
Filter types for semantic culling