Metadata-Version: 2.4
Name: fortresscodeai
Version: 0.3.3
Summary: FortressCodeAI Platform
Project-URL: Homepage, https://fortresscode.ai
Project-URL: Documentation, https://docs.fortresscode.ai
Project-URL: Source, https://github.com/your-org/fortresscodeai
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.110
Requires-Dist: uvicorn>=0.29
Requires-Dist: pydantic>=2.6
Requires-Dist: click>=8.1
Requires-Dist: requests<3.0,>=2.31
Requires-Dist: PyYAML<7.0,>=6.0
Requires-Dist: jinja2<4.0,>=3.1

# FortressCodeAI

## Governance‑First AI Orchestration Platform

FortressCodeAI is a governance‑driven AI automation platform designed for organizations that require transparency, auditability, human oversight, and policy‑locked workflows. It provides a unified orchestration engine, a multi‑tab executive dashboard, a developer console, a plugin system, and a governance‑first workflow runtime with HITL (Human‑In‑The‑Loop) controls.

The platform demonstrates responsible automation for executives, union leadership, and technical teams—showing that AI systems can be safe, explainable, and aligned with organizational values.

---

## Core Capabilities

### AI Workflow Orchestration

- Multi‑step workflows with validation, execution, and async processing  
- Policy‑locked execution with automatic blocking for unsafe actions  
- HITL checkpoints for sensitive or high‑risk steps  
- Full audit trail for every workflow, step, and decision  
- Security event logging for anomalous or policy‑violating behavior  

### Governance & Compliance

- Workflow‑level and step‑level policy validation  
- Explainability coverage and traceability  
- Union‑aligned safeguards (role displacement detection, sensitivity flags)  
- RBAC‑aligned security events and access controls  

### Human‑In‑The‑Loop (HITL)

- Approval queue for sensitive steps  
- Operator load tracking  
- Escalation workflows  
- Full auditability of human decisions  

### Executive Superdashboard

A multi‑tab, governance‑first dashboard including:

- System Overview  
- Governance & Compliance  
- Human Oversight (HITL)  
- Security & Access  
- Workforce Impact  
- Activity Timeline  

### Developer Console

- Storage inspector  
- Workflow definitions  
- Policy editor  
- Agent sandbox  
- Live logs and events  

### Plugin System

- Drop‑in Python modules  
- Auto‑loaded at startup  
- Can expose new API routes, workflows, or tools  

---

## Installation

FortressCodeAI installs a global CLI named `fortress`.

### Install from PyPI

```bash
pip install fortresscodeai
