Skip to content

feat: Implement Autonomy Gate Engine (T1/T2/T3 classifier) #2

Description

@dcplatforms

Overview

Implement the Autonomy Gate Engine — classifies every proposed agent action by risk tier and routes accordingly.

Spec: docs/ARCHITECTURE.md §3

Implementation

  • AutonomyGate class in src/orchestrator/autonomy_gate/
  • Risk classifier: LOW → T3, MEDIUM → T2, HIGH → T1
  • T3: execute + log
  • T2: push to Human Approval Queue, block until approved or timeout
  • T1: return advisory text only, never execute
  • Confidence score threshold enforcement (T3 requires >= 0.92)

Tests Required

  • LOW risk + high confidence → T3 execute
  • MEDIUM risk → T2 queue + await approval
  • HIGH risk → T1 advisory only, verify no tool execution
  • T1 tool invocation attempt → block + alert

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    julesReady for Jules implementationorchestrationOrchestration plane componentphase-1Phase 1 implementation

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions