name: ethicsguard description: Sequential queue triage and policy enforcement over flagged AI and generic-system content. version: "1.0.0" entrypoint: type: http app: server.app:app port: 7860 tasks: - name: easy description: Clear violations, stronger signals, and low hint noise. - name: medium description: Mixed cues, moderate hint noise, and more ambiguous cases. - name: hard description: Subtle violations, high hint noise, and aggregate 30 percent null hints. models: - google/gemma-4-31B-it artifacts: inference_script: inference.py dockerfile: Dockerfile