RED AGENT

Governance-Enforced Autonomous Operations Framework – v3.0.0
Python Package CI Semantic Versioning Zero-Trust Architecture
Launch Dashboard View Repository Open in GitHub IDE
PROJECT OVERVIEW

A deterministic, cryptographically-audited Python agent framework that enforces behavioral compliance architecturally through a six-directive filter system, atomic output gate, sealed-envelope tasking, and a 7-step initialization/teardown lifecycle.

Directives:
D01: Network Egress D02: Credential Leak D03: Heroic Signal D04: Capability Signal D05: Intelligence Hygiene D06: Snapshot Integrity
STATUS & CI/CD
QUICK START
# Bootstrap the project
python red_script.py

# Install dependencies
pip install -r red_agent/requirements.txt

# Run tests
python -m pytest tests/ -v

# Launch dashboard
open dashboard.html
REPOSITORY STRUCTURE
ARCHITECTURE COMPONENTS
  • Entropy Engine – Ambient entropy aggregation (128-bit minimum)
  • Output Gate – Six-directive behavioral filter (D01-D06)
  • FSM Controller – Deterministic state machine
  • Audit Chain – Hash-chained tamper-evident log
  • Crypto Core – SHA-256, HMAC-SHA256, secure zeroing
  • Serialization – Stochastic boundary protocol
  • Recovery Protocol – Cryptographic teardown & rehydration
USEFUL LINKS