Skip to content

Commit fc0b9d5

Browse files
committed
swapped mermaid -> .pngs
1 parent 8496d89 commit fc0b9d5

File tree

6 files changed

+5
-170
lines changed

6 files changed

+5
-170
lines changed

HAARF/1.0/images/1.png

123 KB
Loading

HAARF/1.0/images/2.png

240 KB
Loading

HAARF/1.0/images/3.png

120 KB
Loading

HAARF/1.0/images/4.png

284 KB
Loading

HAARF/1.0/images/5.png

169 KB
Loading

README.md

Lines changed: 5 additions & 170 deletions
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,7 @@ AI agents are **autonomous, goal-directed systems** that:
2828
**Traditional AI**: Input → Prediction → Human Decision
2929
**AI Agents**: Input → Autonomous Planning → Direct Action → Continuous Learning
3030

31-
```mermaid
32-
graph LR
33-
subgraph "Traditional AI Pipeline"
34-
T1["📥 Input Data"] --> T2["🧠 AI Model"]
35-
T2 --> T3["📊 Prediction/Analysis"]
36-
T3 --> T4["👨‍⚕️ Human Decision"]
37-
T4 --> T5["🎯 Action Taken"]
38-
end
39-
40-
subgraph "AI Agent Pipeline"
41-
A1["📥 Input Data"] --> A2["🤖 AI Agent"]
42-
A2 --> A3["📋 Autonomous Planning"]
43-
A3 --> A4["🎯 Direct Action"]
44-
A4 --> A5["🔄 Continuous Learning"]
45-
A5 -.->|"Feedback Loop"| A2
46-
47-
A4 --> A6["👨‍⚕️ Human Oversight"]
48-
A6 -.->|"Intervention if needed"| A2
49-
end
50-
51-
style T4 fill:#4caf50,stroke:#2e7d32
52-
style A4 fill:#ff5722,stroke:#d84315
53-
style A5 fill:#2196f3,stroke:#1565c0
54-
style A6 fill:#ff9800,stroke:#f57c00
55-
```
31+
![Traditional AI Pipeline vs AI Agent Pipeline](HAARF/1.0/images/1.png)
5632

5733
## 🏛️ Eight Core Verification Categories
5834

@@ -129,41 +105,7 @@ Based on comprehensive analysis of global regulatory approaches and insights fro
129105

130106
## 🎨 Framework Architecture
131107

132-
```mermaid
133-
graph TB
134-
subgraph "HAARF Framework Overview"
135-
C1["🔐 C1: Risk & Lifecycle<br/>Assessment"]
136-
C2["📋 C2: Model Passport &<br/>Traceability"]
137-
C3["🛡️ C3: Cybersecurity<br/>Framework"]
138-
C4["👤 C4: Human Oversight &<br/>Integration"]
139-
C5["🆔 C5: Agent Registration &<br/>Identity"]
140-
C6["🎛️ C6: Autonomy Governance<br/>& Control"]
141-
C7["⚖️ C7: Bias Mitigation &<br/>Population Equity"]
142-
C8["🔧 C8: Tool Use &<br/>Integration Security"]
143-
144-
C1 --> C2
145-
C1 --> C3
146-
C3 --> C5
147-
C4 --> C6
148-
C2 --> C7
149-
C5 --> C8
150-
151-
style C8 fill:#ffeb3b,stroke:#f57f17,color:#000
152-
style C1 fill:#e3f2fd,stroke:#1976d2
153-
style C3 fill:#f3e5f5,stroke:#7b1fa2
154-
end
155-
156-
subgraph "Risk Levels"
157-
L1["Level 1<br/>85 Requirements<br/>Foundational"]
158-
L2["Level 2<br/>144 Requirements<br/>Standard"]
159-
L3["Level 3<br/>50 Requirements<br/>Advanced"]
160-
161-
L1 --> L2
162-
L2 --> L3
163-
end
164-
165-
C1 -.->|"Risk Classification"| L1
166-
```
108+
![HAARF Framework Overview](HAARF/1.0/images/2.png)
167109

168110
## 🌍 Regulatory Framework Mappings
169111

@@ -183,39 +125,7 @@ HAARF provides **comprehensive mappings** to major regulatory frameworks:
183125

184126
**Multi-Jurisdictional Value**: Single HAARF compliance supports regulatory submissions across multiple jurisdictions, reducing regulatory burden and enabling global deployment.
185127

186-
```mermaid
187-
graph TD
188-
subgraph "HAARF Framework"
189-
H["🏥 HAARF<br/>Healthcare AI Agents<br/>Regulatory Framework"]
190-
end
191-
192-
subgraph "Regulatory Mappings"
193-
FDA["🇺🇸 FDA Digital Health<br/>84% Coverage<br/>510(k) Pathway"]
194-
EU["🇪🇺 EU AI Act<br/>71% Coverage<br/>High-Risk Classification"]
195-
NIST["📊 NIST AI RMF<br/>88% Coverage<br/>4-Function Mapping"]
196-
HC["🇨🇦 Health Canada<br/>67% Coverage<br/>SGBA+ Analysis"]
197-
MHRA["🇬🇧 UK MHRA<br/>60% Coverage<br/>AI Airlock"]
198-
OWASP["🔒 OWASP AISVS<br/>56% Coverage<br/>Security Standards"]
199-
WHO["🌍 WHO GI-AI4H<br/>48% Coverage<br/>Global Health Equity"]
200-
ISO["📋 ISO/IEC 42001<br/>71% Coverage<br/>Management System"]
201-
IMDRF["🔧 IMDRF GMLP<br/>72% Coverage<br/>International Harmonization"]
202-
end
203-
204-
H --> FDA
205-
H --> EU
206-
H --> NIST
207-
H --> HC
208-
H --> MHRA
209-
H --> OWASP
210-
H --> WHO
211-
H --> ISO
212-
H --> IMDRF
213-
214-
style H fill:#2196f3,stroke:#1565c0,color:#fff
215-
style FDA fill:#4caf50,stroke:#2e7d32,color:#fff
216-
style NIST fill:#4caf50,stroke:#2e7d32,color:#fff
217-
style IMDRF fill:#4caf50,stroke:#2e7d32,color:#fff
218-
```
128+
![Regulatory Framework Mappings](HAARF/1.0/images/3.png)
219129

