FINAL PROFESSIONALIZATION: Synchronized with GitHub sovereign standards.
Browse files- dashboard/index.hf.html +3 -3
- docs/SUMMARY.md +1 -6
- docs/ar/README.md +21 -2
- docs/de/README.md +0 -0
- docs/en/README.md +13 -13
- docs/en/chapter2.md +26 -27
- docs/en/chapter3.md +23 -23
- docs/en/chapter4.md +21 -27
- docs/en/faq.md +21 -115
- docs/es/README.md +0 -0
- docs/fr/README.md +0 -0
- docs/jp/README.md +0 -0
- docs/kr/README.md +0 -0
- docs/pt/README.md +0 -0
- docs/zh/README.md +12 -12
- docs/zh/chapter2.md +14 -10
- docs/zh/chapter3.md +31 -16
- docs/zh/chapter4.md +22 -21
dashboard/index.hf.html
CHANGED
|
@@ -212,15 +212,15 @@
|
|
| 212 |
<div class="sidebar">
|
| 213 |
<div class="stats-card">
|
| 214 |
<h3>Sovereign Nodes</h3>
|
| 215 |
-
<div class="value">
|
| 216 |
</div>
|
| 217 |
<div class="stats-card">
|
| 218 |
<h3>Audit Precision</h3>
|
| 219 |
-
<div class="value">
|
| 220 |
</div>
|
| 221 |
<div class="stats-card">
|
| 222 |
<h3>Graph Density</h3>
|
| 223 |
-
<div class="value">
|
| 224 |
</div>
|
| 225 |
<div class="stats-card" style="margin-top: auto; border-color: rgba(0,136,255,0.3);">
|
| 226 |
<h3>Protocol Authority</h3>
|
|
|
|
| 212 |
<div class="sidebar">
|
| 213 |
<div class="stats-card">
|
| 214 |
<h3>Sovereign Nodes</h3>
|
| 215 |
+
<div class="value">Local + ROR</div>
|
| 216 |
</div>
|
| 217 |
<div class="stats-card">
|
| 218 |
<h3>Audit Precision</h3>
|
| 219 |
+
<div class="value">Pending</div>
|
| 220 |
</div>
|
| 221 |
<div class="stats-card">
|
| 222 |
<h3>Graph Density</h3>
|
| 223 |
+
<div class="value">Prototype</div>
|
| 224 |
</div>
|
| 225 |
<div class="stats-card" style="margin-top: auto; border-color: rgba(0,136,255,0.3);">
|
| 226 |
<h3>Protocol Authority</h3>
|
docs/SUMMARY.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
| 14 |
* [Chapter 6: Consensus Mechanisms](en/chapter6.md)
|
| 15 |
* [Chapter 7: Compliance & Ethics](en/chapter7.md)
|
| 16 |
* [Chapter 8: Deployment Guide](en/chapter8.md)
|
|
|
|
| 17 |
|
| 18 |
## 🇨🇳 中文 (ZH)
|
| 19 |
* [项目简介](zh/README.md)
|
|
@@ -28,37 +29,31 @@
|
|
| 28 |
|
| 29 |
## 🇪🇸 ESPAÑOL (ES)
|
| 30 |
* [Introducción](es/README.md)
|
| 31 |
-
* [Paisaje de Amenazas](es/chapter1.md)
|
| 32 |
* [Arquitectura Núcleo](es/chapter2.md)
|
| 33 |
* [Marco de Multi-Agentes](es/chapter3.md)
|
| 34 |
|
| 35 |
## 🇫🇷 FRANÇAIS (FR)
|
| 36 |
* [Introduction](fr/README.md)
|
| 37 |
-
* [Paysage des Menaces](fr/chapter1.md)
|
| 38 |
* [Architecture Core](fr/chapter2.md)
|
| 39 |
* [Cadre Multi-Agents](fr/chapter3.md)
|
| 40 |
|
| 41 |
## 🇩🇪 DEUTSCH (DE)
|
| 42 |
* [Einführung](de/README.md)
|
| 43 |
-
* [Bedrohungslage](de/chapter1.md)
|
| 44 |
* [Kernarchitektur](de/chapter2.md)
|
| 45 |
* [Multi-Agenten-System](de/chapter3.md)
|
| 46 |
|
| 47 |
## 🇯🇵 日本語 (JP)
|
| 48 |
* [導入](jp/README.md)
|
| 49 |
-
* [脅威の現状](jp/chapter1.md)
|
| 50 |
* [コアアーキテクチャ](jp/chapter2.md)
|
| 51 |
* [マルチエージェントフレームワーク](jp/chapter3.md)
|
| 52 |
|
| 53 |
## 🇰🇷 한국어 (KR)
|
| 54 |
* [소개](kr/README.md)
|
| 55 |
-
* [위협 환경](kr/chapter1.md)
|
| 56 |
* [핵심 아키텍처](kr/chapter2.md)
|
| 57 |
* [멀티 에이전트 프레임워크](kr/chapter3.md)
|
| 58 |
|
| 59 |
## 🇵🇹 PORTUGUÊS (PT)
|
| 60 |
* [Introdução](pt/README.md)
|
| 61 |
-
* [Cenário de Ameaças](pt/chapter1.md)
|
| 62 |
* [Arquitetura Core](pt/chapter2.md)
|
| 63 |
* [Estrutura Multi-Agente](pt/chapter3.md)
|
| 64 |
|
|
|
|
| 14 |
* [Chapter 6: Consensus Mechanisms](en/chapter6.md)
|
| 15 |
* [Chapter 7: Compliance & Ethics](en/chapter7.md)
|
| 16 |
* [Chapter 8: Deployment Guide](en/chapter8.md)
|
| 17 |
+
* [FAQ](en/faq.md)
|
| 18 |
|
| 19 |
## 🇨🇳 中文 (ZH)
|
| 20 |
* [项目简介](zh/README.md)
|
|
|
|
| 29 |
|
| 30 |
## 🇪🇸 ESPAÑOL (ES)
|
| 31 |
* [Introducción](es/README.md)
|
|
|
|
| 32 |
* [Arquitectura Núcleo](es/chapter2.md)
|
| 33 |
* [Marco de Multi-Agentes](es/chapter3.md)
|
| 34 |
|
| 35 |
## 🇫🇷 FRANÇAIS (FR)
|
| 36 |
* [Introduction](fr/README.md)
|
|
|
|
| 37 |
* [Architecture Core](fr/chapter2.md)
|
| 38 |
* [Cadre Multi-Agents](fr/chapter3.md)
|
| 39 |
|
| 40 |
## 🇩🇪 DEUTSCH (DE)
|
| 41 |
* [Einführung](de/README.md)
|
|
|
|
| 42 |
* [Kernarchitektur](de/chapter2.md)
|
| 43 |
* [Multi-Agenten-System](de/chapter3.md)
|
| 44 |
|
| 45 |
## 🇯🇵 日本語 (JP)
|
| 46 |
* [導入](jp/README.md)
|
|
|
|
| 47 |
* [コアアーキテクチャ](jp/chapter2.md)
|
| 48 |
* [マルチエージェントフレームワーク](jp/chapter3.md)
|
| 49 |
|
| 50 |
## 🇰🇷 한국어 (KR)
|
| 51 |
* [소개](kr/README.md)
|
|
|
|
| 52 |
* [핵심 아키텍처](kr/chapter2.md)
|
| 53 |
* [멀티 에이전트 프레임워크](kr/chapter3.md)
|
| 54 |
|
| 55 |
## 🇵🇹 PORTUGUÊS (PT)
|
| 56 |
* [Introdução](pt/README.md)
|
|
|
|
| 57 |
* [Arquitetura Core](pt/chapter2.md)
|
| 58 |
* [Estrutura Multi-Agente](pt/chapter3.md)
|
| 59 |
|
docs/ar/README.md
CHANGED
|
@@ -1,2 +1,21 @@
|
|
| 1 |
-
# 🛡️
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 🛡️ وثائق إيجيس-غراف (AR)
|
| 2 |
+
|
| 3 |
+
Aegis-Graph هو بروتوكول سيادي للتدقيق الأكاديمي مصمم لحماية النزاهة التعليمية من خلال ذكاء الوكلاء والرسوم البيانية المؤسسية.
|
| 4 |
+
|
| 5 |
+
## 🏛️ الملخص التنفيذي
|
| 6 |
+
|
| 7 |
+
هذا نموذج أولي مفتوح المصدر لإطار عمل متعدد الوكلاء يحدد الاحتيال الأكاديمي والوثائق الاصطناعية. يخضع البروتوكول لإشراف **مجلس حوكمة AEGIS-GRAPH** بدعم من **كلية أتلانتا للفنون والعلوم الليبرالية (ACLAS)**.
|
| 8 |
+
|
| 9 |
+
## 🧩 ركائز الوثائق
|
| 10 |
+
|
| 11 |
+
### [1. الهندسة الأساسية](chapter2.md)
|
| 12 |
+
استكشف نموذج **الدفاع العميق**، الذي يضم طبقة استيعاب البيانات ومحرك أدلة GraphRAG.
|
| 13 |
+
|
| 14 |
+
### [2. سرب الاستدلال متعدد الوكلاء (MARS)](chapter3.md)
|
| 15 |
+
تعرف على الوكلاء المتخصصين (الرؤية، الرسم البياني، والمنطق) الذين يقومون بالتحقق من التدقيق.
|
| 16 |
+
|
| 17 |
+
---
|
| 18 |
+
> [!NOTE]
|
| 19 |
+
> لوحة المعلومات العامة هي عرض تقني. يتطلب التحقق المهني استجابة تدقيق موقعة من الخادم.
|
| 20 |
+
|
| 21 |
+
© 2026 [ACLAS College](https://aclas.college/). جميع الحقوق محفوظة.
|
docs/de/README.md
CHANGED
|
Binary files a/docs/de/README.md and b/docs/de/README.md differ
|
|
|
docs/en/README.md
CHANGED
|
@@ -4,27 +4,27 @@
|
|
| 4 |
<img src="../../assets/hero-banner.png" alt="Aegis-Graph Banner" width="100%">
|
| 5 |
</div>
|
| 6 |
|
| 7 |
-
Welcome to the official technical documentation for **Aegis-Graph**, the sovereign academic audit protocol. This documentation provides a comprehensive guide to the architecture, multi-agent frameworks, and
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
## 🏛️ Executive Summary
|
| 12 |
|
| 13 |
-
Aegis-Graph is
|
| 14 |
|
| 15 |
## 🧩 Documentation Pillars
|
| 16 |
|
| 17 |
-
### [1. Core Architecture](chapter2
|
| 18 |
-
Explore the **Defense-in-Depth** model, comprising the Data Ingestion Layer, GraphRAG Engine, and
|
| 19 |
|
| 20 |
-
### [2. Multi-Agent Reasoning Swarm (MARS)](chapter3
|
| 21 |
Deep dive into the specialized AI agents (Vision, Graph, and Logic) that perform the audit handshake.
|
| 22 |
|
| 23 |
-
### [3.
|
| 24 |
-
|
| 25 |
|
| 26 |
### [4. Deployment & Integration](chapter8.md)
|
| 27 |
-
Step-by-step instructions for launching local nodes,
|
| 28 |
|
| 29 |
---
|
| 30 |
|
|
@@ -32,10 +32,10 @@ Step-by-step instructions for launching local nodes, connecting to the global re
|
|
| 32 |
|
| 33 |
| Phase | Milestone | Status |
|
| 34 |
| :--- | :--- | :--- |
|
| 35 |
-
| **V1.0** |
|
| 36 |
-
| **V2.0** | Agentic Reasoning Swarm (MARS)
|
| 37 |
-
| **V2.5** |
|
| 38 |
-
| **V3.0** |
|
| 39 |
|
| 40 |
---
|
| 41 |
|
|
@@ -43,7 +43,7 @@ Step-by-step instructions for launching local nodes, connecting to the global re
|
|
| 43 |
> To get started immediately, we recommend following the [Quick Start Guide](../../README.md#🛠️-quick-start) in the root directory.
|
| 44 |
|
| 45 |
## 🏛️ Governance & Authority
|
| 46 |
-
Aegis-Graph is
|
| 47 |
|
| 48 |
---
|
| 49 |
© 2026 [ACLAS College](https://aclas.college/). All rights reserved.
|
|
|
|
| 4 |
<img src="../../assets/hero-banner.png" alt="Aegis-Graph Banner" width="100%">
|
| 5 |
</div>
|
| 6 |
|
| 7 |
+
Welcome to the official technical documentation for **Aegis-Graph**, the sovereign academic audit protocol. This documentation provides a comprehensive guide to the architecture, multi-agent frameworks, and institutional graph evidence models that power decentralized academic integrity.
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
## 🏛️ Executive Summary
|
| 12 |
|
| 13 |
+
Aegis-Graph is an open prototype for a multi-agent framework designed to identify academic fraud and synthetic credentials. Governed by the **Atlanta College of Liberal Arts and Sciences (ACLAS)**, it replaces manual verification with **Agentic GraphRAG** evidence processing.
|
| 14 |
|
| 15 |
## 🧩 Documentation Pillars
|
| 16 |
|
| 17 |
+
### [1. Core Architecture](chapter2.md)
|
| 18 |
+
Explore the **Defense-in-Depth** model, comprising the Data Ingestion Layer, GraphRAG Evidence Engine, and Logic consensus protocol.
|
| 19 |
|
| 20 |
+
### [2. Multi-Agent Reasoning Swarm (MARS)](chapter3.md)
|
| 21 |
Deep dive into the specialized AI agents (Vision, Graph, and Logic) that perform the audit handshake.
|
| 22 |
|
| 23 |
+
### [3. Institutional Evidence (SAG)](chapter4.md)
|
| 24 |
+
Technical details on our evidence model, integrating local institutional indices with optional ROR and OpenAlex registry support.
|
| 25 |
|
| 26 |
### [4. Deployment & Integration](chapter8.md)
|
| 27 |
+
Step-by-step instructions for launching local nodes, environment configuration, and pipeline integration.
|
| 28 |
|
| 29 |
---
|
| 30 |
|
|
|
|
| 32 |
|
| 33 |
| Phase | Milestone | Status |
|
| 34 |
| :--- | :--- | :--- |
|
| 35 |
+
| **V1.0** | Institutional Index Integration | ✅ Complete |
|
| 36 |
+
| **V2.0** | Agentic Reasoning Swarm (MARS) Prototype | ✅ Complete |
|
| 37 |
+
| **V2.5** | Evidence-Weighted Logic Audit | ✅ Complete |
|
| 38 |
+
| **V3.0** | Server-Signed Audit Certificates | 🚧 In Progress |
|
| 39 |
|
| 40 |
---
|
| 41 |
|
|
|
|
| 43 |
> To get started immediately, we recommend following the [Quick Start Guide](../../README.md#🛠️-quick-start) in the root directory.
|
| 44 |
|
| 45 |
## 🏛️ Governance & Authority
|
| 46 |
+
Aegis-Graph is governed by the **AEGIS-GRAPH Governance Board**, with core support and academic validation provided by the [Atlanta College of Liberal Arts and Sciences (ACLAS)](https://aclas.college/).
|
| 47 |
|
| 48 |
---
|
| 49 |
© 2026 [ACLAS College](https://aclas.college/). All rights reserved.
|
docs/en/chapter2.md
CHANGED
|
@@ -1,54 +1,53 @@
|
|
| 1 |
# Core Architecture
|
| 2 |
|
| 3 |
-
The Aegis-Graph architecture is built on the principle of **Defense-in-Depth**. It replaces traditional monolithic verification models with a **Distributed
|
| 4 |
|
| 5 |
## 🏗️ System Overview
|
| 6 |
|
| 7 |
-
The system follows a non-linear reasoning path, where each layer provides evidence to the next until
|
| 8 |
|
| 9 |
```mermaid
|
| 10 |
graph LR
|
| 11 |
subgraph Layer1 [Ingestion & Normalization]
|
| 12 |
-
A[Input Credential] --> B{
|
| 13 |
-
B --> B1[Visual
|
| 14 |
B --> B2[Semantic Metadata]
|
| 15 |
end
|
| 16 |
|
| 17 |
-
subgraph Layer2 [GraphRAG
|
| 18 |
-
B1 & B2 --> C{
|
| 19 |
-
C --> D[(
|
| 20 |
-
D --> E[Node
|
| 21 |
-
D --> F[
|
| 22 |
end
|
| 23 |
|
| 24 |
-
subgraph Layer3 [
|
| 25 |
-
E & F --> G{
|
| 26 |
-
G --> H[
|
| 27 |
-
H --> I[
|
| 28 |
end
|
| 29 |
```
|
| 30 |
|
| 31 |
---
|
| 32 |
|
| 33 |
## 1. The Data Ingestion Layer
|
| 34 |
-
At the entry point, the system performs a **
|
| 35 |
-
* **Visual
|
| 36 |
-
* **Semantic Metadata
|
| 37 |
|
| 38 |
-
## 2. The GraphRAG
|
| 39 |
-
|
| 40 |
-
* **
|
| 41 |
-
* **Historical Timeline Metrics**:
|
| 42 |
-
* **Geospatial Consistency**: Cross-referencing physical addresses with institutional claims.
|
| 43 |
|
| 44 |
-
## 3. The
|
| 45 |
-
A final audit verdict is
|
| 46 |
-
* **Logic Conflict Resolution**: If
|
| 47 |
-
* **Evidence Weighting**: Each
|
| 48 |
|
| 49 |
---
|
| 50 |
-
> [!
|
| 51 |
-
>
|
| 52 |
|
| 53 |
---
|
| 54 |
*Return to [Documentation Home](README.md)*
|
|
|
|
| 1 |
# Core Architecture
|
| 2 |
|
| 3 |
+
The Aegis-Graph architecture is built on the principle of **Defense-in-Depth**. It replaces traditional monolithic verification models with a **Distributed Evidence Swarm** that operates across three specialized logic layers.
|
| 4 |
|
| 5 |
## 🏗️ System Overview
|
| 6 |
|
| 7 |
+
The system follows a non-linear reasoning path, where each layer provides evidence to the next until an audit consensus is reached.
|
| 8 |
|
| 9 |
```mermaid
|
| 10 |
graph LR
|
| 11 |
subgraph Layer1 [Ingestion & Normalization]
|
| 12 |
+
A[Input Credential] --> B{Data Extraction}
|
| 13 |
+
B --> B1[Visual Evidence]
|
| 14 |
B --> B2[Semantic Metadata]
|
| 15 |
end
|
| 16 |
|
| 17 |
+
subgraph Layer2 [GraphRAG Evidence]
|
| 18 |
+
B1 & B2 --> C{Reasoning Swarm}
|
| 19 |
+
C --> D[(Institutional Graph)]
|
| 20 |
+
D --> E[Node Evidence Check]
|
| 21 |
+
D --> F[Timeline Consistency]
|
| 22 |
end
|
| 23 |
|
| 24 |
+
subgraph Layer3 [Audit & Report]
|
| 25 |
+
E & F --> G{Logic Auditor}
|
| 26 |
+
G --> H[Audit Verdict]
|
| 27 |
+
H --> I[Audit Certificate]
|
| 28 |
end
|
| 29 |
```
|
| 30 |
|
| 31 |
---
|
| 32 |
|
| 33 |
## 1. The Data Ingestion Layer
|
| 34 |
+
At the entry point, the system performs a **Normalization** process. Whether the input is a digital PDF or a scan, the system extracts two parallel evidence streams:
|
| 35 |
+
* **Visual Evidence**: Initial structural analysis for layout consistency (Pixel-level forensics is a roadmap feature).
|
| 36 |
+
* **Semantic Metadata**: Extracted text, dates, and institutional names are passed to the reasoning engine.
|
| 37 |
|
| 38 |
+
## 2. The GraphRAG Evidence Engine
|
| 39 |
+
The **GraphRAG (Graph Retrieval-Augmented Generation)** prototype is the core reasoning layer. It performs traversals across the **Institutional Graph**, which integrates:
|
| 40 |
+
* **Institutional Evidence Nodes**: Local indices synchronized with registry lookups (ROR/OpenAlex).
|
| 41 |
+
* **Historical Timeline Metrics**: Review of founding dates, accreditation periods, and institutional lifecycle.
|
|
|
|
| 42 |
|
| 43 |
+
## 3. The Audit Protocol
|
| 44 |
+
A final audit verdict is issued based on the **Multi-Agent Reasoning Swarm (MARS)** findings.
|
| 45 |
+
* **Logic Conflict Resolution**: If different agents find contradictory evidence, the **Logic Auditor** performs a deep-dive "Chain-of-Thought" (CoT) reasoning to resolve the state.
|
| 46 |
+
* **Evidence Weighting**: Each anomaly or supporting fact contributes to a cumulative risk score. The final verdict reflects the weighted confidence in the credential's authenticity markers.
|
| 47 |
|
| 48 |
---
|
| 49 |
+
> [!IMPORTANT]
|
| 50 |
+
> **Production Status:** Professional verification requires server-side document parsing, issuer evidence, revocation checks, and a signed audit response.
|
| 51 |
|
| 52 |
---
|
| 53 |
*Return to [Documentation Home](README.md)*
|
docs/en/chapter3.md
CHANGED
|
@@ -1,48 +1,48 @@
|
|
| 1 |
# Multi-Agent Reasoning Swarm (MARS)
|
| 2 |
|
| 3 |
-
The **Multi-Agent Reasoning Swarm (MARS)** is the
|
| 4 |
|
| 5 |
## 👁️ Agent Alpha: Vision Forensics (VF)
|
| 6 |
-
The VF Agent is responsible for the
|
| 7 |
|
| 8 |
-
###
|
| 9 |
-
* **
|
| 10 |
-
* **
|
| 11 |
-
|
| 12 |
-
* **Vector Consistency**: Analyzes kerning, font weight, and SVG path integrity in PDF objects.
|
| 13 |
-
* **Seal Forensics**: Pixel-level comparison of institutional seals against a reference database of 40,000+ official stamps.
|
| 14 |
-
* **Output**: A `Confidence Score [0.0 - 1.0]` and a heatmap of suspected manipulated regions.
|
| 15 |
|
| 16 |
---
|
| 17 |
|
| 18 |
## 🗺️ Agent Beta: Graph Navigator (GN)
|
| 19 |
-
The GN Agent is the specialized intelligence for
|
| 20 |
|
| 21 |
### Capabilities
|
| 22 |
* **Identity Resolution**: Queries the **Research Organization Registry (ROR)** and **OpenAlex** to verify the issuer's global identity.
|
| 23 |
-
* **Lineage Mapping**:
|
| 24 |
-
* **
|
| 25 |
-
* **Connectivity**: Validates the relationship between the degree-granting body and its parent or affiliate organizations.
|
| 26 |
|
| 27 |
---
|
| 28 |
|
| 29 |
## ⚖️ Agent Gamma: Logic Auditor (LA)
|
| 30 |
-
The LA Agent is
|
| 31 |
|
| 32 |
### Logic Layers
|
| 33 |
-
* **Temporal
|
| 34 |
-
* **
|
| 35 |
-
* **Consensus Orchestration**: Aggregates
|
| 36 |
|
| 37 |
---
|
| 38 |
|
| 39 |
-
## 🤝 The
|
| 40 |
-
A final
|
| 41 |
|
| 42 |
-
1. **
|
| 43 |
-
2. **Parallel
|
| 44 |
-
3. **
|
| 45 |
-
4. **
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
---
|
| 48 |
*Return to [Documentation Home](README.md)*
|
|
|
|
| 1 |
# Multi-Agent Reasoning Swarm (MARS)
|
| 2 |
|
| 3 |
+
The **Multi-Agent Reasoning Swarm (MARS)** is the intelligence core of the Aegis-Graph protocol. Unlike traditional rule-based verification, MARS utilizes a pipeline of specialized agents that collaborate to reach an audit consensus on academic integrity markers.
|
| 4 |
|
| 5 |
## 👁️ Agent Alpha: Vision Forensics (VF)
|
| 6 |
+
The VF Agent is responsible for the initial structural analysis of digital artifacts. It acts as the "first responder" in the audit pipeline.
|
| 7 |
|
| 8 |
+
### Current Scope (Prototype)
|
| 9 |
+
* **Structural Extraction**: Identifies key layout elements like seals, headers, and signature lines.
|
| 10 |
+
* **OCR Normalization**: Converts visual data into semantic metadata for the reasoning layer.
|
| 11 |
+
* **Detection Markers**: Identifies obvious document layout inconsistencies (Pixel-level GAN forensics is a roadmap item).
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
---
|
| 14 |
|
| 15 |
## 🗺️ Agent Beta: Graph Navigator (GN)
|
| 16 |
+
The GN Agent is the specialized intelligence for resolving institutional evidence. It establishes the context of the credential's issuer.
|
| 17 |
|
| 18 |
### Capabilities
|
| 19 |
* **Identity Resolution**: Queries the **Research Organization Registry (ROR)** and **OpenAlex** to verify the issuer's global identity.
|
| 20 |
+
* **Lineage Mapping**: Reviews the history of institutions, including mergers, name changes, and dissolutions.
|
| 21 |
+
* **Registry Evidence**: Provides supporting evidence of an institution's existence and status.
|
|
|
|
| 22 |
|
| 23 |
---
|
| 24 |
|
| 25 |
## ⚖️ Agent Gamma: Logic Auditor (LA)
|
| 26 |
+
The LA Agent is responsible for cross-layer reasoning and consistency checks.
|
| 27 |
|
| 28 |
### Logic Layers
|
| 29 |
+
* **Temporal Consistency**: Ensures that the degree issuance date aligns with the institution's operational timeline.
|
| 30 |
+
* **Fraud Detection**: Cross-references institution names and aliases against known fraud registries and blacklists.
|
| 31 |
+
* **Consensus Orchestration**: Aggregates findings from the VF and GN agents. If a conflict arises, the LA Agent performs **Chain-of-Thought (CoT)** reasoning to determine the final risk score.
|
| 32 |
|
| 33 |
---
|
| 34 |
|
| 35 |
+
## 🤝 The Audit Handshake
|
| 36 |
+
A final audit verdict is issued based on the MARS swarm's cumulative evidence.
|
| 37 |
|
| 38 |
+
1. **Ingestion**: Normalization of document data.
|
| 39 |
+
2. **Parallel Audit**: Agents execute specialized evidence checks.
|
| 40 |
+
3. **Consensus**: The Logic Auditor resolves contradictions and calculates the final evidence weight.
|
| 41 |
+
4. **Reporting**: A non-production audit report is generated detailing the reasoning trail.
|
| 42 |
+
|
| 43 |
+
---
|
| 44 |
+
> [!IMPORTANT]
|
| 45 |
+
> **Production Status:** Professional verification requires server-side document parsing, issuer evidence, revocation checks, and a signed audit response.
|
| 46 |
|
| 47 |
---
|
| 48 |
*Return to [Documentation Home](README.md)*
|
docs/en/chapter4.md
CHANGED
|
@@ -1,44 +1,38 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
-
The **Sovereign Academic Graph (SAG)** is the
|
| 4 |
|
| 5 |
## 📊 Data Topology
|
| 6 |
|
| 7 |
-
The SAG is not a
|
| 8 |
|
| 9 |
-
### Core
|
| 10 |
-
| Source |
|
| 11 |
| :--- | :--- |
|
| 12 |
-
| **
|
| 13 |
-
| **
|
| 14 |
-
| **
|
| 15 |
-
| **ACLAS Ledger** | High-authority sovereign node metadata and historical accreditation. |
|
| 16 |
|
| 17 |
---
|
| 18 |
|
| 19 |
-
## 🏛️
|
| 20 |
-
Each institutional node in the SAG contains a rich set of attributes required for sovereign auditing:
|
| 21 |
|
| 22 |
-
|
| 23 |
-
*
|
| 24 |
-
*
|
| 25 |
-
*
|
| 26 |
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
## ⚡ Indexing & Performance
|
| 30 |
-
To achieve sub-second verification latency, Aegis-Graph utilizes a high-performance indexing strategy:
|
| 31 |
-
|
| 32 |
-
1. **Vectorized Search**: Institutional names and metadata are vectorized to allow for fuzzy matching against slight variations or misspellings.
|
| 33 |
-
2. **Distributed Caching**: High-frequency institutional nodes are cached at the **Edge Node** layer for near-instant resolution.
|
| 34 |
-
3. **Cross-Validation**: Every node is periodically re-validated across multiple global registries to ensure data freshness and integrity.
|
| 35 |
|
| 36 |
---
|
| 37 |
|
| 38 |
-
##
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
*
|
|
|
|
|
|
|
| 42 |
|
| 43 |
---
|
| 44 |
*Return to [Documentation Home](README.md)*
|
|
|
|
| 1 |
+
# Institutional Evidence (SAG)
|
| 2 |
|
| 3 |
+
The **Sovereign Academic Graph (SAG)** is the institutional evidence layer of the Aegis-Graph protocol. It integrates locally maintained institutional indices with global public registries (such as ROR and OpenAlex) to provide the necessary context for credential auditing.
|
| 4 |
|
| 5 |
## 📊 Data Topology
|
| 6 |
|
| 7 |
+
The SAG is not a "judgment database" that proves a credential's authenticity; rather, it is a dynamic model that provides institutional background evidence.
|
| 8 |
|
| 9 |
+
### Core Evidence Sources
|
| 10 |
+
| Source | Role |
|
| 11 |
| :--- | :--- |
|
| 12 |
+
| **Local Index** | Caches metadata for high-trust institutions, blacklist aliases, and known fraud patterns. |
|
| 13 |
+
| **ROR** | Provides standardized identities (ROR IDs) and operational status for global research organizations. |
|
| 14 |
+
| **OpenAlex** | Provides scholarly output background and institutional impact metrics as supporting evidence. |
|
|
|
|
| 15 |
|
| 16 |
---
|
| 17 |
|
| 18 |
+
## 🏛️ Evidence Logic
|
|
|
|
| 19 |
|
| 20 |
+
During the audit process, the SAG is used to answer critical questions:
|
| 21 |
+
1. **Institutional Existence**: Does the institution have a record in recognized global registries?
|
| 22 |
+
2. **Lifecycle Consistency**: Is the credential issuance date within the institution's operational lifespan?
|
| 23 |
+
3. **Status Validation**: Is the institution currently active, or has it been flagged for revocation or fraud?
|
| 24 |
|
| 25 |
+
> [!IMPORTANT]
|
| 26 |
+
> **Key Clarification:** The presence of an institution in registries like ROR is evidence that the organization exists, but it is **not** proof that a specific credential issued in its name is authentic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
---
|
| 29 |
|
| 30 |
+
## ⚡ Indexing & Matching
|
| 31 |
+
|
| 32 |
+
To ensure accuracy in evidence resolution, Aegis-Graph utilizes several strategies:
|
| 33 |
+
1. **Normalization**: Institutional names are standardized to eliminate variations in spelling or symbols.
|
| 34 |
+
2. **Multi-Factor Matching**: Cross-references geographic location, founding year, and official domains.
|
| 35 |
+
3. **Evidence Weighting**: Matching results are assigned a confidence score, which serves as a key input for the LogicAuditor's final decision.
|
| 36 |
|
| 37 |
---
|
| 38 |
*Return to [Documentation Home](README.md)*
|
docs/en/faq.md
CHANGED
|
@@ -1,110 +1,60 @@
|
|
| 1 |
---
|
| 2 |
description: >-
|
| 3 |
-
Frequently Asked Questions about Aegis-Graph, the Sovereign Academic Audit Protocol built by Atlanta College of Liberal Arts and Sciences (ACLAS College).
|
| 4 |
-
keywords:
|
| 5 |
-
- Aegis-Graph FAQ
|
| 6 |
-
- Academic Verification FAQ
|
| 7 |
-
- ACLAS College
|
| 8 |
-
- Atlanta College of Liberal Arts and Sciences
|
| 9 |
-
- GraphRAG FAQ
|
| 10 |
-
- AI Academic Fraud Detection
|
| 11 |
-
- Sovereign AI
|
| 12 |
-
- Zero-Knowledge Privacy
|
| 13 |
-
- MCP Protocol
|
| 14 |
-
- Accredited College
|
| 15 |
-
- Legitimate University
|
| 16 |
-
- Authorized Degrees
|
| 17 |
---
|
| 18 |
|
| 19 |
-
#
|
| 20 |
|
| 21 |
## General
|
| 22 |
|
| 23 |
### What is Aegis-Graph?
|
| 24 |
|
| 25 |
-
**Aegis-Graph** is
|
| 26 |
|
| 27 |
### Who built Aegis-Graph?
|
| 28 |
|
| 29 |
-
Aegis-Graph is
|
| 30 |
|
| 31 |
- **Official Website**: [aclas.college](https://aclas.college/)
|
| 32 |
- **Contact**: [info@aclas.college](mailto:info@aclas.college)
|
| 33 |
|
| 34 |
### Is Aegis-Graph free to use?
|
| 35 |
|
| 36 |
-
Yes. Aegis-Graph is released under the **
|
| 37 |
-
|
| 38 |
-
### How is Aegis-Graph different from traditional verification services?
|
| 39 |
-
|
| 40 |
-
| Feature | Traditional Services | Aegis-Graph |
|
| 41 |
-
| :--- | :--- | :--- |
|
| 42 |
-
| **Speed** | 5â?4 business days | ~6 seconds |
|
| 43 |
-
| **Method** | Manual registrar contact | Autonomous AI agents |
|
| 44 |
-
| **Privacy** | PII shared with third parties | Zero-Knowledge edge processing |
|
| 45 |
-
| **Scope** | Limited database lookups | 250M+ academic records (OpenAlex/ROR) |
|
| 46 |
-
| **Cost** | $15â?75 per verification | ~$0.002 per verification |
|
| 47 |
|
| 48 |
---
|
| 49 |
|
| 50 |
## Technology
|
| 51 |
|
| 52 |
-
### What is
|
| 53 |
-
|
| 54 |
-
**Agentic GraphRAG** is an advanced AI architecture where multiple specialized agents collaborate autonomously to traverse and reason over large knowledge graphs. In Aegis-Graph, three agents work in concert:
|
| 55 |
-
|
| 56 |
-
1. **Vision Forensics Agent**: Detects synthetic document generation through sub-pixel noise analysis and metadata forensics.
|
| 57 |
-
2. **Graph Navigator Agent**: Performs multi-hop queries across OpenAlex (250M+ scholarly records) and the Research Organization Registry (ROR) to verify institutional legitimacy.
|
| 58 |
-
3. **Logic Auditor Agent**: Uses Chain-of-Thought reasoning to detect temporal paradoxes (e.g., graduating before a program existed) and credit density anomalies.
|
| 59 |
-
|
| 60 |
-
### What is the 3-Tier Compute Cascade?
|
| 61 |
|
| 62 |
-
|
| 63 |
|
| 64 |
-
|
| 65 |
-
- **Tier 2 (API)**: ~$0.0001. Queries global academic registries (ROR, OpenAlex). Catches ~60% of diploma mill fraud.
|
| 66 |
-
- **Tier 3 (Cloud LLM)**: ~$0.002. Heavy logical reasoning for the most sophisticated forgeries.
|
| 67 |
|
| 68 |
-
|
| 69 |
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
### What data sources does Aegis-Graph use?
|
| 75 |
-
|
| 76 |
-
- **[OpenAlex](https://openalex.org/)**: An open catalog of 250M+ scholarly works, authors, and institutions.
|
| 77 |
-
- **[ROR (Research Organization Registry)](https://ror.org/)**: A global, community-curated registry of research organizations.
|
| 78 |
-
- **Sovereign Node Ledgers**: Cryptographic internal databases maintained by participating institutions.
|
| 79 |
|
| 80 |
---
|
| 81 |
|
| 82 |
## Privacy & Security
|
| 83 |
|
| 84 |
-
### Does
|
| 85 |
-
|
| 86 |
-
**No.** Aegis-Graph implements **RAM-Only Execution**. Uploaded documents are processed entirely in volatile memory and are never written to disk. If the server loses power during processing, no data can be recovered.
|
| 87 |
|
| 88 |
-
|
| 89 |
|
| 90 |
-
|
| 91 |
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
Yes. The Zero-Trust Edge architecture was specifically designed for compliance:
|
| 95 |
-
- **GDPR** (EU): PII is processed locally and never transferred to third-party cloud providers.
|
| 96 |
-
- **FERPA** (US): Student education records are scrubbed before any external API calls.
|
| 97 |
-
- **CCPA** (California): No persistent storage of personal data.
|
| 98 |
-
|
| 99 |
-
### What is Zero-Knowledge Privacy in Aegis-Graph?
|
| 100 |
-
|
| 101 |
-
The protocol's roadmap includes **ZK-Snark** integration (planned for Q4 2026), which will allow institutions to issue cryptographic "Attestation of Degree" proofs â?verifying that a degree is legitimate **without revealing the actual transcript contents**. This is the gold standard of privacy-preserving verification.
|
| 102 |
|
| 103 |
---
|
| 104 |
|
| 105 |
## Integration & Deployment
|
| 106 |
|
| 107 |
-
### How do I deploy
|
| 108 |
|
| 109 |
```bash
|
| 110 |
# Clone the repository
|
|
@@ -114,66 +64,22 @@ cd aegis-graph
|
|
| 114 |
# Install dependencies
|
| 115 |
pip install -r requirements.txt
|
| 116 |
|
| 117 |
-
#
|
| 118 |
-
|
| 119 |
-
# OPENAI_API_KEY=your_key
|
| 120 |
-
|
| 121 |
-
# Run the audit pipeline
|
| 122 |
-
python main_pipeline.py --input path/to/transcript.pdf
|
| 123 |
```
|
| 124 |
|
| 125 |
-
### Can I integrate Aegis-Graph with my existing Applicant Tracking System (ATS)?
|
| 126 |
-
|
| 127 |
-
Yes. Aegis-Graph exposes a standard **MCP/JSON-RPC API** that can be integrated into any modern ATS, CRM, or admissions portal. See [Chapter 7: Developer API](en/chapter7-developer-api.md) for full specifications.
|
| 128 |
-
|
| 129 |
### What are the system requirements?
|
| 130 |
|
| 131 |
- **Python**: 3.11+
|
| 132 |
-
- **
|
| 133 |
-
- **Browser**: Chrome/Edge (for the verification dashboard).
|
| 134 |
-
- **Network**: Internet access for OpenAlex/ROR queries.
|
| 135 |
|
| 136 |
---
|
| 137 |
|
| 138 |
## Institutional & Legal
|
| 139 |
|
| 140 |
-
### What is a Sovereign Node?
|
| 141 |
-
|
| 142 |
-
A **Sovereign Node** is a cryptographically secured server operated by a verified institution. When a document claims to originate from that institution, the Sovereign Node can perform instant, deterministic verification against its internal cryptographic ledger â?completing the audit in under 150 milliseconds.
|
| 143 |
-
|
| 144 |
-
### How can my university join the Aegis-Graph network?
|
| 145 |
-
|
| 146 |
-
Institutions interested in deploying their own Sovereign Node should contact the ACLAS Technical Committee at [info@aclas.college](mailto:info@aclas.college). The onboarding process includes cryptographic key generation and MCP endpoint configuration.
|
| 147 |
-
|
| 148 |
### Is ACLAS College an accredited institution?
|
| 149 |
|
| 150 |
-
**Atlanta College of Liberal Arts and Sciences (ACLAS College)** is a higher education institution based in Atlanta, Georgia, USA. For detailed
|
| 151 |
-
|
| 152 |
-
---
|
| 153 |
-
|
| 154 |
-
## Community & Contribution
|
| 155 |
-
|
| 156 |
-
### How can I contribute to Aegis-Graph?
|
| 157 |
-
|
| 158 |
-
We welcome contributions from developers worldwide. Please see our [Contributing Guide](https://github.com/aclascollege/aegis-graph/blob/main/CONTRIBUTING.md) for detailed instructions on submitting issues, feature requests, and pull requests.
|
| 159 |
-
|
| 160 |
-
### How do I report a security vulnerability?
|
| 161 |
-
|
| 162 |
-
Please do **not** open a public issue. Instead, email our security team at [info@aclas.college](mailto:info@aclas.college). We follow a coordinated disclosure policy with a 48-hour response commitment. See our [Security Policy](https://github.com/aclascollege/aegis-graph/blob/main/SECURITY.md).
|
| 163 |
-
|
| 164 |
-
### Where can I follow ACLAS College updates?
|
| 165 |
-
|
| 166 |
-
- **X (Twitter)**: [@aclascollege](https://x.com/aclascollege)
|
| 167 |
-
- **LinkedIn**: [ACLAS College](https://www.linkedin.com/school/aclas-college/)
|
| 168 |
-
- **GitHub**: [github.com/aclascollege](https://github.com/aclascollege)
|
| 169 |
-
|
| 170 |
-
---
|
| 171 |
-
|
| 172 |
-
## Related Projects
|
| 173 |
-
|
| 174 |
-
### What is Neuro-Edu?
|
| 175 |
-
|
| 176 |
-
**[Neuro-Edu](https://github.com/aclascollege/neuro-edu)** is another open-source project by ACLAS College â?an AI-powered educational sandbox designed for sovereign, privacy-preserving learning environments. Together with Aegis-Graph, it forms the core of the ACLAS sovereign AI ecosystem.
|
| 177 |
|
| 178 |
---
|
| 179 |
|
|
|
|
| 1 |
---
|
| 2 |
description: >-
|
| 3 |
+
Frequently Asked Questions about Aegis-Graph, the Sovereign Academic Audit Protocol built by Atlanta College of Liberal Arts and Sciences (ACLAS College).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
+
# 🛡️ Frequently Asked Questions (FAQ)
|
| 7 |
|
| 8 |
## General
|
| 9 |
|
| 10 |
### What is Aegis-Graph?
|
| 11 |
|
| 12 |
+
**Aegis-Graph** is an open-source **Sovereign Academic Audit Protocol** prototype. It uses a pipeline of specialized agents (Vision, Graph, and Logic) to review academic credentials. It verifies whether the institution exists in trusted registries, whether the degree program timeline is consistent, and whether the credential contains expected authenticity markers.
|
| 13 |
|
| 14 |
### Who built Aegis-Graph?
|
| 15 |
|
| 16 |
+
Aegis-Graph is maintained by the Technical Committee at **Atlanta College of Liberal Arts and Sciences (ACLAS College)**, a higher education institution based in Atlanta, Georgia, USA.
|
| 17 |
|
| 18 |
- **Official Website**: [aclas.college](https://aclas.college/)
|
| 19 |
- **Contact**: [info@aclas.college](mailto:info@aclas.college)
|
| 20 |
|
| 21 |
### Is Aegis-Graph free to use?
|
| 22 |
|
| 23 |
+
Yes. Aegis-Graph is released under the **MIT License**. Academic institutions and researchers can use, modify, and deploy it freely.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
---
|
| 26 |
|
| 27 |
## Technology
|
| 28 |
|
| 29 |
+
### What is the "Sovereign Academic Graph" (SAG)?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
+
The **Sovereign Academic Graph** is our institutional evidence model. It integrates a local index of known institutions with optional real-time queries to global registries like **ROR (Research Organization Registry)** and **OpenAlex**.
|
| 32 |
|
| 33 |
+
> **Important:** The presence of an institution in a registry like ROR is evidence that the organization exists, but it is not proof that a specific credential issued in its name is authentic.
|
|
|
|
|
|
|
| 34 |
|
| 35 |
+
### What agents are in the pipeline?
|
| 36 |
|
| 37 |
+
1. **Vision Forensics Agent**: Performs initial structural analysis of the document (prototype OCR and metadata checks).
|
| 38 |
+
2. **Graph Navigator Agent**: Resolves institutional evidence from local and global registries.
|
| 39 |
+
3. **Logic Auditor Agent**: Performs consistency checks on graduation dates, institution founding years, and known fraud aliases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
---
|
| 42 |
|
| 43 |
## Privacy & Security
|
| 44 |
|
| 45 |
+
### Does the public dashboard verify my real documents?
|
|
|
|
|
|
|
| 46 |
|
| 47 |
+
**No.** The hosted dashboards (on GitHub Pages and Hugging Face Spaces) are **non-production UI demonstrations**. They do not process your file bytes or issue real audit certificates. They are intended to visualize the protocol's reasoning flow only.
|
| 48 |
|
| 49 |
+
### How is privacy handled?
|
| 50 |
|
| 51 |
+
The Aegis-Graph architecture is designed for **local processing**. A production deployment should run on an institution's own infrastructure to ensure that Personally Identifiable Information (PII) is never exposed to third-party cloud services without explicit consent and encryption.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
---
|
| 54 |
|
| 55 |
## Integration & Deployment
|
| 56 |
|
| 57 |
+
### How do I deploy a local node?
|
| 58 |
|
| 59 |
```bash
|
| 60 |
# Clone the repository
|
|
|
|
| 64 |
# Install dependencies
|
| 65 |
pip install -r requirements.txt
|
| 66 |
|
| 67 |
+
# Run the local auditor pipeline
|
| 68 |
+
python main_pipeline.py
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
```
|
| 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
### What are the system requirements?
|
| 72 |
|
| 73 |
- **Python**: 3.11+
|
| 74 |
+
- **Network**: Internet access is required for ROR/OpenAlex registry lookups.
|
|
|
|
|
|
|
| 75 |
|
| 76 |
---
|
| 77 |
|
| 78 |
## Institutional & Legal
|
| 79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
### Is ACLAS College an accredited institution?
|
| 81 |
|
| 82 |
+
**Atlanta College of Liberal Arts and Sciences (ACLAS College)** is a higher education institution based in Atlanta, Georgia, USA. For detailed information regarding our programs, please visit our official website at [aclas.college](https://aclas.college/).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
|
| 84 |
---
|
| 85 |
|
docs/es/README.md
CHANGED
|
Binary files a/docs/es/README.md and b/docs/es/README.md differ
|
|
|
docs/fr/README.md
CHANGED
|
Binary files a/docs/fr/README.md and b/docs/fr/README.md differ
|
|
|
docs/jp/README.md
CHANGED
|
Binary files a/docs/jp/README.md and b/docs/jp/README.md differ
|
|
|
docs/kr/README.md
CHANGED
|
Binary files a/docs/kr/README.md and b/docs/kr/README.md differ
|
|
|
docs/pt/README.md
CHANGED
|
Binary files a/docs/pt/README.md and b/docs/pt/README.md differ
|
|
|
docs/zh/README.md
CHANGED
|
@@ -4,27 +4,27 @@
|
|
| 4 |
<img src="../../assets/hero-banner.png" alt="Aegis-Graph Banner" width="100%">
|
| 5 |
</div>
|
| 6 |
|
| 7 |
-
欢迎阅读 **Aegis-Graph** 官方技术文档。Aegis-Graph 是一项主权级学术审计协议,旨在为全球教育体系提供去中心化的、高诚信度的验证方案。本手册将深入探讨驱动该协议的架构设计、多智能体框架及
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
## 🏛️ 执行摘要
|
| 12 |
|
| 13 |
-
**Aegis-Graph** 是专为检测学术造假及 AI 生成凭证篡改而设计的
|
| 14 |
|
| 15 |
## 🧩 文档核心板块
|
| 16 |
|
| 17 |
-
### [1. 核心架构设计](chapter2
|
| 18 |
-
探索其 **深度防御 (Defense-in-Depth)** 模型,包括数据摄取层、图谱 RAG
|
| 19 |
|
| 20 |
-
### [2. 多智能体推理群 (MARS)](chapter3
|
| 21 |
深入了解负责审计握手的专用 AI 智能体(视觉法证、图谱导航及逻辑审计)。
|
| 22 |
|
| 23 |
-
### [3.
|
| 24 |
-
详细披露
|
| 25 |
|
| 26 |
### [4. 部署与集成指南](chapter8.md)
|
| 27 |
-
关于启动本地节点、
|
| 28 |
|
| 29 |
---
|
| 30 |
|
|
@@ -32,10 +32,10 @@
|
|
| 32 |
|
| 33 |
| 阶段 | 里程碑 | 状态 |
|
| 34 |
| :--- | :--- | :--- |
|
| 35 |
-
| **V1.0** |
|
| 36 |
-
| **V2.0** | MARS 多智能体推理框架 | ✅ 已完成 |
|
| 37 |
-
| **V2.5** |
|
| 38 |
-
| **V3.0** |
|
| 39 |
|
| 40 |
---
|
| 41 |
|
|
|
|
| 4 |
<img src="../../assets/hero-banner.png" alt="Aegis-Graph Banner" width="100%">
|
| 5 |
</div>
|
| 6 |
|
| 7 |
+
欢迎阅读 **Aegis-Graph** 官方技术文档。Aegis-Graph 是一项主权级学术审计协议,旨在为全球教育体系提供去中心化的、高诚信度的验证方案。本手册将深入探讨驱动该协议的架构设计、多智能体框架及机构图谱证据模型。
|
| 8 |
|
| 9 |
---
|
| 10 |
|
| 11 |
## 🏛️ 执行摘要
|
| 12 |
|
| 13 |
+
**Aegis-Graph** 是一个专为检测学术造假及 AI 生成凭证篡改而设计的开源多智能体框架原型。该协议由 **AEGIS-GRAPH 全球治理委员会** 监管,并由 **亚特兰大文理学院 (ACLAS)** 提供核心支持。它利用 **智能体图谱 RAG (Agentic GraphRAG)** 技术处理证据,取代传统的人工验证流程。
|
| 14 |
|
| 15 |
## 🧩 文档核心板块
|
| 16 |
|
| 17 |
+
### [1. 核心架构设计](chapter2.md)
|
| 18 |
+
探索其 **深度防御 (Defense-in-Depth)** 模型,包括数据摄取层、图谱 RAG 证据引擎及逻辑审计共识协议。
|
| 19 |
|
| 20 |
+
### [2. 多智能体推理群 (MARS)](chapter3.md)
|
| 21 |
深入了解负责审计握手的专用 AI 智能体(视觉法证、图谱导航及逻辑审计)。
|
| 22 |
|
| 23 |
+
### [3. 机构证据模型 (SAG)](chapter4.md)
|
| 24 |
+
详细披露我们的证据模型,该模型整合了本地机构索引以及可选的 ROR 和 OpenAlex 注册表证据。
|
| 25 |
|
| 26 |
### [4. 部署与集成指南](chapter8.md)
|
| 27 |
+
关于启动本地节点、环境配置及管道集成的分步说明。
|
| 28 |
|
| 29 |
---
|
| 30 |
|
|
|
|
| 32 |
|
| 33 |
| 阶段 | 里程碑 | 状态 |
|
| 34 |
| :--- | :--- | :--- |
|
| 35 |
+
| **V1.0** | 机构索引集成 | ✅ 已完成 |
|
| 36 |
+
| **V2.0** | MARS 多智能体推理框架原型 | ✅ 已完成 |
|
| 37 |
+
| **V2.5** | 证据加权逻辑审计 | ✅ 已完成 |
|
| 38 |
+
| **V3.0** | 服务端签名的审计证书 | 🚧 进行中 |
|
| 39 |
|
| 40 |
---
|
| 41 |
|
docs/zh/chapter2.md
CHANGED
|
@@ -1,26 +1,30 @@
|
|
| 1 |
# 第2章:核心架构设计
|
| 2 |
|
| 3 |
-
Aegis-Graph 并非一个简单的数据库,而是一个基于 **智能体图谱 RAG (Agentic GraphRAG)** 的分布式核验协议。其架构设计遵循“深度防御”原则。
|
| 4 |
|
| 5 |
## 🏗️ 架构三层模型
|
| 6 |
|
| 7 |
### 1. 证据摄取层 (Evidence Ingestion Layer)
|
| 8 |
-
负责提取数字凭证中的元数据。该层利用
|
| 9 |
|
| 10 |
-
### 2.
|
| 11 |
-
这是协议的核心。**多智能体推理群 (MARS)** 针对摄取的证据执行并行审计。不同智能体从视觉、图谱和逻辑三个维度进行
|
| 12 |
|
| 13 |
-
### 3.
|
| 14 |
-
核验结果通过共识后,将生成加密
|
| 15 |
|
| 16 |
---
|
| 17 |
|
| 18 |
## 🧩 关键技术:Agentic GraphRAG
|
| 19 |
|
| 20 |
-
Aegis-Graph
|
| 21 |
|
| 22 |
-
* **动态图谱**:整合 ROR、OpenAlex 等全球数据,构建
|
| 23 |
-
* **智能体导航**:智能体
|
| 24 |
|
| 25 |
---
|
| 26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 第2章:核心架构设计
|
| 2 |
|
| 3 |
+
Aegis-Graph 并非一个简单的数据库,而是一个基于 **智能体图谱 RAG (Agentic GraphRAG)** 的分布式证据核验协议。其架构设计遵循“深度防御”原则。
|
| 4 |
|
| 5 |
## 🏗️ 架构三层模型
|
| 6 |
|
| 7 |
### 1. 证据摄取层 (Evidence Ingestion Layer)
|
| 8 |
+
负责提取数字凭证中的元数据。该层利用 AI 对 PDF 和图像进行初步解析,提取签发机构、日期及学术内容。
|
| 9 |
|
| 10 |
+
### 2. 证据推理层 (Evidence Reasoning Layer)
|
| 11 |
+
这是协议的核心。**多智能体推理群 (MARS)** 针对摄取的证据执行并行审计。不同智能体从视觉、图谱和逻辑三个维度进行交叉验证。
|
| 12 |
|
| 13 |
+
### 3. 审计报告层 (Audit Reporting Layer)
|
| 14 |
+
核验结果通过共识后,将生成审计报告。在生产环境中,该报告应包含加密签名,以确保核验路径的不可篡改性和可追溯性。
|
| 15 |
|
| 16 |
---
|
| 17 |
|
| 18 |
## 🧩 关键技术:Agentic GraphRAG
|
| 19 |
|
| 20 |
+
Aegis-Graph 结合了 **图谱证据模型 (Graph Evidence Model)** 和 **智能体推理 (Agentic Reasoning)**:
|
| 21 |
|
| 22 |
+
* **动态图谱**:整合 ROR、OpenAlex 等全球公开数据,构建实时的机构证据地图。
|
| 23 |
+
* **智能体导航**:智能体在图谱中寻找关联证据(如机构状态、历史记录),为逻辑审计提供背景支持。
|
| 24 |
|
| 25 |
---
|
| 26 |
+
> [!IMPORTANT]
|
| 27 |
+
> **生产状态说明:** 专业核验需要服务端文档解析、发行方证据检查、撤销检查以及签名的审计响应。
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
*返回 [文档首页](README.md)*
|
docs/zh/chapter3.md
CHANGED
|
@@ -1,33 +1,48 @@
|
|
| 1 |
# 第3章:MARS 多智能体框架
|
| 2 |
|
| 3 |
-
**多智能体推理群 (MARS)** 是 Aegis-Graph 协议的
|
| 4 |
|
| 5 |
## 👁️ 智能体 Alpha:视觉法证 (VF)
|
| 6 |
-
VF 智能体负责数字
|
| 7 |
|
| 8 |
-
|
| 9 |
-
* **
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
* **印章法证**:将机构印章与包含 4 万多个官方戳记的数据库进行比对。
|
| 13 |
|
| 14 |
---
|
| 15 |
|
| 16 |
## 🗺️ 智能体 Beta:图谱导航 (GN)
|
| 17 |
-
GN 智能体负责
|
| 18 |
|
| 19 |
-
|
| 20 |
-
* **
|
| 21 |
-
* **
|
|
|
|
| 22 |
|
| 23 |
---
|
| 24 |
|
| 25 |
## ⚖️ 智能体 Gamma:逻辑审计 (LA)
|
| 26 |
-
LA 智能体
|
| 27 |
|
| 28 |
-
|
| 29 |
-
* **
|
| 30 |
-
* **
|
|
|
|
| 31 |
|
| 32 |
---
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 第3章:MARS 多智能体框架
|
| 2 |
|
| 3 |
+
**多智能体推理群 (MARS)** 是 Aegis-Graph 协议的推理核心。该集群由专门设计的智能代理组成,通过协作达成审计共识。
|
| 4 |
|
| 5 |
## 👁️ 智能体 Alpha:视觉法证 (VF)
|
| 6 |
+
VF 智能体负责对数字凭证进行初步的结构化分析。
|
| 7 |
|
| 8 |
+
### 当前范围 (原型)
|
| 9 |
+
* **结构提取**:识别印章、抬头及签名行等关键布局元素。
|
| 10 |
+
* **OCR 规范化**:将视觉信息转化为语义元数据,供推理层使用。
|
| 11 |
+
* **布局检测**:识别明显的文档布局不一致性(像素级 AI 防伪是路线图功能)。
|
|
|
|
| 12 |
|
| 13 |
---
|
| 14 |
|
| 15 |
## 🗺️ 智能体 Beta:图谱导航 (GN)
|
| 16 |
+
GN 智能体负责解析机构证据,为凭证审计提供背景。
|
| 17 |
|
| 18 |
+
### 功能
|
| 19 |
+
* **身份解析**:通过 ROR 和 OpenAlex 验证签发机构的全球身份。
|
| 20 |
+
* **血缘映射**:追踪机构的更名、合并或撤销历史,确保时间轴一致性。
|
| 21 |
+
* **证据提供**:提供机构在官方注册表中的存在性及状态证据。
|
| 22 |
|
| 23 |
---
|
| 24 |
|
| 25 |
## ⚖️ 智能体 Gamma:逻辑审计 (LA)
|
| 26 |
+
LA 智能体负责跨层证据推理和逻辑一致性检查。
|
| 27 |
|
| 28 |
+
### 审计逻辑
|
| 29 |
+
* **时间一致性**:确保凭证日期与机构的运营时间轴对齐。
|
| 30 |
+
* **欺诈检测**:对照已知欺诈机构列表及黑名单别名进行核验。
|
| 31 |
+
* **共识编排**:汇总 VF 和 GN 的发现。如果出现证据冲突,LA 智能体将启动 **思维链 (CoT)** 推理来确定最终风险评分。
|
| 32 |
|
| 33 |
---
|
| 34 |
+
|
| 35 |
+
## 🤝 审计握手
|
| 36 |
+
最终的审计结论基于 MARS 集群的累积证据。
|
| 37 |
+
|
| 38 |
+
1. **摄取**:对文档数据进行规范化。
|
| 39 |
+
2. **并行审计**:各智能体执行专门的证据检查。
|
| 40 |
+
3. **共识达成**:逻辑审计代理解决矛盾并计算最终证据权重。
|
| 41 |
+
4. **报告生成**:生成详细的审计推理追踪报告。
|
| 42 |
+
|
| 43 |
+
---
|
| 44 |
+
> [!IMPORTANT]
|
| 45 |
+
> **生产状态说明:** 专业核验需要服务端文档解析、发行方证据检查、撤销检查以及签名的审计响应。
|
| 46 |
+
|
| 47 |
+
---
|
| 48 |
+
*返回 [文档首页](README.md)*
|
docs/zh/chapter4.md
CHANGED
|
@@ -1,37 +1,38 @@
|
|
| 1 |
-
# 第4章:
|
| 2 |
|
| 3 |
-
**主权学术图谱 (SAG)** 是 Aegis-Graph 协议的
|
| 4 |
|
| 5 |
## 📊 数据拓扑结构
|
| 6 |
|
| 7 |
-
SAG 并
|
| 8 |
|
| 9 |
-
### 核心
|
| 10 |
-
| 来源 |
|
| 11 |
| :--- | :--- |
|
| 12 |
-
| **
|
| 13 |
-
| **
|
| 14 |
-
| **
|
| 15 |
-
| **AEGIS 账本** | 高权威主权节点元数据及历史认证记录。 |
|
| 16 |
|
| 17 |
---
|
| 18 |
|
| 19 |
-
## 🏛️
|
| 20 |
-
SAG 中的每个机构节点都包含主权审计所需的丰富属性:
|
| 21 |
|
| 22 |
-
|
| 23 |
-
*
|
| 24 |
-
*
|
| 25 |
-
*
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
---
|
| 28 |
|
| 29 |
-
## ⚡ 索引与
|
| 30 |
-
为了实现亚秒级的全球核验响应,Aegis-Graph 采用了高性能索引策略:
|
| 31 |
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
|
|
|
| 35 |
|
| 36 |
---
|
| 37 |
-
*返回 [文档首页](
|
|
|
|
| 1 |
+
# 第4章:机构证据模型 (SAG)
|
| 2 |
|
| 3 |
+
**主权学术图谱 (SAG)** 是 Aegis-Graph 协议中的机构证据层。它将本地维护的机构索引与全球公共注册表(如 ROR 和 OpenAlex)相结合,为凭证审计提供必要的背景信息。
|
| 4 |
|
| 5 |
## 📊 数据拓扑结构
|
| 6 |
|
| 7 |
+
SAG 并不是一个证明凭证真实性的“判决数据库”,而是一个提供机构背景证据的动态模型。
|
| 8 |
|
| 9 |
+
### 核心证据源
|
| 10 |
+
| 来源 | 作用 |
|
| 11 |
| :--- | :--- |
|
| 12 |
+
| **本地索引** | 缓存高信誉机构的元数据、黑名单别名及已知欺诈特征。 |
|
| 13 |
+
| **ROR** | 提供全球研究机构的标准化身份(ROR ID)及运营状态。 |
|
| 14 |
+
| **OpenAlex** | 提供机构的学术产出背景及影响力指标作为辅助证据。 |
|
|
|
|
| 15 |
|
| 16 |
---
|
| 17 |
|
| 18 |
+
## 🏛️ 证据逻辑
|
|
|
|
| 19 |
|
| 20 |
+
在审计过程中,SAG 的作用是回答以下问题:
|
| 21 |
+
1. **机构存在性**:该机构是否在公认的全球注册表中有记录?
|
| 22 |
+
2. **生命周期一致性**:凭证的签发日期是否在机构的运营期限内?
|
| 23 |
+
3. **状态验证**:该机构当前是否处于活跃状态,或者已被标记为撤销/欺诈?
|
| 24 |
+
|
| 25 |
+
> [!IMPORTANT]
|
| 26 |
+
> **特别说明:** 机构在 ROR 等注册表中的存在仅证明该组织实体是真实的,**不代表**任何声称由该机构签发的凭证自动具有真实性。
|
| 27 |
|
| 28 |
---
|
| 29 |
|
| 30 |
+
## ⚡ 索引与匹配
|
|
|
|
| 31 |
|
| 32 |
+
为了提高证据解析的准确性,Aegis-Graph 采用了以下策略:
|
| 33 |
+
1. **标准化处理**:对机构名称进行规范化,消除拼写差异或符号影响。
|
| 34 |
+
2. **多因子匹配**:结合地理位置、成立年份及官方域名进行交叉比对。
|
| 35 |
+
3. **证据加权**:匹配结果被赋予置信度分数,作为 LogicAuditor 最终决策的重要输入。
|
| 36 |
|
| 37 |
---
|
| 38 |
+
*返回 [文档首页](README.md)*
|