220130
## 📁 Repository Structure
221131

@@ -249,46 +159,7 @@ graph TD
249159

250160
## 🚀 Getting Started
251161

252-
```mermaid
253-
graph TD
254-
Start["🚀 Getting Started with HAARF"]
255-
256-
subgraph "User Types"
257-
HO["🏥 Healthcare Organizations"]
258-
DEV["💻 AI Developers"]
259-
REG["📋 Regulatory Affairs"]
260-
end
261-
262-
Start --> HO
263-
Start --> DEV
264-
Start --> REG
265-
266-
subgraph "Healthcare Organization Path"
267-
HO --> H1["1️⃣ Risk Assessment<br/>(C1 Risk Classification)"]
268-
H1 --> H2["2️⃣ Security Foundation<br/>(C3 Cybersecurity)"]
269-
H2 --> H3["3️⃣ Human Oversight<br/>(C4 Clinical Integration)"]
270-
H3 --> H4["4️⃣ Tool-Enabled Agents<br/>(C8 Tool Use Security)"]
271-
end
272-
273-
subgraph "AI Developer Path"
274-
DEV --> D1["1️⃣ Framework Overview<br/>(Categories.md)"]
275-
D1 --> D2["2️⃣ Implementation Guide<br/>(Using HAARF)"]
276-
D2 --> D3["3️⃣ Regulatory Mapping<br/>(Jurisdiction Selection)"]
277-
D3 --> D4["4️⃣ Compliance Verification<br/>(Risk Level Requirements)"]
278-
end
279-
280-
subgraph "Regulatory Affairs Path"
281-
REG --> R1["1️⃣ Regulatory Mappings<br/>(Framework Analysis)"]
282-
R1 --> R2["2️⃣ Submission Guidance<br/>(Evidence Collection)"]
283-
R2 --> R3["3️⃣ Multi-Jurisdictional Strategy<br/>(Harmonized Approach)"]
284-
R3 --> R4["4️⃣ FDA Priority Focus<br/>(C8 Tool Use)"]
285-
end
286-
287-
style HO fill:#4caf50,stroke:#2e7d32,color:#fff
288-
style DEV fill:#2196f3,stroke:#1565c0,color:#fff
289-
style REG fill:#ff9800,stroke:#f57c00,color:#fff
290-
style Start fill:#9c27b0,stroke:#6a1b9a,color:#fff
291-
```
162+
![Getting Started with HAARF - User Paths](HAARF/1.0/images/4.png)
292163

293164
### **For Healthcare Organizations**
294165

@@ -331,43 +202,7 @@ HAARF provides **three implementation levels** scaled to risk:
331202
- **Level 2** (144 requirements): Standard implementation for moderate-risk agents
332203
- **Level 3** (50 requirements): Advanced controls for high-risk autonomous agents
333204

334-
```mermaid
335-
graph TD
336-
subgraph "HAARF Implementation Levels"
337-
subgraph "Level 1: Foundational"
338-
L1_1["85 Requirements"]
339-
L1_2["Basic Healthcare AI Agents"]
340-
L1_3["Low Risk Classification"]
341-
L1_4["Core Security Controls"]
342-
end
343-
344-
subgraph "Level 2: Standard"
345-
L2_1["144 Requirements"]
346-
L2_2["Moderate-Risk Agents"]
347-
L2_3["Enhanced Oversight"]
348-
L2_4["Comprehensive Testing"]
349-
end
350-
351-
subgraph "Level 3: Advanced"
352-
L3_1["50 Requirements"]
353-
L3_2["High-Risk Autonomous Agents"]
354-
L3_3["Maximum Human Oversight"]
355-
L3_4["Continuous Monitoring"]
356-
end
357-
358-
Risk["🎯 Risk Assessment"] --> L1_1
359-
L1_1 --> L2_1
360-
L2_1 --> L3_1
361-
362-
L1_4 --> L2_3
363-
L2_4 --> L3_3
364-
365-
style L1_1 fill:#4caf50,stroke:#2e7d32,color:#fff
366-
style L2_1 fill:#ff9800,stroke:#f57c00,color:#fff
367-
style L3_1 fill:#f44336,stroke:#c62828,color:#fff
368-
style Risk fill:#2196f3,stroke:#1565c0,color:#fff
369-
end
370-
```
205+
![HAARF Implementation Levels](HAARF/1.0/images/5.png)
371206

372207
**Risk-Based Approach**: Higher risk agents require higher verification levels, optimizing regulatory burden while ensuring safety.
373208

0 commit comments

Comments
 (0)